Accepting request 760627 from devel:languages:perl:autoupdate
- updated to 0.318 see /usr/share/doc/packages/perl-Config-AutoConf/Changes 0.318 2020-01-02 - use File::Slurper instead of File::Slurp::Tiny - use cached pkg_config_prog, when available - bump copyright notice OBS-URL: https://build.opensuse.org/request/show/760627 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-AutoConf?expand=0&rev=18
This commit is contained in:
parent
d0dc907230
commit
62458df233
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:01e4b22d2fecb7cfd3cc1f4dabe95cd137cf249cc5e38184f88556e5c98a9ce1
|
|
||||||
size 50875
|
|
3
Config-AutoConf-0.318.tar.gz
Normal file
3
Config-AutoConf-0.318.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:33c930feec3003de251ca222abe8bbeb74610ad07f65fc16f27d74d195eeab34
|
||||||
|
size 51016
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 3 03:07:20 UTC 2020 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.318
|
||||||
|
see /usr/share/doc/packages/perl-Config-AutoConf/Changes
|
||||||
|
|
||||||
|
0.318 2020-01-02
|
||||||
|
- use File::Slurper instead of File::Slurp::Tiny
|
||||||
|
- use cached pkg_config_prog, when available
|
||||||
|
- bump copyright notice
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 9 05:10:05 UTC 2018 - coolo@suse.com
|
Sat Jun 9 05:10:05 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Config-AutoConf
|
# spec file for package perl-Config-AutoConf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 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,18 +12,18 @@
|
|||||||
# 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-Config-AutoConf
|
Name: perl-Config-AutoConf
|
||||||
Version: 0.317
|
Version: 0.318
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Config-AutoConf
|
%define cpan_name Config-AutoConf
|
||||||
Summary: Module to Implement Some of Autoconf Macros in Pure Perl
|
Summary: Module to implement some of AutoConf macros in pure perl
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Config-AutoConf/
|
Url: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -35,7 +35,7 @@ BuildRequires: perl(ExtUtils::CBuilder) >= 0.23
|
|||||||
BuildRequires: perl(Test::More) >= 0.9
|
BuildRequires: perl(Test::More) >= 0.9
|
||||||
Requires: perl(Capture::Tiny)
|
Requires: perl(Capture::Tiny)
|
||||||
Recommends: perl(ExtUtils::CBuilder) >= 0.280220
|
Recommends: perl(ExtUtils::CBuilder) >= 0.280220
|
||||||
Recommends: perl(File::Slurp::Tiny)
|
Recommends: perl(File::Slurper)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -56,11 +56,11 @@ the original.
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user