automatic version update by autodist [release 2.02-1mamba;Tue Nov 13 2012]

This commit is contained in:
Automatic Build System 2024-01-06 08:34:22 +01:00
parent 8ba6f64197
commit 10d1b28fc7
2 changed files with 63 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# perl-Array-Compare
Array::Compare is a Perl module which allows you to compare two arrays.

61
perl-Array-Compare.spec Normal file
View File

@ -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 <aleph0@openmamba.org>
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 <autodist@mambasoft.it> 2.02-1mamba
- automatic version update by autodist
* Thu Feb 05 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.17-1mamba
- automatic update by autodist
* Mon Nov 03 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14-2mamba
- automatic rebuild by autodist
* Fri Nov 09 2007 Aleph0 <aleph0@openmamba.org> 1.14-1mamba
- package created by autospec