1
0

Accepting request 54466 from devel:languages:perl

Accepted submit request 54466 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Archive-Zip?expand=0&rev=15
This commit is contained in:
Lars Vogdt 2010-12-05 20:35:38 +00:00 committed by Git OBS Bridge
commit e53ad6032e
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 1 06:55:30 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 24 18:49:23 UTC 2010 - chris@computersalat.de Wed Nov 24 18:49:23 UTC 2010 - chris@computersalat.de

View File

@ -30,10 +30,9 @@ Url: http://search.cpan.org/dist/Archive-Zip/
Source: %{cpan_name}-%{version}.tar.bz2 Source: %{cpan_name}-%{version}.tar.bz2
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros BuildRequires: perl-macros
%endif
BuildRequires: perl(Test::More) >= 0.42 BuildRequires: perl(Test::More) >= 0.42
BuildRequires: perl(Compress::Raw::Zlib) >= 2.017 BuildRequires: perl(Compress::Raw::Zlib) >= 2.017
BuildRequires: perl(File::Basename) BuildRequires: perl(File::Basename)
@ -47,7 +46,6 @@ BuildRequires: perl(IO::Handle)
BuildRequires: perl(IO::Seekable) BuildRequires: perl(IO::Seekable)
BuildRequires: perl(Time::Local) BuildRequires: perl(Time::Local)
# #
Requires: perl = %{perl_version}
Requires: perl(Compress::Raw::Zlib) >= 2.017 Requires: perl(Compress::Raw::Zlib) >= 2.017
Requires: perl(File::Basename) Requires: perl(File::Basename)
Requires: perl(File::Copy) Requires: perl(File::Copy)