diff --git a/perl-ExtUtils-MakeMaker.spec b/perl-ExtUtils-MakeMaker.spec index c6b0a27..e5c36f4 100644 --- a/perl-ExtUtils-MakeMaker.spec +++ b/perl-ExtUtils-MakeMaker.spec @@ -26,12 +26,12 @@ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/ExtUtils-MakeMaker/ Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml +Patch0: Do_not_set_RPATH_by_default.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros %{perl_requires} -Patch1: Do_not_set_RPATH_by_default.patch # MANUAL BEGIN #!BuildIgnore: perl-ExtUtils-MakeMaker @@ -86,7 +86,7 @@ Perl to handle Unicode filenames, which is not yet the case on Windows. %prep %setup -q -n %{cpan_name}-%{version} -%patch1 -p1 +%patch0 -p1 find . -type f -print0 | xargs -0 chmod 644 # MANUAL BEGIN grep -v ^bundled MAINFEST > t && mv t MAINFEST