diff --git a/python-python-jenkins.changes b/python-python-jenkins.changes index 46e50b4..9cd8a12 100644 --- a/python-python-jenkins.changes +++ b/python-python-jenkins.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 18 11:32:00 UTC 2018 - tchvatal@suse.com + +- Depend on python-rpm-macros + ------------------------------------------------------------------- Mon Sep 25 12:39:24 UTC 2017 - dmueller@suse.com diff --git a/python-python-jenkins.spec b/python-python-jenkins.spec index de930cb..9660f0b 100644 --- a/python-python-jenkins.spec +++ b/python-python-jenkins.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-jenkins # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2014 Thomas Bechtold # # All modifications and additions to the file contributed by third parties @@ -24,16 +24,16 @@ Release: 0 Summary: Python bindings for the remote Jenkins API License: BSD-3-Clause Group: Development/Languages/Python -Url: http://launchpad.net/python-jenkins -Source: https://pypi.io/packages/source/p/python-jenkins/python-jenkins-%{version}.tar.gz -BuildRequires: %{python_module devel} +URL: http://launchpad.net/python-jenkins +Source: https://files.pythonhosted.org/packages/source/p/python-jenkins/python-jenkins-%{version}.tar.gz BuildRequires: %{python_module pbr} -BuildArch: noarch +BuildRequires: python-rpm-macros Requires: python-multi_key_dict Requires: python-setuptools Requires: python-six >= 1.3.0 Provides: python-jenkins = %{version} Obsoletes: python-jenkins <= 0.4.12 +BuildArch: noarch %python_subpackages %description @@ -53,8 +53,8 @@ API. It current supports management of: %python_install %files %{python_files} -%defattr(-,root,root,-) -%doc COPYING README.rst +%license COPYING +%doc README.rst %{python_sitelib}/* %changelog