1.850 bump
This commit is contained in:
parent
41ae134818
commit
6fe0d0147d
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/DB_File-1.841.tar.gz
|
||||
/DB_File-1.842.tar.gz
|
||||
/DB_File-1.843.tar.gz
|
||||
/DB_File-1.850.tar.gz
|
||||
|
||||
@ -6,8 +6,8 @@
|
||||
%endif
|
||||
|
||||
Name: perl-DB_File
|
||||
Version: 1.843
|
||||
Release: 2%{?dist}
|
||||
Version: 1.850
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl5 access to Berkeley DB version 1.x
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/DB_File
|
||||
@ -42,6 +42,8 @@ BuildRequires: perl(threads)
|
||||
# Optional tests:
|
||||
# Data::Dumper not useful
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl(Test::CPAN::Meta)
|
||||
BuildRequires: perl(Test::CPAN::Meta::JSON)
|
||||
%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Fcntl)
|
||||
@ -61,11 +63,11 @@ find -type f -exec chmod -x {} +
|
||||
perl -MConfig -pi -e 's|^#!.*perl|$Config{startperl}|' dbinfo
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{make_install}
|
||||
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
@ -79,6 +81,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 03 2019 Petr Pisar <ppisar@redhat.com> - 1.850-1
|
||||
- 1.850 bump
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.843-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (DB_File-1.843.tar.gz) = 723459cd4897bc4ae3b02d0a3cd64d5bf4e5cb7d026699b275517e79311fc91e8890d3f25f6c59816a6af8e763e564f7c053c96480a9eddcb6f5fadcf52e5921
|
||||
SHA512 (DB_File-1.850.tar.gz) = d6f23eabdb7f63a3becd6903432317ebfa97b8d99e6a1f1b070b008c22a8a4b4891b76bbf63166c70a286908e50db596e97c6c706c32d010c3d43033adb605b2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user