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