From bd17d0e2c44f04acb68e4a3296ca6469bd846474deb885ba6395f15a292f24a9 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Thu, 9 Jun 2011 13:38:02 +0000 Subject: [PATCH] Autobuild autoformatter for 73085 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=8 --- python-feedparser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-feedparser.spec b/python-feedparser.spec index 62e019f..9af81f2 100644 --- a/python-feedparser.spec +++ b/python-feedparser.spec @@ -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