forked from pool/perl-Module-Build
Accepting request 694671 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/694671 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build?expand=0&rev=50
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Module-Build
|
||||
#
|
||||
# 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,20 +12,20 @@
|
||||
# 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
|
||||
Version: 0.422400
|
||||
Version: 0.422900
|
||||
Release: 0
|
||||
%define cpan_version 0.4224
|
||||
Provides: perl(Module::Build) = 0.422400
|
||||
%define cpan_version 0.4229
|
||||
Provides: perl(Module::Build) = 0.422900
|
||||
%define cpan_name Module-Build
|
||||
Summary: Build and install Perl 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/
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
@@ -56,13 +56,12 @@ Recommends: perl(ExtUtils::Manifest) >= 1.54
|
||||
%description
|
||||
'Module::Build' is a system for building, testing, and installing Perl
|
||||
modules. It is meant to be an alternative to 'ExtUtils::MakeMaker'.
|
||||
Developers may alter the behavior of the module through subclassing in a
|
||||
much more straightforward way than with 'MakeMaker'. It also does not
|
||||
require a 'make' on your system - most of the 'Module::Build' code is
|
||||
pure-perl and written in a very cross-platform way.
|
||||
Developers may alter the behavior of the module through subclassing. It
|
||||
also does not require a 'make' on your system - most of the 'Module::Build'
|
||||
code is pure-perl and written in a very cross-platform way.
|
||||
|
||||
See "MOTIVATIONS" for more comparisons between 'ExtUtils::MakeMaker' and
|
||||
'Module::Build'.
|
||||
See "COMPARISON" for more comparisons between 'Module::Build' and other
|
||||
installer tools.
|
||||
|
||||
To install 'Module::Build', and any other module that uses 'Module::Build'
|
||||
for its installation process, do the following:
|
||||
@@ -102,7 +101,7 @@ You can run the 'help' action for a complete list of actions.
|
||||
%setup -q -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
perl Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
|
Reference in New Issue
Block a user