rpms/python-flickrapi/devel python-flickrapi.spec,1.5,1.6

Ian Weller ianweller at fedoraproject.org
Mon Jan 25 03:08:43 UTC 2010


Author: ianweller

Update of /cvs/pkgs/rpms/python-flickrapi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15375/devel

Modified Files:
	python-flickrapi.spec 
Log Message:
1.3


Index: python-flickrapi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-flickrapi/devel/python-flickrapi.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- python-flickrapi.spec	26 Jul 2009 20:23:42 -0000	1.5
+++ python-flickrapi.spec	25 Jan 2010 03:08:43 -0000	1.6
@@ -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
 
 %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 <ian at ianweller.org> - 1.3-1
+- 1.3
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list