diff --git a/python-feedparser.spec b/python-feedparser.spec index 917b2c1..727c14c 100644 --- a/python-feedparser.spec +++ b/python-feedparser.spec @@ -17,7 +17,7 @@ Name: python-feedparser Version: 5.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Parse RSS and Atom feeds in Python Group: Development/Languages @@ -33,6 +33,16 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools +%description +Universal Feed Parser is a Python module for downloading and parsing +syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, +Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, +Atom 0.3, Atom 1.0, and CDF feeds. It also parses several popular extension +modules, including Dublin Core and Apple's iTunes extensions. + +%package -n python2-%{srcname} +Summary: Parse RSS and Atom feeds in Python 2 + # optional import at run-time, but is likely installed because other # python module packages depend on it, too # no failing tests on 2013-03-09 with python-chardet-2.0.1 @@ -54,7 +64,7 @@ Requires: python-chardet %{?python_provide:%python_provide python2-feedparser} -%description +%description -n python2-%{srcname} Universal Feed Parser is a Python module for downloading and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, @@ -139,7 +149,7 @@ popd %endif -%files +%files -n python2-%{srcname} %{!?_licensedir:%global license %%doc} %license LICENSE %doc README.rst NEWS @@ -161,6 +171,9 @@ popd %endif %changelog +* Tue Oct 17 2017 Petr Viktorin - 5.2.1-3 +- Python 2 binary package renamed to python2-feedparser + * Thu Jul 27 2017 Fedora Release Engineering - 5.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild