8
0

- deleted patch make-builds-reproducible.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build?expand=0&rev=41
This commit is contained in:
2016-05-10 13:42:53 +00:00
committed by Git OBS Bridge
parent ed3c3e0220
commit 6a3e9aac7a
3 changed files with 1 additions and 4 deletions

View File

@@ -28,7 +28,6 @@ Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Build/
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Patch0: make-builds-reproducible.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -102,7 +101,6 @@ You can run the 'help' action for a complete list of actions.
%prep
%setup -q -n %{cpan_name}-%{cpan_version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%patch0 -p1
%build
%{__perl} Build.PL installdirs=vendor