Accepting request 447632 from home:sebix:branches:devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/447632
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/strip-nondeterminism?expand=0&rev=2
This commit is contained in:
Bernhard M. Wiedemann 2016-12-29 06:44:29 +00:00 committed by Git OBS Bridge
parent 3f167686e1
commit fd01c55baf
4 changed files with 22 additions and 8 deletions

12
_service Normal file
View File

@ -0,0 +1,12 @@
<services>
<service name="download_url">
<param name="protocol">http</param>
<param name="host">http.debian.net</param>
<param name="path">/debian/pool/main/s/strip-nondeterminism/strip-nondeterminism_0.029.orig.tar.gz</param>
</service>
<service name="verify_file">
<param name="file">_service:download_url:strip-nondeterminism_0.029.orig.tar.gz</param>
<param name="verifier">sha256</param>
<param name="checksum">1e6df1d0495c19859182c7746e6f5c189ca1494e7b6e6f143fb1bfecfd11de5c</param>
</service>
</services>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e6df1d0495c19859182c7746e6f5c189ca1494e7b6e6f143fb1bfecfd11de5c
size 169883

View File

@ -17,18 +17,19 @@
Name: strip-nondeterminism
Version: 0.016
Version: 0.029
Release: 0
Summary: A tool for stripping non-deterministic information
License: GPL-3.0+
Group: Development/Libraries/Perl
Url: https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git
Source0: http://http.debian.net/debian/pool/main/s/strip-nondeterminism/strip-nondeterminism_%{version}.orig.tar.gz
Source: strip-nondeterminism_%{version}.orig.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-base
BuildRequires: perl-macros
BuildRequires: perl(Archive::Zip)
Requires: perl-base
Requires: perl(Archive::Zip)
%{perl_requires}
@ -44,14 +45,15 @@ strip-nondeterminism contains the File::StripNondeterminism Perl module,
and the strip-nondeterminism command line utility.
%prep
%setup -q -n %{name}-%{version}
%setup -q -c -n %{name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
# 1 Test fails
%{__make} test || :
%install
%perl_make_install

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5762e74e2ee7b7a937406b3531afb46535f12c1c569c67e3f2da7bfe3a7434f9
size 25518