forked from pool/perl-Module-Install
Compare commits
16 Commits
b2b24fee52
...
main
Author | SHA256 | Date | |
---|---|---|---|
664335ca6b | |||
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
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -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
|
Fri Apr 17 08:29:56 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Module-Install
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,22 +12,21 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%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
|
Summary: Standalone, extensible Perl module installer
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Group: Development/Libraries/Perl
|
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||||
Url: http://search.cpan.org/dist/Module-Install/
|
|
||||||
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Devel::PPPort) >= 3.16
|
BuildRequires: perl(Devel::PPPort) >= 3.16
|
||||||
@@ -43,13 +42,14 @@ BuildRequires: perl(Parse::CPAN::Meta) >= 1.4413
|
|||||||
BuildRequires: perl(Test::Harness) >= 3.13
|
BuildRequires: perl(Test::Harness) >= 3.13
|
||||||
BuildRequires: perl(Test::More) >= 0.86
|
BuildRequires: perl(Test::More) >= 0.86
|
||||||
BuildRequires: perl(YAML::Tiny) >= 1.33
|
BuildRequires: perl(YAML::Tiny) >= 1.33
|
||||||
|
BuildRequires: perl(autodie)
|
||||||
Requires: perl(Devel::PPPort) >= 3.16
|
Requires: perl(Devel::PPPort) >= 3.16
|
||||||
Requires: perl(ExtUtils::Install) >= 1.52
|
Requires: perl(ExtUtils::Install) >= 1.52
|
||||||
Requires: perl(ExtUtils::MakeMaker) >= 6.59
|
Requires: perl(ExtUtils::MakeMaker) >= 6.59
|
||||||
Requires: perl(ExtUtils::ParseXS) >= 2.19
|
Requires: perl(ExtUtils::ParseXS) >= 2.19
|
||||||
Requires: perl(File::Remove) >= 1.42
|
Requires: perl(File::Remove) >= 1.42
|
||||||
Requires: perl(File::Spec) >= 3.28
|
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::CoreList) >= 2.17
|
||||||
Requires: perl(Module::ScanDeps) >= 1.09
|
Requires: perl(Module::ScanDeps) >= 1.09
|
||||||
Requires: perl(Parse::CPAN::Meta) >= 1.4413
|
Requires: perl(Parse::CPAN::Meta) >= 1.4413
|
||||||
@@ -65,8 +65,8 @@ Recommends: perl(PAR::Dist) >= 0.29
|
|||||||
%description
|
%description
|
||||||
*Module::Install* is a package for writing installers for CPAN (or
|
*Module::Install* is a package for writing installers for CPAN (or
|
||||||
CPAN-like) distributions that are clean, simple, minimalist, act in a
|
CPAN-like) distributions that are clean, simple, minimalist, act in a
|
||||||
strictly correct manner with the ExtUtils::MakeMaker manpage, and will run
|
strictly correct manner with ExtUtils::MakeMaker, and will run on any Perl
|
||||||
on any Perl installation version 5.005 or newer.
|
installation version 5.005 or newer.
|
||||||
|
|
||||||
The intent is to make it as easy as possible for CPAN authors (and
|
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
|
especially for first-time CPAN authors) to have installers that follow all
|
||||||
@@ -74,14 +74,14 @@ the best practices for distribution installation, but involve as much DWIM
|
|||||||
(Do What I Mean) as possible when writing them.
|
(Do What I Mean) as possible when writing them.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -89,7 +89,6 @@ the best practices for distribution installation, but involve as much DWIM
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%doc Changes README TODO
|
||||||
%doc Changes README
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user