update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build-Tiny?expand=0&rev=10
This commit is contained in:
parent
2eef1727bf
commit
b954c5216e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a858fb50ef662c58effde0a4ee4c479b4be4919ddbb778b15930086ee679efb9
|
||||
size 20292
|
3
Module-Build-Tiny-0.035.tar.gz
Normal file
3
Module-Build-Tiny-0.035.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5001c62cc5bd887ec09379f1b42d4ed3e8aad6eebe1dd4fccf0203a92925c7d7
|
||||
size 20312
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 10 06:18:07 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 0.035
|
||||
Fix install test in absence of a compiler
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 9 13:33:36 UTC 2014 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Module-Build-Tiny
|
||||
Version: 0.034
|
||||
Version: 0.035
|
||||
Release: 0
|
||||
%define cpan_name Module-Build-Tiny
|
||||
Summary: A tiny replacement for Module::Build
|
||||
@ -40,7 +40,6 @@ BuildRequires: perl(JSON::PP) >= 2
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(TAP::Harness::Env)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
|
||||
Requires: perl(CPAN::Meta)
|
||||
Requires: perl(ExtUtils::CBuilder)
|
||||
Requires: perl(ExtUtils::Config) >= 0.003
|
||||
@ -65,14 +64,14 @@ than 120, yet supports the features needed by most distributions.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL --installdirs=vendor
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
|
||||
%install
|
||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
|
Loading…
Reference in New Issue
Block a user