Accepting request 903003 from devel:languages:perl:autoupdate
- updated to 0.320 see /usr/share/doc/packages/perl-Config-AutoConf/Changes 0.320 2021-06-25 - fix check_prog to not find directories (RT#132993), thanks RJBS for reporting it again! OBS-URL: https://build.opensuse.org/request/show/903003 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-AutoConf?expand=0&rev=22
This commit is contained in:
parent
f044864967
commit
f392f5dde3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:304f66cc2653264c0fe127d21669e86d3d18cd72f2574d8f5131beec31a0a33e
|
|
||||||
size 52118
|
|
BIN
Config-AutoConf-0.320.tar.gz
(Stored with Git LFS)
Normal file
BIN
Config-AutoConf-0.320.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 26 03:07:14 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.320
|
||||||
|
see /usr/share/doc/packages/perl-Config-AutoConf/Changes
|
||||||
|
|
||||||
|
0.320 2021-06-25
|
||||||
|
- fix check_prog to not find directories (RT#132993), thanks
|
||||||
|
RJBS for reporting it again!
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 30 03:07:20 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
Wed Sep 30 03:07:20 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Config-AutoConf
|
# spec file for package perl-Config-AutoConf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -16,18 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Config-AutoConf
|
|
||||||
Version: 0.319
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Config-AutoConf
|
%define cpan_name Config-AutoConf
|
||||||
|
Name: perl-Config-AutoConf
|
||||||
|
Version: 0.320
|
||||||
|
Release: 0
|
||||||
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
|
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
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/A/AM/AMBS/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Capture::Tiny)
|
BuildRequires: perl(Capture::Tiny)
|
||||||
@ -53,11 +51,11 @@ The API is leaned against GNU Autoconf, but we try to make the API
|
|||||||
the original.
|
the original.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -68,8 +66,7 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%doc Changes README.md testTc852_
|
||||||
%doc Changes GPL-1 README.md
|
%license ARTISTIC-1.0 GPL-1 LICENSE
|
||||||
%license ARTISTIC-1.0 LICENSE
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user