15
0
forked from pool/python-nss

- Fix SOURCE link to be fetchable

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nss?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2018-05-02 12:06:17 +00:00
committed by Git OBS Bridge
parent c4d182805a
commit e1ea751638
2 changed files with 10 additions and 7 deletions

View File

@@ -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