diff --git a/.cvsignore b/.cvsignore index 0cf5e21..5d05f1b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Archive-Zip-1.14.tar.gz +Archive-Zip-1.16.tar.gz diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec index f0c361d..4242102 100644 --- a/perl-Archive-Zip.spec +++ b/perl-Archive-Zip.spec @@ -1,12 +1,12 @@ Name: perl-Archive-Zip -Version: 1.14 +Version: 1.16 Release: 1 Summary: Perl library for accessing Zip archives Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Archive-Zip/ -Source0: http://www.cpan.org/authors/id/N/NE/NEDKONZ/Archive-Zip-1.14.tar.gz +Source0: http://www.cpan.org/authors/id/N/NE/NEDKONZ/Archive-Zip-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -27,7 +27,8 @@ existing Zip files, or from existing directories, files, or strings. %prep %setup -q -n Archive-Zip-%{version} -%{__perl} -pi -e 's|/usr/local/bin/perl|%{__perl}|' examples/*.pl +%{__perl} -pi -e 's|^#!/bin/perl|#!%{__perl}|' examples/*.pl +%{__perl} -pi -e 's|^#!/usr/local/bin/perl|#!%{__perl}|' examples/selfex.pl %build @@ -60,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jul 11 2005 Jose Pedro Oliveira - 1.16-1 +- Update to 1.16. + * Thu Apr 14 2005 Jose Pedro Oliveira - 1.14-1 - Update to 1.14. diff --git a/sources b/sources index 0ac435d..c1dc4cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -96b2caf19d5aea3adff02c323247e66a Archive-Zip-1.14.tar.gz +e28dff400d07b1659d659d8dde7071f1 Archive-Zip-1.16.tar.gz