15
0
2019-11-07 15:29:20 +00:00
committed by Git OBS Bridge
parent 195075f75a
commit 90f558cba5
2 changed files with 9 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 7 15:28:55 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Run through spec-cleaner
-------------------------------------------------------------------
Fri Sep 13 05:03:08 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -23,18 +23,16 @@ Version: 1.1
Release: 0
Summary: Generate RSS2 using a Python data structure
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://dalkescientific.com/Python/PyRSS2Gen.html
URL: http://dalkescientific.com/Python/PyRSS2Gen.html
Source: http://dalkescientific.com/Python/PyRSS2Gen-%{version}.tar.gz
BuildRequires: %{python_module feedparser}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
Provides: %oldpython-pyrss2gen = 1.1
Provides: %{oldpython}-pyrss2gen = 1.1
#NOTE(saschpe): Change back to "<" after next version update:
Obsoletes: %oldpython-pyrss2gen <= 1.1
Obsoletes: %{oldpython}-pyrss2gen <= 1.1
BuildArch: noarch
%python_subpackages
%description