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