Accepting request 54535 from devel:languages:perl

Accepted submit request 54535 from user coolo

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 30 19:20:16 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 9 13:41:33 UTC 2010 - chris@computersalat.de Mon Aug 9 13:41:33 UTC 2010 - chris@computersalat.de

View File

@ -31,15 +31,13 @@ Url: http://search.cpan.org/dist/File-Slurp/
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 pod} %if %{with pod}
BuildRequires: perl(Test::Pod) >= 1.14 BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04 BuildRequires: perl(Test::Pod::Coverage) >= 1.04
%endif %endif
Requires: perl = %{perl_version}
%description %description
This module provides subs that allow you to read or write entire files with This module provides subs that allow you to read or write entire files with