Sync from SUSE:SLFO:Main perl-ExtUtils-Config revision 698db2c87b9ef4a7f95bc2e4442a9d71

This commit is contained in:
Adrian Schröter 2024-10-01 08:49:35 +02:00
parent a3628056a1
commit e477712bca
4 changed files with 42 additions and 20 deletions

BIN
ExtUtils-Config-0.008.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
ExtUtils-Config-0.010.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Aug 17 05:30:27 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.10.0 (0.010)
see /usr/share/doc/packages/perl-ExtUtils-Config/Changes
0.010 2024-08-16 19:43:45+02:00 Europe/Brussels
Fix regression in serialize method
-------------------------------------------------------------------
Fri Apr 26 03:07:57 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.009
see /usr/share/doc/packages/perl-ExtUtils-Config/Changes
0.009 2024-04-25 12:22:53+02:00 Europe/Brussels
- Add a but method
- Add ExtUtils::Config::MakeMaker
-------------------------------------------------------------------
Tue Apr 14 21:09:56 UTC 2015 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-ExtUtils-Config
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,24 +12,27 @@
# 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-ExtUtils-Config
Version: 0.008
Release: 0
%define cpan_name ExtUtils-Config
Summary: A wrapper for perl's configuration
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/ExtUtils-Config/
Source: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
Name: perl-ExtUtils-Config
Version: 0.10.0
Release: 0
# 0.010 -> normalize -> 0.10.0
%define cpan_version 0.010
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Wrapper for perl's configuration
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.88
Provides: perl(ExtUtils::Config) = %{version}
Provides: perl(ExtUtils::Config::MakeMaker) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@ -38,14 +41,14 @@ not a particularly interesting module by any measure, however it ties
together a family of modern toolchain modules.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_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
@ -53,7 +56,7 @@ together a family of modern toolchain modules.
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes README
%license LICENSE
%changelog