Accepting request 1173739 from devel:languages:perl:autoupdate

- 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

OBS-URL: https://build.opensuse.org/request/show/1173739
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-Config?expand=0&rev=5
This commit is contained in:
Petr Gajdos 2024-05-15 07:12:18 +00:00 committed by Git OBS Bridge
parent 39dee798c4
commit 5de040deb1
4 changed files with 33 additions and 20 deletions

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

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ef84e73aad50a3be332885d2a3b12f3cab1b1e0bad24e88297a123b4f39f3ce
size 13421

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
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.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