rpms/python-feedparser/EL-5 python-feedparser.spec,1.4,1.5

Luke Macken lmacken at fedoraproject.org
Fri Jun 5 14:13:06 UTC 2009


Author: lmacken

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

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

* Wed Mar 04 2009 Konstantin Ryabitsev <icon at fedoraproject.org> - 4.1-8
- Fix source URL (moved to googlecode).




Index: python-feedparser.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-feedparser/EL-5/python-feedparser.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- python-feedparser.spec	27 Dec 2008 19:00:09 -0000	1.4
+++ python-feedparser.spec	5 Jun 2009 14:12:35 -0000	1.5
@@ -2,18 +2,18 @@
 
 Name:           python-feedparser
 Version:        4.1
-Release:        4%{?dist}
+Release:        9%{?dist}
 Summary:        Parse RSS and Atom feeds in Python
 
 Group:          Development/Languages
 License:        BSD
 URL:            http://feedparser.org/
-Source0:        http://download.sourceforge.net/feedparser/feedparser-%{version}.zip
+Source0:        http://feedparser.googlecode.com/files/feedparser-%{version}.zip
 Patch0:         feedparser_utf8_decoding.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel
+BuildRequires:  python-devel python-setuptools-devel
 
 %description
 Universal Feed Parser is a Python module for downloading and parsing 
@@ -31,12 +31,12 @@ find -type f -exec chmod 0644 {} ';'
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
+CFLAGS="$RPM_OPT_FLAGS" %{__python} -c 'import setuptools; execfile("setup.py")' build
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root $RPM_BUILD_ROOT
 cp -a docs html
 rm -f html/examples/.ht*
 
@@ -52,10 +52,24 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Sat Dec 27 2008 Konstantin Ryabitsev <icon at fedoraproject.org> - 4.1-4
-- fix license tag
+* Wed Jun 03 2009 Luke Macken <lmacken at redhat.com> - 4.1-9
+- Use setuptools to generate egg-info
+
+* Wed Mar 04 2009 Konstantin Ryabitsev <icon at fedoraproject.org> - 4.1-8
+- Fix source URL (moved to googlecode).
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Dec 27 2008 Konstantin Ryabitsev <icon at fedoraproject.org> - 4.1-6
 - Patch for a utf8 decoding issue (#477024)
 
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 4.1-5
+- Rebuild for Python 2.6
+
+* Wed Sep  3 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 4.1-4
+- fix license tag
+
 * Thu Jun 28 2007 Konstantin Ryabitsev <icon at fedoraproject.org> - 4.1-3
 - Ghostbusting (#205413).
 - Remove manual python-abi Requires.




More information about the fedora-extras-commits mailing list