- 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:
Michael Schröder 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

@ -4,8 +4,6 @@
#sources:
# - source1
# - source2
patches:
make-builds-reproducible.patch: -p1
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-

View File

@ -48,6 +48,7 @@ Tue May 10 13:40:04 UTC 2016 - coolo@suse.com
[ENHANCEMENTS]
- Output data in a stable order [Jérémy Bobbio]
- deleted patch make-builds-reproducible.patch
-------------------------------------------------------------------
Sun May 17 08:20:57 UTC 2015 - coolo@suse.com

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