forked from pool/perl-Module-Install
Compare commits
15 Commits
b2b24fee52
...
ca8de56c65
Author | SHA256 | Date | |
---|---|---|---|
ca8de56c65 | |||
e173598d51 | |||
a2c5f0a02f | |||
|
ddea6d2fc8 | ||
75e5d91625 | |||
|
c42dd4e8e5 | ||
09e6472f87 | |||
|
9e541c36c0 | ||
3d20a67358 | |||
|
849c6b4c23 | ||
a37bc6f34a | |||
f56bb14c7a | |||
|
e9cfcf994a | ||
|
3f2e55c9d0 | ||
|
7ec81113a7 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c19a1964706129ba7fe2c54fd32de507770799e5bcbafb015a0c56020db017ac
|
||||
size 129023
|
3
Module-Install-1.21.tar.gz
Normal file
3
Module-Install-1.21.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbf91007f30565f3920e106055fd0d4287981d5e7dad8b35323ce4b733f15a7b
|
||||
size 112149
|
@@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 29 03:11:35 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.21
|
||||
see /usr/share/doc/packages/perl-Module-Install/Changes
|
||||
|
||||
1.21 2023-04-28
|
||||
- fix tests broken by Module::Install::DSL removal
|
||||
|
||||
1.20 2023-04-27
|
||||
- Module::Install::DSL has been removed, as its use is highly discouraged.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 7 16:50:47 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 1.19
|
||||
see /usr/share/doc/packages/perl-Module-Install/Changes
|
||||
|
||||
1.19 2017-12-19
|
||||
- remove use of INIT phase in Module::Install::DSL, to fix issues on perl
|
||||
5.27.7 (see cpan RT#123867 and perl RT#132577)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 5 06:21:18 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 1.18
|
||||
see /usr/share/doc/packages/perl-Module-Install/Changes
|
||||
|
||||
1.18 2017-04-04
|
||||
- fix tests to no longer rely on . being in @INC (Graham Ollis, PR#58)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 25 05:48:58 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 1.17
|
||||
see /usr/share/doc/packages/perl-Module-Install/Changes
|
||||
|
||||
1.17 2016-10-24
|
||||
- fix issue with mkpath with empty path
|
||||
- removed irrelevant code for Perl < v5.6
|
||||
- VMS fixes (RT#79858, Craig A. Berry)
|
||||
- documentation updated to reflect current discouraged state
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 06:00:42 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.16
|
||||
see /usr/share/doc/packages/perl-Module-Install/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 08:29:56 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Module-Install
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,22 +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-Install
|
||||
Version: 1.15
|
||||
Release: 0
|
||||
%define cpan_name Module-Install
|
||||
Name: perl-Module-Install
|
||||
Version: 1.21
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Standalone, extensible Perl module installer
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Module-Install/
|
||||
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Devel::PPPort) >= 3.16
|
||||
@@ -43,13 +41,14 @@ BuildRequires: perl(Parse::CPAN::Meta) >= 1.4413
|
||||
BuildRequires: perl(Test::Harness) >= 3.13
|
||||
BuildRequires: perl(Test::More) >= 0.86
|
||||
BuildRequires: perl(YAML::Tiny) >= 1.33
|
||||
BuildRequires: perl(autodie)
|
||||
Requires: perl(Devel::PPPort) >= 3.16
|
||||
Requires: perl(ExtUtils::Install) >= 1.52
|
||||
Requires: perl(ExtUtils::MakeMaker) >= 6.59
|
||||
Requires: perl(ExtUtils::ParseXS) >= 2.19
|
||||
Requires: perl(File::Remove) >= 1.42
|
||||
Requires: perl(File::Spec) >= 3.28
|
||||
Requires: perl(Module::Build) >= 0.29
|
||||
Requires: perl(Module::Build) >= 0.290000
|
||||
Requires: perl(Module::CoreList) >= 2.17
|
||||
Requires: perl(Module::ScanDeps) >= 1.09
|
||||
Requires: perl(Parse::CPAN::Meta) >= 1.4413
|
||||
@@ -65,8 +64,8 @@ Recommends: perl(PAR::Dist) >= 0.29
|
||||
%description
|
||||
*Module::Install* is a package for writing installers for CPAN (or
|
||||
CPAN-like) distributions that are clean, simple, minimalist, act in a
|
||||
strictly correct manner with the ExtUtils::MakeMaker manpage, and will run
|
||||
on any Perl installation version 5.005 or newer.
|
||||
strictly correct manner with ExtUtils::MakeMaker, and will run on any Perl
|
||||
installation version 5.005 or newer.
|
||||
|
||||
The intent is to make it as easy as possible for CPAN authors (and
|
||||
especially for first-time CPAN authors) to have installers that follow all
|
||||
@@ -74,14 +73,14 @@ the best practices for distribution installation, but involve as much DWIM
|
||||
(Do What I Mean) as possible when writing them.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -89,7 +88,6 @@ the best practices for distribution installation, but involve as much DWIM
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%doc Changes README TODO
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user