forked from pool/perl-Module-Build
- 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:
@@ -4,8 +4,6 @@
|
|||||||
#sources:
|
#sources:
|
||||||
# - source1
|
# - source1
|
||||||
# - source2
|
# - source2
|
||||||
patches:
|
|
||||||
make-builds-reproducible.patch: -p1
|
|
||||||
#preamble: |-
|
#preamble: |-
|
||||||
# BuildRequires: gcc-c++
|
# BuildRequires: gcc-c++
|
||||||
#post_prep: |-
|
#post_prep: |-
|
||||||
|
@@ -48,6 +48,7 @@ Tue May 10 13:40:04 UTC 2016 - coolo@suse.com
|
|||||||
[ENHANCEMENTS]
|
[ENHANCEMENTS]
|
||||||
|
|
||||||
- Output data in a stable order [Jérémy Bobbio]
|
- 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
|
Sun May 17 08:20:57 UTC 2015 - coolo@suse.com
|
||||||
|
@@ -28,7 +28,6 @@ Group: Development/Libraries/Perl
|
|||||||
Url: http://search.cpan.org/dist/Module-Build/
|
Url: http://search.cpan.org/dist/Module-Build/
|
||||||
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
Patch0: make-builds-reproducible.patch
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@@ -102,7 +101,6 @@ You can run the 'help' action for a complete list of actions.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{cpan_version}
|
%setup -q -n %{cpan_name}-%{cpan_version}
|
||||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
%{__perl} Build.PL installdirs=vendor
|
||||||
|
Reference in New Issue
Block a user