- updated to 7.10
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=35
This commit is contained in:
parent
327d234437
commit
41d41dee48
@ -26,12 +26,12 @@ Group: Development/Libraries/Perl
|
|||||||
Url: http://search.cpan.org/dist/ExtUtils-MakeMaker/
|
Url: http://search.cpan.org/dist/ExtUtils-MakeMaker/
|
||||||
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Patch0: Do_not_set_RPATH_by_default.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
Patch1: Do_not_set_RPATH_by_default.patch
|
|
||||||
|
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
#!BuildIgnore: perl-ExtUtils-MakeMaker
|
#!BuildIgnore: perl-ExtUtils-MakeMaker
|
||||||
@ -86,7 +86,7 @@ Perl to handle Unicode filenames, which is not yet the case on Windows.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
%patch1 -p1
|
%patch0 -p1
|
||||||
find . -type f -print0 | xargs -0 chmod 644
|
find . -type f -print0 | xargs -0 chmod 644
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
grep -v ^bundled MAINFEST > t && mv t MAINFEST
|
grep -v ^bundled MAINFEST > t && mv t MAINFEST
|
||||||
|
Loading…
Reference in New Issue
Block a user