forked from pool/perl-Module-Build-XSUtil
Accepting request 691010 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/691010 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Build-XSUtil?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb3497dbf255625ea3e6f7aa2cf273212755211c6a634f1bec22f3c5e33954ee
|
||||
size 15200
|
3
Module-Build-XSUtil-0.19.tar.gz
Normal file
3
Module-Build-XSUtil-0.19.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9063b3c346edeb422807ffe49ffb23038c4f900d4a77b845ce4b53d97bf29400
|
||||
size 15276
|
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 07:14:01 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 0.19
|
||||
see /usr/share/doc/packages/perl-Module-Build-XSUtil/Changes
|
||||
|
||||
0.19 2018-04-17T14:51:20Z
|
||||
- Use File::Copy::Recursive::Reduced instead File::Copy::Recursive(#13)
|
||||
(jkeenan)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 9 06:32:57 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Module-Build-XSUtil
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,18 +12,18 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Module-Build-XSUtil
|
||||
Version: 0.18
|
||||
Version: 0.19
|
||||
Release: 0
|
||||
%define cpan_name Module-Build-XSUtil
|
||||
Summary: Module::Build class for building XS modules
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Module-Build-XSUtil/
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/H/HI/HIDEAKIO/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -33,7 +33,7 @@ BuildRequires: perl(Capture::Tiny)
|
||||
BuildRequires: perl(Cwd::Guard)
|
||||
BuildRequires: perl(Devel::CheckCompiler)
|
||||
BuildRequires: perl(ExtUtils::CBuilder)
|
||||
BuildRequires: perl(File::Copy::Recursive)
|
||||
BuildRequires: perl(File::Copy::Recursive::Reduced) >= 0.002
|
||||
BuildRequires: perl(Module::Build) >= 0.400500
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
BuildRequires: perl(parent)
|
||||
@@ -85,7 +85,7 @@ 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}"
|
||||
perl Build.PL installdirs=vendor optimize="%{optflags}"
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
|
Reference in New Issue
Block a user