Accepting request 54583 from devel:languages:perl

Accepted submit request 54583 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Log-Log4perl?expand=0&rev=17
This commit is contained in:
Lars Vogdt 2010-12-05 21:02:31 +00:00 committed by Git OBS Bridge
commit c705123ad8
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 30 19:20:26 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 19 15:08:00 UTC 2010 - chris@computersalat.de Mon Jul 19 15:08:00 UTC 2010 - chris@computersalat.de

View File

@ -31,10 +31,9 @@ Url: http://search.cpan.org/dist/Log-Log4perl/
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
%if %{with test} %if %{with test}
# fix build cycle, do not enable # fix build cycle, do not enable
BuildRequires: perl(Log::Dispatch::FileRotate) >= 1.10 BuildRequires: perl(Log::Dispatch::FileRotate) >= 1.10
@ -48,7 +47,6 @@ BuildRequires: perl(File::Spec) >= 0.82
#BuildRequires: perl(DBI) >= 1.607 #BuildRequires: perl(DBI) >= 1.607
#BuildRequires: perl(DBD::CSV) >= 0.22 #BuildRequires: perl(DBD::CSV) >= 0.22
#BuildRequires: perl(IO::Socket::INET) #BuildRequires: perl(IO::Socket::INET)
Requires: perl = %{perl_version}
Requires: perl(DBI) >= 1.607 Requires: perl(DBI) >= 1.607
Requires: perl(IO::Socket::INET) Requires: perl(IO::Socket::INET)
Requires: perl(Log::Dispatch) Requires: perl(Log::Dispatch)