14
0

Autobuild autoformatter for 73085

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=8
This commit is contained in:
2011-06-09 13:38:02 +00:00
committed by Git OBS Bridge
parent e5f0f42585
commit bd17d0e2c4

View File

@@ -15,9 +15,11 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-feedparser
Version: 5.0.1
Release: 0
Release: 1
Summary: Universal Feed Parser Module for Python
Url: http://sourceforge.net/projects/feedparser/
License: BSD
@@ -49,6 +51,7 @@ export CFLAGS="%{optflags}"
python setup.py build
%if 0%{?suse_version} > 1010
%check
cd feedparser && python feedparsertest.py
%endif