15
0

Accepting request 746323 from devel:languages:python

- Run through spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/746323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyRSS2Gen?expand=0&rev=2
This commit is contained in:
2019-11-08 14:25:32 +00:00
committed by Git OBS Bridge
2 changed files with 14 additions and 10 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

@@ -12,7 +12,8 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,20 +21,18 @@
Name: python-PyRSS2Gen
Version: 1.1
Release: 0
License: BSD-3-Clause
Summary: Generate RSS2 using a Python data structure
Url: http://dalkescientific.com/Python/PyRSS2Gen.html
Group: Development/Languages/Python
License: BSD-3-Clause
URL: http://dalkescientific.com/Python/PyRSS2Gen.html
Source: http://dalkescientific.com/Python/PyRSS2Gen-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module feedparser}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildArch: noarch
Provides: %oldpython-pyrss2gen = 1.1
BuildRequires: python-rpm-macros
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