- 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:
Stephan Kulow 2016-03-11 21:27:23 +00:00 committed by Git OBS Bridge
parent 327d234437
commit 41d41dee48

View File

@ -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