rpms/python-feedcache/EL-5 python-feedcache.spec,1.1,1.2

Luke Macken lmacken at fedoraproject.org
Fri Jun 5 14:11:03 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-feedcache/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32351

Modified Files:
	python-feedcache.spec 
Log Message:
* Wed Jun 03 2009 Luke Macken <lmacken at redhat.com> - 1.3-5
- Use setuptools to generate egg-info




Index: python-feedcache.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-feedcache/EL-5/python-feedcache.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-feedcache.spec	19 Nov 2008 15:57:53 -0000	1.1
+++ python-feedcache.spec	5 Jun 2009 14:10:33 -0000	1.2
@@ -4,7 +4,7 @@
 
 Name:           python-feedcache
 Version:        1.3
-Release:        2%{?dist}
+Release:        5%{?dist}
 Summary:        Wrapper for Mark Pilgrim's FeedParser module which caches feed content
 
 Group:          Development/Languages
@@ -38,12 +38,12 @@ done
 
 
 %build
-%{__python} setup.py build
+CFLAGS="$RPM_OPT_FLAGS" %{__python} -c 'import setuptools; execfile("setup.py")' build
 
 
 %install
 rm -rf %{buildroot}
-%{__python} setup.py install --skip-build --root %{buildroot}
+%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root $RPM_BUILD_ROOT
 
 %clean
 rm -rf %{buildroot}
@@ -56,6 +56,15 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jun 03 2009 Luke Macken <lmacken at redhat.com> - 1.3-5
+- Use setuptools to generate egg-info
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.3-3
+- Rebuild for Python 2.6
+
 * Mon Nov 17 2008 Luke Macken <lmacken at redhat.com> 1.3-2
 - Remove script shebangs to make rpmlint happy
 




More information about the fedora-extras-commits mailing list