15
0

- Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hawkauthlib?expand=0&rev=5
This commit is contained in:
2019-10-14 13:39:17 +00:00
committed by Git OBS Bridge
parent 29aa240f2c
commit 31add717ed
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 13:39:01 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
-------------------------------------------------------------------
Tue Dec 4 12:48:50 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-hawkauthlib
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@@ -23,7 +23,6 @@ Version: 2.0.0
Release: 0
Summary: Hawk Access Authentication protocol
License: MPL-2.0
Group: Development/Languages/Python
URL: https://github.com/mozilla-services/hawkauthlib
Source0: https://github.com/mozilla-services/hawkauthlib/archive/v%{version}.tar.gz
# Add MPL-2.0 License text directly from MPL upstream, since it is not included in package tarball
@@ -47,12 +46,12 @@ simple HTTP request-signing scheme described in:https://npmjs.org/package/hawk
%build
%python_build
cp %{S:1} LICENSE
cp %{SOURCE1} LICENSE
%install
%python_install
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test