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