commit 3f167686e1a48f6f28b79b97704e77a6e958a939118d831043325d16542be840 Author: Stephan Kulow Date: Mon Mar 14 13:10:51 2016 +0000 Accepting request 372786 from home:bmwiedemann:branches:devel:languages:perl now without Test::More OBS-URL: https://build.opensuse.org/request/show/372786 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/strip-nondeterminism?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/strip-nondeterminism.changes b/strip-nondeterminism.changes new file mode 100644 index 0000000..ecf2b17 --- /dev/null +++ b/strip-nondeterminism.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Tue Mar 8 16:08:31 UTC 2016 - bwiedemann@suse.com + +- initial package version 0.016 + diff --git a/strip-nondeterminism.spec b/strip-nondeterminism.spec new file mode 100644 index 0000000..8e7af02 --- /dev/null +++ b/strip-nondeterminism.spec @@ -0,0 +1,65 @@ +# +# spec file for package strip-nondeterminism +# +# Copyright (c) 2016 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: strip-nondeterminism +Version: 0.016 +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 +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: perl +BuildRequires: perl-macros +BuildRequires: perl(Archive::Zip) +Requires: perl(Archive::Zip) +%{perl_requires} + +%description +File::StripNondeterminism is a Perl module for stripping bits of +non-deterministic information, such as timestamps and file system +order, from files such as gzipped files, ZIP archives, and Jar files. +It can be used as a post-processing step to make a build reproducible, +when the build process itself cannot be made deterministic. It is used +as part of the Reproducible Builds project. + +strip-nondeterminism contains the File::StripNondeterminism Perl module, +and the strip-nondeterminism command line utility. + +%prep +%setup -q -n %{name}-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} + +%check +%{__make} test + +%install +%perl_make_install +%perl_process_packlist +%perl_gen_filelist + +%files -f %{name}.files +%defattr(-,root,root,755) +%doc README TODO COPYING + +%changelog diff --git a/strip-nondeterminism_0.016.orig.tar.gz b/strip-nondeterminism_0.016.orig.tar.gz new file mode 100644 index 0000000..a15b18d --- /dev/null +++ b/strip-nondeterminism_0.016.orig.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5762e74e2ee7b7a937406b3531afb46535f12c1c569c67e3f2da7bfe3a7434f9 +size 25518