8
0

- rpm does not know that 2701 is smaller than 33 for perl

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Remove?expand=0&rev=20
This commit is contained in:
Stephan Kulow
2011-03-24 19:31:57 +00:00
committed by Git OBS Bridge
parent 68e025991e
commit 1d3986c05f
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 24 19:31:20 UTC 2011 - coolo@novell.com
- rpm does not know that 2701 is smaller than 33 for perl
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 24 11:25:37 UTC 2011 - coolo@novell.com Thu Mar 24 11:25:37 UTC 2011 - coolo@novell.com

View File

@@ -27,12 +27,12 @@ Url: http://search.cpan.org/dist/File-Remove/
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-%{version}.tar.gz #Source: http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz Source: %{cpan_name}-%{version}.tar.gz
BuildRequires: perl(Cwd) >= 3.2701 BuildRequires: perl(Cwd) >= 3.27.01
BuildRequires: perl(File::Spec) >= 3.2701 BuildRequires: perl(File::Spec) >= 3.27.01
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
Requires: perl(Cwd) >= 3.2701 Requires: perl(Cwd) >= 3.27.01
Requires: perl(File::Spec) >= 3.2701 Requires: perl(File::Spec) >= 3.27.01
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
%{perl_requires} %{perl_requires}