Update to 1.16.

This commit is contained in:
Warren Togami 2005-08-29 23:07:17 +00:00
parent 4481cb8a40
commit b5fe8d3c16
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
Archive-Zip-1.14.tar.gz Archive-Zip-1.16.tar.gz

View File

@ -1,12 +1,12 @@
Name: perl-Archive-Zip Name: perl-Archive-Zip
Version: 1.14 Version: 1.16
Release: 1 Release: 1
Summary: Perl library for accessing Zip archives Summary: Perl library for accessing Zip archives
Group: Development/Libraries Group: Development/Libraries
License: GPL or Artistic License: GPL or Artistic
URL: http://search.cpan.org/dist/Archive-Zip/ 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) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
@ -27,7 +27,8 @@ existing Zip files, or from existing directories, files, or strings.
%prep %prep
%setup -q -n Archive-Zip-%{version} %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 %build
@ -60,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Mon Jul 11 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.16-1
- Update to 1.16.
* Thu Apr 14 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.14-1 * Thu Apr 14 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.14-1
- Update to 1.14. - Update to 1.14.

View File

@ -1 +1 @@
96b2caf19d5aea3adff02c323247e66a Archive-Zip-1.14.tar.gz e28dff400d07b1659d659d8dde7071f1 Archive-Zip-1.16.tar.gz