1.643 bump
This commit is contained in:
parent
f593a35d27
commit
f3e574821c
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ DBI-1.613.tar.gz
|
||||
/DBI-1.640.tar.gz
|
||||
/DBI-1.641.tar.gz
|
||||
/DBI-1.642.tar.gz
|
||||
/DBI-1.643.tar.gz
|
||||
|
||||
@ -33,8 +33,8 @@
|
||||
%endif
|
||||
|
||||
Name: perl-DBI
|
||||
Version: 1.642
|
||||
Release: 7%{?dist}
|
||||
Version: 1.643
|
||||
Release: 1%{?dist}
|
||||
Summary: A database access API for perl
|
||||
License: GPL+ or Artistic
|
||||
URL: http://dbi.perl.org/
|
||||
@ -181,12 +181,12 @@ for F in lib/DBI/W32ODBC.pm lib/Win32/DBIODBC.pm; do
|
||||
done
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="%{optflags}" \
|
||||
NO_PERLLOCAL=1
|
||||
%make_build
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" \
|
||||
NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%{make_install}
|
||||
find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||
%{_fixperms} '%{buildroot}'/*
|
||||
|
||||
@ -215,6 +215,9 @@ make test
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 05 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.643-1
|
||||
- 1.643 bump
|
||||
|
||||
* Tue Feb 04 2020 Tom Stellard <tstellar@redhat.com> - 1.642-7
|
||||
- Spec file cleanups: Use make_build and make_install macros
|
||||
- https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (DBI-1.642.tar.gz) = 088161a004893a495b740c323acdfe096936812f8f1b12c0ae4b5b23a6dced01761be5589be5e2e66661bdeffd043504097213e713c0258fe1db2a60156ea079
|
||||
SHA512 (DBI-1.643.tar.gz) = 03812f3eb1e43c8290dadb8cb14bbced9ec6e237228ea2a2ba91f22e52143906a91a7e82945dab30b1d1b9fc925073721111adafd9a09fac070808ab88f908b8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user