|
|
@ -1,7 +1,7 @@ |
|
|
|
%global pypi_name feedgen |
|
|
|
|
|
|
|
Name: python-%{pypi_name} |
|
|
|
Version: 0.6.1 |
|
|
|
Version: 0.7.0 |
|
|
|
Release: 1%{?dist} |
|
|
|
Summary: Feed Generator (ATOM, RSS, Podcasts) |
|
|
|
|
|
|
@ -10,12 +10,12 @@ URL: http://lkiesow.github.io/python-feedgen |
|
|
|
Source0: https://github.com/lkiesow/%{name}/archive/v%{version}.tar.gz |
|
|
|
BuildArch: noarch |
|
|
|
|
|
|
|
BuildRequires: python2-dateutil |
|
|
|
BuildRequires: python2-dateutil |
|
|
|
BuildRequires: python2-devel |
|
|
|
BuildRequires: python2-lxml |
|
|
|
BuildRequires: python2-setuptools |
|
|
|
|
|
|
|
BuildRequires: python3-dateutil |
|
|
|
BuildRequires: python3-dateutil |
|
|
|
BuildRequires: python3-devel |
|
|
|
BuildRequires: python3-lxml |
|
|
|
BuildRequires: python3-setuptools |
|
|
@ -28,7 +28,7 @@ to produce Podcasts. |
|
|
|
%package -n python2-%{pypi_name} |
|
|
|
Summary: %{summary} |
|
|
|
%{?python_provide:%python_provide python2-%{pypi_name}} |
|
|
|
|
|
|
|
|
|
|
|
Requires: python2-dateutil |
|
|
|
Requires: python2-lxml |
|
|
|
%description -n python2-%{pypi_name} |
|
|
@ -39,7 +39,7 @@ to produce Podcasts. |
|
|
|
%package -n python3-%{pypi_name} |
|
|
|
Summary: %{summary} |
|
|
|
%{?python_provide:%python_provide python3-%{pypi_name}} |
|
|
|
|
|
|
|
|
|
|
|
Requires: python3-dateutil |
|
|
|
Requires: python3-lxml |
|
|
|
%description -n python3-%{pypi_name} |
|
|
@ -79,5 +79,8 @@ rm -rf %{pypi_name}.egg-info |
|
|
|
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info |
|
|
|
|
|
|
|
%changelog |
|
|
|
* Sat May 19 2018 Lars Kiesow <lkiesow@uos.de> - 0.7.0-1 |
|
|
|
- Update to 0.7.0 |
|
|
|
|
|
|
|
* Tue Oct 24 2017 Lumir Balhar <lbalhar@redhat.com> - 0.6.1-1 |
|
|
|
- Initial package. |
|
|
|