Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
5bf7c89c39 |
BIN
ExtUtils-Config-0.008.tar.gz
(Stored with Git LFS)
Normal file
BIN
ExtUtils-Config-0.008.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ExtUtils-Config-0.010.tar.gz
(Stored with Git LFS)
BIN
ExtUtils-Config-0.010.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,22 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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
|
Tue Apr 14 21:09:56 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-ExtUtils-Config
|
# spec file for package perl-ExtUtils-Config
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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,27 +12,24 @@
|
|||||||
# 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 https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define cpan_name ExtUtils-Config
|
|
||||||
Name: perl-ExtUtils-Config
|
Name: perl-ExtUtils-Config
|
||||||
Version: 0.10.0
|
Version: 0.008
|
||||||
Release: 0
|
Release: 0
|
||||||
# 0.010 -> normalize -> 0.10.0
|
%define cpan_name ExtUtils-Config
|
||||||
%define cpan_version 0.010
|
Summary: A wrapper for perl's configuration
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Summary: Wrapper for perl's configuration
|
Group: Development/Libraries/Perl
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
Url: http://search.cpan.org/dist/ExtUtils-Config/
|
||||||
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
|
Source: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
Provides: perl(ExtUtils::Config) = %{version}
|
|
||||||
Provides: perl(ExtUtils::Config::MakeMaker) = %{version}
|
|
||||||
%undefine __perllib_provides
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -41,14 +38,14 @@ not a particularly interesting module by any measure, however it ties
|
|||||||
together a family of modern toolchain modules.
|
together a family of modern toolchain modules.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
%make_build
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
%{__make} test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -56,7 +53,7 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc Changes README
|
%defattr(-,root,root,755)
|
||||||
%license LICENSE
|
%doc Changes LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user