[python-feedparser/el6/master: 10/10] Update to 5.0.1

Luke Macken lmacken at fedoraproject.org
Tue Apr 5 18:39:53 UTC 2011


commit 52b330e297ebe2c716b5031bf7cf9dbd43c1aef3
Merge: a48319f af64a12
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue Apr 5 14:39:24 2011 -0400

    Update to 5.0.1

 python-feedparser.spec |   28 ++++++++++++++++------------
 sources                |    2 +-
 2 files changed, 17 insertions(+), 13 deletions(-)
---
diff --cc python-feedparser.spec
index 21d9220,8986dd6..89151c3
--- a/python-feedparser.spec
+++ b/python-feedparser.spec
@@@ -38,9 -34,11 +34,11 @@@ CFLAGS="$RPM_OPT_FLAGS" %{__python} -c 
  
  %install
  rm -rf $RPM_BUILD_ROOT
 -%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root $RPM_BUILD_ROOT
 +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
- cp -a docs html
- rm -f html/examples/.ht*
+ 
+ 
+ %check
+ %{__python} feedparser/feedparsertest.py
  
  
  %clean


More information about the scm-commits mailing list