diff --git a/ExtUtils-Config-0.008.tar.gz b/ExtUtils-Config-0.008.tar.gz deleted file mode 100644 index 5802dff..0000000 --- a/ExtUtils-Config-0.008.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c -size 11165 diff --git a/ExtUtils-Config-0.009.tar.gz b/ExtUtils-Config-0.009.tar.gz new file mode 100644 index 0000000..39d3c82 --- /dev/null +++ b/ExtUtils-Config-0.009.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef84e73aad50a3be332885d2a3b12f3cab1b1e0bad24e88297a123b4f39f3ce +size 13421 diff --git a/perl-ExtUtils-Config.changes b/perl-ExtUtils-Config.changes index c4d0a8b..0f1bfbd 100644 --- a/perl-ExtUtils-Config.changes +++ b/perl-ExtUtils-Config.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Apr 26 03:07:57 UTC 2024 - Tina Müller + +- 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 diff --git a/perl-ExtUtils-Config.spec b/perl-ExtUtils-Config.spec index dcb0674..78f1d0d 100644 --- a/perl-ExtUtils-Config.spec +++ b/perl-ExtUtils-Config.spec @@ -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.9.0 +Release: 0 +# 0.009 -> normalize -> 0.9.0 +%define cpan_version 0.009 +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