forked from pool/perl-Module-Build-XSUtil
Accepting request 540115 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/540115 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build-XSUtil?expand=0&rev=9
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bb1b9498e8b5ccda679be77d5e0c0b7c933b1bda6639cf56c3cfd6bf327ae09
|
||||
size 14711
|
3
Module-Build-XSUtil-0.18.tar.gz
Normal file
3
Module-Build-XSUtil-0.18.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb3497dbf255625ea3e6f7aa2cf273212755211c6a634f1bec22f3c5e33954ee
|
||||
size 15200
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 9 06:32:57 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 0.18
|
||||
see /usr/share/doc/packages/perl-Module-Build-XSUtil/Changes
|
||||
|
||||
0.18 2017-11-01T18:22:27Z
|
||||
- Remove Module::Build::Tiny from deps
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 1 06:34:27 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Module-Build-XSUtil
|
||||
Version: 0.17
|
||||
Version: 0.18
|
||||
Release: 0
|
||||
%define cpan_name Module-Build-XSUtil
|
||||
Summary: Module::Build class for building XS modules
|
||||
@@ -35,7 +35,6 @@ BuildRequires: perl(Devel::CheckCompiler)
|
||||
BuildRequires: perl(ExtUtils::CBuilder)
|
||||
BuildRequires: perl(File::Copy::Recursive)
|
||||
BuildRequires: perl(Module::Build) >= 0.400500
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.035
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
BuildRequires: perl(parent)
|
||||
Requires: perl(Devel::CheckCompiler)
|
||||
@@ -86,14 +85,14 @@ If invoke Build.PL with '-g' option, It will build with debug options.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL --installdirs=vendor optimize="%{optflags}"
|
||||
./Build build --flags=%{?_smp_mflags}
|
||||
%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
|
||||
./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
|
||||
|
Reference in New Issue
Block a user