Fix SPEC file with spec-cleaner.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedgenerator?expand=0&rev=2
This commit is contained in:
parent
6f3e3904da
commit
d4e9f3a7da
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 21 13:29:01 UTC 2018 - Matěj Cepl <mcepl@suse.com>
|
||||
|
||||
- Fix SPEC file with spec-cleaner.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 22 18:07:14 UTC 2017 - benoit.monin@gmx.fr
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-feedgenerator
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@ Release: 0
|
||||
Summary: Standalone version of django.utilsfeedgenerator, compatible with Py3k
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/getpelican/feedgenerator
|
||||
URL: https://github.com/getpelican/feedgenerator
|
||||
Source: https://files.pythonhosted.org/packages/source/f/feedgenerator/feedgenerator-%{version}.tar.gz
|
||||
Source1: https://raw.githubusercontent.com/getpelican/feedgenerator/master/LICENSE
|
||||
BuildRequires: %{python_module devel}
|
||||
@ -34,7 +34,6 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pytz
|
||||
Requires: python-six
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -67,8 +66,8 @@ export LC_ALL=en_US.utf8
|
||||
%python_exec setup.py test
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.rst LICENSE
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitelib}/feedgenerator-%{version}-py%{python_version}.egg-info
|
||||
%{python_sitelib}/feedgenerator
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user