Accepting request 903061 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/903061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-AutoConf?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2021-07-02 11:26:48 +00:00 committed by Git OBS Bridge
commit a8e31daa70
4 changed files with 22 additions and 15 deletions

View File

@ -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

Binary file not shown.

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# 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
Name: perl-Config-AutoConf
Version: 0.320
Release: 0
Summary: Module to implement some of AutoConf macros in pure perl
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
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
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny)
@ -53,11 +51,11 @@ The API is leaned against GNU Autoconf, but we try to make the API
the original.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@ -68,8 +66,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes GPL-1 README.md
%license ARTISTIC-1.0 LICENSE
%doc Changes README.md testTc852_
%license ARTISTIC-1.0 GPL-1 LICENSE
%changelog