1
0

Accepting request 54538 from devel:languages:perl

Accepted submit request 54538 from user coolo

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 1 09:44:33 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Tue Jul 13 12:14:54 UTC 2010 - chris@computersalat.de

View File

@ -30,16 +30,14 @@ Url: http://search.cpan.org/dist/File-Which/
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Spec) >= 0.60
BuildRequires: perl(Getopt::Std)
BuildRequires: perl(Test::Script) >= 1.05
#
Requires: perl = %{perl_version}
Requires: perl(Exporter)
Requires: perl(File::Spec) >= 0.60
Requires: perl(Getopt::Std)