fix buld
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-B-Hooks-EndOfScope?expand=0&rev=7
This commit is contained in:
parent
155034f21e
commit
89fee82b6b
@ -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
|
Wed Jul 6 07:29:39 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -23,8 +23,8 @@ Release: 1
|
|||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
%define cpan_name B-Hooks-EndOfScope
|
%define cpan_name B-Hooks-EndOfScope
|
||||||
Summary: Execute code after a scope finished compilation
|
Summary: Execute code after a scope finished compilation
|
||||||
Url: http://search.cpan.org/dist/B-Hooks-EndOfScope/
|
|
||||||
Group: Development/Libraries/Perl
|
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
|
Source: http://www.cpan.org/authors/id/F/FL/FLORA/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -43,6 +43,9 @@ surrounding scope.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
%if 0%{?sles_version} == 10
|
||||||
|
%{__perl} -p -i -e 's|6.31|6.30|' Makefile.PL
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Loading…
Reference in New Issue
Block a user