Update to 0.318
This commit is contained in:
parent
2e1f531870
commit
4823d800ce
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/Config-AutoConf-0.315.tar.gz
|
||||
/Config-AutoConf-0.316.tar.gz
|
||||
/Config-AutoConf-0.317.tar.gz
|
||||
/Config-AutoConf-0.318.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Config-AutoConf
|
||||
Version: 0.317
|
||||
Release: 6%{?dist}
|
||||
Version: 0.318
|
||||
Release: 1%{?dist}
|
||||
Summary: A module to implement some of AutoConf macros in pure Perl
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Config-AutoConf
|
||||
@ -21,6 +21,7 @@ BuildRequires: perl(Config)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(File::Slurper)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(Text::ParseWords)
|
||||
@ -29,7 +30,7 @@ BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(ExtUtils::CBuilder)
|
||||
# Unused BuildRequires: perl(IO::String)
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "$(/usr/bin/perl -V:version)"; echo $version))
|
||||
|
||||
%description
|
||||
This module simulates some of the tasks autoconf macros do. To detect
|
||||
@ -39,15 +40,15 @@ a command, a library and similar.
|
||||
%setup -q -n Config-AutoConf-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
/usr/bin/perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
%{make_install}
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
make test
|
||||
%{make_build} test
|
||||
|
||||
%files
|
||||
%doc Changes README.md
|
||||
@ -55,6 +56,13 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Sun Jan 05 2020 Emmanuel Seyman <emmanuel@seyman.fr> - 0.318-1
|
||||
- Update to 0.318
|
||||
- Add perl(File::Slurper) as a dependency
|
||||
- Use /usr/bin/perl instead of perl
|
||||
- Use %%{make_install} instead of make pure_install
|
||||
- Use %%{make_build} instead of make
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.317-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Config-AutoConf-0.317.tar.gz) = 0f2af439a285d474229d07aa2f9226e00c62971675962e41bc771bec9e4b1a01d28b1bedf7401e9fd2d7211b9116c150b9167235b4e252b9dada2a860ccde2b8
|
||||
SHA512 (Config-AutoConf-0.318.tar.gz) = b125fb1c708a518a251695450ae4208d84c7b0de7e34081e22659bf2b93699868f14867d824805e1162fa99d8e15ed1072caf503d20b3c2cf0e27642b4213077
|
||||
|
||||
Loading…
Reference in New Issue
Block a user