fixup license and reformat .spec

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/strip-nondeterminism?expand=0&rev=13
This commit is contained in:
Bernhard M. Wiedemann 2018-12-15 20:34:37 +00:00 committed by Git OBS Bridge
parent 8589c99e02
commit 98355d6857
2 changed files with 8 additions and 12 deletions

View File

@ -1,12 +1,7 @@
<services> <services>
<service name="download_url" mode="disabled"> <service name="download_url" mode="disabled">
<param name="protocol">http</param> <param name="protocol">https</param>
<param name="host">http.debian.net</param> <param name="host">reproducible-builds.org</param>
<param name="path">/debian/pool/main/s/strip-nondeterminism/strip-nondeterminism_0.029.orig.tar.gz</param> <param name="path">/_lfs/releases/strip-nondeterminism/strip-nondeterminism-1.0.0.tar.bz2</param>
</service>
<service name="verify_file" mode="localonly">
<param name="file">strip-nondeterminism_0.029.orig.tar.gz</param>
<param name="verifier">sha256</param>
<param name="checksum">1e6df1d0495c19859182c7746e6f5c189ca1494e7b6e6f143fb1bfecfd11de5c</param>
</service> </service>
</services> </services>

View File

@ -1,7 +1,7 @@
# #
# spec file for package strip-nondeterminism # spec file for package strip-nondeterminism
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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/
# #
@ -20,7 +20,7 @@ Name: strip-nondeterminism
Version: 1.0.0 Version: 1.0.0
Release: 0 Release: 0
Summary: A tool for stripping non-deterministic information Summary: A tool for stripping non-deterministic information
License: GPL-3.0+ License: GPL-3.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git Url: https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git
Source: https://reproducible-builds.org/_lfs/releases/strip-nondeterminism/strip-nondeterminism-%{version}.tar.bz2 Source: https://reproducible-builds.org/_lfs/releases/strip-nondeterminism/strip-nondeterminism-%{version}.tar.bz2
@ -72,7 +72,8 @@ install -p %{SOURCE3} -m 755 %buildroot/%{_bindir}/
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc README TODO COPYING %doc README TODO
%license COPYING
/etc/rpm/macros.strip-nondeterminism /etc/rpm/macros.strip-nondeterminism
%changelog %changelog