From 34de32cb4416c05458ef9c65e98839dae4d65dcb Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:34:12 +0100 Subject: [PATCH] automatic update by autodist [release 1.33-1mamba;Wed Nov 13 2013] --- README.md | 2 ++ perl-Archive-Zip.spec | 73 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 perl-Archive-Zip.spec diff --git a/README.md b/README.md index 9e137e9..4eda27d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-Archive-Zip +The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. + diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec new file mode 100644 index 0000000..9e25774 --- /dev/null +++ b/perl-Archive-Zip.spec @@ -0,0 +1,73 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-Archive-Zip +Version: 1.33 +Release: 1mamba +Summary: Create, manipulate, read, and write Zip archive files. +Group: System/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.cpan.org +Source: http://www.cpan.org/modules/by-module/Archive/Archive-Zip-%{version}.tar.gz +License: Artistic License +BuildRequires: perl-devel >= %perl_major_ver +BuildRequires: zip, unzip +Requires: perl >= %perl_major_ver +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. + +%prep +%setup -q -n Archive-Zip-%{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 +* Wed Nov 13 2013 Automatic Build System 1.33-1mamba +- automatic update by autodist + +* Tue Nov 13 2012 Silvan Calarco 1.30-2mamba +- perl 5.16 mass rebuild + +* Thu Jul 02 2009 Automatic Build System 1.30-1mamba +- automatic update by autodist + +* Fri Jun 19 2009 Automatic Build System 1.28-1mamba +- automatic update by autodist + +* Thu Feb 05 2009 Silvan Calarco 1.26-1mamba +- automatic update by autodist + +* Mon Nov 03 2008 Silvan Calarco 1.23-2mamba +- automatic rebuild by autodist + +* Fri Nov 09 2007 Aleph0 1.23-1mamba +- update to 1.23 + +* Fri Jul 08 2005 Silvan Calarco 1.16-1qilnx +- package created by autospec