Accepting request 55709 from devel:languages:perl

Accepted submit request 55709 from user coolo

OBS-URL: https://build.opensuse.org/request/show/55709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-TimeZone?expand=0&rev=6
This commit is contained in:
Berthold Gunreben 2010-12-13 11:51:56 +00:00 committed by Git OBS Bridge
commit 7dbf8e7b7a
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 1 06:55:36 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 9 08:07:44 UTC 2010 - chris@computersalat.de Mon Aug 9 08:07:44 UTC 2010 - chris@computersalat.de

View File

@ -31,11 +31,10 @@ Url: http://search.cpan.org/dist/DateTime-TimeZone/
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
BuildRequires: perl(Module::Build) BuildRequires: perl(Module::Build)
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros BuildRequires: perl-macros
%endif
%if %{with test} %if %{with test}
BuildRequires: perl(DateTime) >= 0.16 BuildRequires: perl(DateTime) >= 0.16
%endif %endif
@ -44,7 +43,6 @@ BuildRequires: perl(Class::Singleton) >= 1.03
BuildRequires: perl(Cwd) >= 3 BuildRequires: perl(Cwd) >= 3
BuildRequires: perl(Params::Validate) >= 0.72 BuildRequires: perl(Params::Validate) >= 0.72
# #
Requires: perl = %{perl_version}
Requires: perl(Class::Singleton) >= 1.03 Requires: perl(Class::Singleton) >= 1.03
Requires: perl(Cwd) >= 3 Requires: perl(Cwd) >= 3
Requires: perl(Params::Validate) >= 0.72 Requires: perl(Params::Validate) >= 0.72