diff --git a/python-flickrapi.spec b/python-flickrapi.spec index c9b4297..f0f71af 100644 --- a/python-flickrapi.spec +++ b/python-flickrapi.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-flickrapi -Version: 1.2 -Release: 3%{?dist} +Version: 1.3 +Release: 1%{?dist} Summary: Python module for interfacing with the Flickr API Group: Development/Languages @@ -25,6 +25,7 @@ A Python module for interfacing with the Flickr API. %build %{__python} setup.py build +make -C doc %install @@ -40,11 +41,14 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc README LICENSE doc/documentation.css doc/flickrapi.html doc/html4css1.css +%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-1 +- 1.3 + * Sun Jul 26 2009 Fedora Release Engineering - 1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild