Stephan Kulow 2014-03-10 06:18:31 +00:00 committed by Git OBS Bridge
parent 2eef1727bf
commit b954c5216e
4 changed files with 12 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a858fb50ef662c58effde0a4ee4c479b4be4919ddbb778b15930086ee679efb9
size 20292

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5001c62cc5bd887ec09379f1b42d4ed3e8aad6eebe1dd4fccf0203a92925c7d7
size 20312

View File

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

View File

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