OBS User unknown 2007-06-11 13:07:46 +00:00 committed by Git OBS Bridge
parent 32b2aba598
commit a9a3e4543e
4 changed files with 33 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2246df9d1d829e5fc866bbe64629491ae5fa915ec5230128aeb6c14dbb119899
size 194251

3
Archive-Zip-1.20.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7604053ce7446045816a8371f4942b2aea0ad6b9944866306e170c5bb343934c
size 159427

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jun 11 13:27:33 CEST 2007 - anicka@suse.cz
- update to 1.20
* Removing dependency on File::Which due to public outburst
of flaming
* Embedding an entire copy of File::Which inside the tests
instead as an alternative to compensating for the lack
of build_requires.
* Removing the docs directory.
- remove perl-File-Which from BuildRequires
-------------------------------------------------------------------
Wed Dec 20 14:32:01 CET 2006 - anicka@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Archive-Zip (Version 1.18)
# spec file for package perl-Archive-Zip (Version 1.20)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -12,9 +12,9 @@
Name: perl-Archive-Zip
URL: http://cpan.org/modules/by-module/Archive/
BuildRequires: perl-Compress-Zlib perl-File-Which zip
Version: 1.18
Release: 3
BuildRequires: perl-Compress-Zlib zip
Version: 1.20
Release: 1
Requires: perl = %{perl_version}
Autoreqprov: on
Group: Development/Libraries/Perl
@ -38,6 +38,8 @@ Authors:
%build
perl Makefile.PL
make
%check
make test
%install
@ -48,7 +50,7 @@ rm -f $RPM_BUILD_ROOT/%{perl_vendorlib}/Archive/Zip.pod
%files
%defattr(-,root,root)
%doc Changes INSTALL MANIFEST README docs examples
%doc Changes INSTALL MANIFEST README examples
%doc %{_mandir}/man?/*
%dir %{perl_vendorlib}/Archive
%{perl_vendorlib}/Archive/Zip
@ -61,7 +63,16 @@ rm -f $RPM_BUILD_ROOT/%{perl_vendorlib}/Archive/Zip.pod
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
%changelog -n perl-Archive-Zip
%changelog
* Mon Jun 11 2007 - anicka@suse.cz
- update to 1.20
* Removing dependency on File::Which due to public outburst
of flaming
* Embedding an entire copy of File::Which inside the tests
instead as an alternative to compensating for the lack
of build_requires.
* Removing the docs directory.
- remove perl-File-Which from BuildRequires
* Wed Dec 20 2006 - anicka@suse.cz
- add perl-File-Which to BuildRequires and enable tests again
* Thu Dec 14 2006 - anicka@suse.cz