Accepting request 82395 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/82395 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-EOL?expand=0&rev=3
This commit is contained in:
parent
45d3258b77
commit
8187dcbb4f
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 25 21:58:50 UTC 2011 - chris@computersalat.de
|
||||
|
||||
- fix build for CentOS, SLE_10
|
||||
* ExtUtils::MakeMaker version 6.31
|
||||
- fix deps
|
||||
+ Test::More
|
||||
+ Test::Builder
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 20:33:15 UTC 2011 - coolo@novell.com
|
||||
|
||||
|
@ -23,21 +23,26 @@ Release: 1
|
||||
License: GPL+ or Artistic
|
||||
%define cpan_name Test-EOL
|
||||
Summary: Check the correct line endings in your project
|
||||
Url: http://search.cpan.org/dist/Test-EOL/
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Test-EOL/
|
||||
#Source: http://www.cpan.org/authors/id/F/FL/FLORA/Test-EOL-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(vars)
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(Test::More)
|
||||
#
|
||||
BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(Test::Builder)
|
||||
BuildRequires: perl(vars)
|
||||
Requires: perl(File::Find)
|
||||
Requires: perl(File::Spec)
|
||||
Requires: perl(Test::Builder)
|
||||
Requires: perl(vars)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -46,6 +51,9 @@ modules, etc) for the presence of windows line endings.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%if 0%{?sles_version} == 10
|
||||
%{__perl} -p -i -e 's|6.31|6.30|' Makefile.PL
|
||||
%endif
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
|
Loading…
x
Reference in New Issue
Block a user