1.52 bump
This commit is contained in:
parent
5c21c4e541
commit
61e1f61983
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
||||
/Alien-Build-1.49.tar.gz
|
||||
/Alien-Build-1.50.tar.gz
|
||||
/Alien-Build-1.51.tar.gz
|
||||
/Alien-Build-1.52.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%{bcond_without perl_Alien_Build_enables_optional_test}
|
||||
|
||||
Name: perl-Alien-Build
|
||||
Version: 1.51
|
||||
Release: 2%{?dist}
|
||||
Version: 1.52
|
||||
Release: 1%{?dist}
|
||||
Summary: Build external dependencies for use in CPAN
|
||||
# lib/Alien/Build/Plugin/Test/Mock.pm contains Base64-encoded files for tests
|
||||
# (a bash script, C source file, a gzipped tar archive, Mach-O 64-bit x86_64
|
||||
@ -172,11 +172,11 @@ rm lib/Alien/Build/Plugin/PkgConfig/{CommandLine,PP}.pm
|
||||
rm t/alien_build_plugin_pkgconfig_{commandline,pp}.t
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{make_install}
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -189,6 +189,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 11 2019 Petr Pisar <ppisar@redhat.com> - 1.52-1
|
||||
- 1.52 bump
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.51-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Alien-Build-1.51.tar.gz) = 4e649c49d25cac671296876b021b8739de4b36c4f3a47713e399ecc36e10151621eb7f53ac507dcba2ef22db3af4452843d6305832085fae232e979931dec0c5
|
||||
SHA512 (Alien-Build-1.52.tar.gz) = ada057d19d6a6fd47065ab905d59180584ed73f662a2480f753ce8f587ad5339acfd9342262d64e71d2f0caf247f2ec5b02bc6545ac19c2eec2b71598ab0b329
|
||||
|
Loading…
Reference in New Issue
Block a user