rpms/python-feedparser/EL-4 python-feedparser.spec,1.5,1.6

Konstantin Ryabitsev icon at fedoraproject.org
Sat Dec 27 19:13:20 UTC 2008


Author: icon

Update of /cvs/extras/rpms/python-feedparser/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15267

Modified Files:
	python-feedparser.spec 
Log Message:
Add manual python dependency as per EPEL4 guidelines



Index: python-feedparser.spec
===================================================================
RCS file: /cvs/extras/rpms/python-feedparser/EL-4/python-feedparser.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-feedparser.spec	27 Dec 2008 19:01:41 -0000	1.5
+++ python-feedparser.spec	27 Dec 2008 19:12:50 -0000	1.6
@@ -13,8 +13,10 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+Requires:       python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 BuildRequires:  python-devel
 
+
 %description
 Universal Feed Parser is a Python module for downloading and parsing 
 syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, 
@@ -55,6 +57,7 @@
 * Sat Dec 27 2008 Konstantin Ryabitsev <icon at fedoraproject.org> - 4.1-4
 - fix license tag
 - Patch for a utf8 decoding issue (#477024)
+- Add manual python dependency as per EPEL4 guidelines
 
 * Thu Jun 28 2007 Konstantin Ryabitsev <icon at fedoraproject.org> - 4.1-3
 - Ghostbusting (#205413).




More information about the fedora-extras-commits mailing list