Christian Wittmer 2011-08-24 22:31:10 +00:00 committed by Git OBS Bridge
parent 155034f21e
commit 89fee82b6b
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 24 22:30:17 UTC 2011 - chris@computersalat.de
- fix build for SLE_10
* ExtUtils::MakeMaker version 6.31
-------------------------------------------------------------------
Wed Jul 6 07:29:39 UTC 2011 - coolo@novell.com

View File

@ -23,8 +23,8 @@ Release: 1
License: GPL+ or Artistic
%define cpan_name B-Hooks-EndOfScope
Summary: Execute code after a scope finished compilation
Url: http://search.cpan.org/dist/B-Hooks-EndOfScope/
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/B-Hooks-EndOfScope/
Source: http://www.cpan.org/authors/id/F/FL/FLORA/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -43,6 +43,9 @@ surrounding scope.
%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