SPECS: python-feedparser.spec - updated to 4.1
troll
troll at pld-linux.org
Mon May 15 22:08:07 CEST 2006
Author: troll Date: Mon May 15 20:08:07 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 4.1
---- Files affected:
SPECS:
python-feedparser.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/python-feedparser.spec
diff -u SPECS/python-feedparser.spec:1.3 SPECS/python-feedparser.spec:1.4
--- SPECS/python-feedparser.spec:1.3 Sat Mar 12 13:32:37 2005
+++ SPECS/python-feedparser.spec Mon May 15 22:08:01 2006
@@ -2,12 +2,12 @@
Summary: Feed Parser package for Python
Summary(pl): Biblioteka Feed Parser dla Pythona
Name: python-feedparser
-Version: 3.3
+Version: 4.1
Release: 1
License: Python Software Foundation License
Group: Libraries/Python
Source0: http://dl.sourceforge.net/feedparser/feedparser-%{version}.zip
-# Source0-md5: f95db0d0e8832197c40a90f517546e21
+# Source0-md5: 7ab1140c1e29d4cd52ab20fa7b1f8640
URL: http://feedparser.org/
BuildRequires: python-devel >= 1:2.3.0
%pyrequires_eq python-modules
@@ -21,7 +21,7 @@
Ten pakiet umożliwia parsowanie źródeł RSS i Atom w Pythonie.
%prep
-%setup -qn feedparser
+%setup -qc
%build
python setup.py build
@@ -29,7 +29,13 @@
%install
rm -rf $RPM_BUILD_ROOT
-python setup.py install --optimize=2 --root=$RPM_BUILD_ROOT
+python setup.py install \
+ --optimize=2 \
+ --root=$RPM_BUILD_ROOT
+
+%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
+%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
+
find $RPM_BUILD_ROOT%{py_sitescriptdir} -name "*.py" | xargs rm
%clean
@@ -46,6 +52,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2006/05/15 20:08:01 troll
+- updated to 4.1
+
Revision 1.3 2005/03/12 12:32:37 troll
- mass commit: remove obsolete BR: rpm-pythonprov
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-feedparser.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list