6cd83c5
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
6cd83c5
6cd83c5
Name:           python-flickrapi
208f7a3
Version:        1.2
208f7a3
Release:        1%{?dist}
6cd83c5
Summary:        Python module for interfacing with the Flickr API
6cd83c5
6cd83c5
Group:          Development/Languages
6cd83c5
License:        Python
208f7a3
URL:            http://stuvel.eu/projects/flickrapi
208f7a3
Source0:        http://pypi.python.org/packages/source/f/flickrapi/flickrapi-%{version}.tar.gz
6cd83c5
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
6cd83c5
6cd83c5
BuildArch:      noarch
6cd83c5
BuildRequires:  python-devel, python-setuptools, python-docutils
6cd83c5
6cd83c5
6cd83c5
%description
6cd83c5
A Python module for interfacing with the Flickr API.
6cd83c5
6cd83c5
6cd83c5
%prep
6cd83c5
%setup -q -n flickrapi-%{version}
6cd83c5
6cd83c5
6cd83c5
%build
6cd83c5
%{__python} setup.py build
6cd83c5
6cd83c5
6cd83c5
%install
6cd83c5
rm -rf %{buildroot}
6cd83c5
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
6cd83c5
rm -rf %{buildroot}/%{_docdir}/*
6cd83c5
sed -i -e "s|#!/usr/bin/env python||" %{buildroot}/%{python_sitelib}/flickrapi/__init__.py
6cd83c5
6cd83c5
6cd83c5
%clean
6cd83c5
rm -rf %{buildroot}
6cd83c5
6cd83c5
6cd83c5
%files
6cd83c5
%defattr(-,root,root,-)
6cd83c5
%doc README LICENSE doc/documentation.css doc/flickrapi.html doc/html4css1.css
6cd83c5
%{python_sitelib}/*
6cd83c5
6cd83c5
6cd83c5
%changelog
208f7a3
* Wed Dec 17 2008 Ian Weller <ianweller@gmail.com> 1.2-1
208f7a3
- 1.2
208f7a3
- Update URL and Source0 locations
208f7a3
208f7a3
* Tue Nov 11 2008 Ian Weller <ianweller@gmail.com> 1.1-5
208f7a3
- More specfile cleanup
208f7a3
6cd83c5
* Wed Oct 22 2008 Ian Weller <ianweller@gmail.com> 1.1-4
6cd83c5
- Remove python_sitearch variable
6cd83c5
- Some specfile cleanup
6cd83c5
6cd83c5
* Tue Aug 05 2008 Kushal Das <kushal@fedoraproject.org> 1.1-3
6cd83c5
- Fixed sha-bang in __init__.py
6cd83c5
6cd83c5
* Mon Aug 04 2008 Kushal Das <kushal@fedoraproject.org> 1.1-2
6cd83c5
- Fixed build requires and %%files section
6cd83c5
6cd83c5
* Sun Aug 03 2008 Kushal Das <kushal@fedoraproject.org> 1.1-1
6cd83c5
- Initial release