From 10d1b28fc765b94a7d9e3c207b264a8e4f56e09e Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:34:22 +0100 Subject: [PATCH] automatic version update by autodist [release 2.02-1mamba;Tue Nov 13 2012] --- README.md | 2 ++ perl-Array-Compare.spec | 61 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 perl-Array-Compare.spec diff --git a/README.md b/README.md index 5e3028d..15fc372 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-Array-Compare +Array::Compare is a Perl module which allows you to compare two arrays. + diff --git a/perl-Array-Compare.spec b/perl-Array-Compare.spec new file mode 100644 index 0000000..947efca --- /dev/null +++ b/perl-Array-Compare.spec @@ -0,0 +1,61 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-Array-Compare +Version: 2.02 +Release: 1mamba +Summary: Array::Compare - Perl module which allows you to compare two arrays +Group: System/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Aleph0 +URL: http://www.cpan.org +Source: http://www.cpan.org/modules/by-module/Array/Array-Compare-%{version}.tar.gz +License: GPL, Artistic +Requires: perl >= %perl_major_ver +BuildRequires: perl-devel >= %perl_major_ver +BuildRequires: perl-Moose +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Array::Compare is a Perl module which allows you to compare two arrays. + +%prep +%setup -q -n Array-Compare-%{version} + +%build +perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor +%make +%make test + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall_perl +packlist=`find %{buildroot} -name .packlist` +[ -z "$packlist" ] && exit 1 || cat $packlist | \ + sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \ + sort -u > .packlist && rm $packlist + +strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` +for dir in `find %{buildroot} -type d | grep $strid`; do + echo "%dir ${dir#%buildroot}" >> .packlist +done + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +rm -f .packlist + +%files -f .packlist +%defattr(-,root,root) + +%changelog +* Tue Nov 13 2012 Automatic Build System 2.02-1mamba +- automatic version update by autodist + +* Thu Feb 05 2009 Silvan Calarco 1.17-1mamba +- automatic update by autodist + +* Mon Nov 03 2008 Silvan Calarco 1.14-2mamba +- automatic rebuild by autodist + +* Fri Nov 09 2007 Aleph0 1.14-1mamba +- package created by autospec