From e1ea751638dd3812d88eafa804d5959f09519adae17239bc12ba5d172828b8e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 2 May 2018 12:06:17 +0000 Subject: [PATCH] - Fix SOURCE link to be fetchable OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nss?expand=0&rev=4 --- python-nss.changes | 5 +++++ python-nss.spec | 12 +++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/python-nss.changes b/python-nss.changes index a2ac3ed..20c497b 100644 --- a/python-nss.changes +++ b/python-nss.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 2 12:05:56 UTC 2018 - tchvatal@suse.com + +- Fix SOURCE link to be fetchable + ------------------------------------------------------------------- Thu Feb 1 18:39:28 UTC 2018 - mrueckert@suse.de diff --git a/python-nss.spec b/python-nss.spec index c2b74e5..a197959 100644 --- a/python-nss.spec +++ b/python-nss.spec @@ -20,17 +20,15 @@ Name: python-nss Version: 1.0.1 Release: 0 Summary: Python bindings for mozilla-nss and mozilla-nspr -License: MPL-1.1+ or GPL-2.0+ or LGPL-2.0+ +License: MPL-1.1+ OR GPL-2.0-or-later OR LGPL-2.0-or-later Group: Development/Languages/Python -Url: http://www.mozilla.org/projects/security/pki/python-nss -Source: https://pypi.python.org/packages/source/p/python-nss/python-nss-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +URL: http://www.mozilla.org/projects/security/pki/python-nss +Source: https://files.pythonhosted.org/packages/source/p/python-nss/python-nss-%{version}.tar.bz2 BuildRequires: %{python_module devel} BuildRequires: %{python_module docutils} BuildRequires: %{python_module setuptools} BuildRequires: mozilla-nspr-devel BuildRequires: mozilla-nss-devel - %python_subpackages %description @@ -50,8 +48,8 @@ projects. NSS is FIPS-140 certified. %python_install %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE.mpl LICENSE.lgpl LICENSE.gpl README doc/ChangeLog +%license LICENSE.mpl LICENSE.lgpl LICENSE.gpl +%doc README doc/ChangeLog %{python_sitearch}/* %changelog