2.087 bump
This commit is contained in:
parent
6599998dea
commit
43a07d234f
@ -7,8 +7,8 @@
|
||||
|
||||
Name: perl-Compress-Raw-Bzip2
|
||||
Summary: Low-level interface to bzip2 compression library
|
||||
Version: 2.086
|
||||
Release: 4%{?dist}
|
||||
Version: 2.087
|
||||
Release: 1%{?dist}
|
||||
# Other files: GPL+ or Artistic
|
||||
## unbundled
|
||||
# bzip2-src: BSD
|
||||
@ -78,11 +78,11 @@ perl -i -ne 'print unless /^bzip2-src\//' MANIFEST
|
||||
BUILD_BZIP2=0
|
||||
BZIP2_LIB=%{_libdir}
|
||||
export BUILD_BZIP2 BZIP2_LIB
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
%{make_install}
|
||||
find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
@ -96,6 +96,9 @@ make test
|
||||
%{_mandir}/man3/Compress::Raw::Bzip2.3*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 12 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.087-1
|
||||
- 2.087 bump
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.086-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Compress-Raw-Bzip2-2.086.tar.gz) = 4a8ca77689081f4495a397307a4ca2b8a0608e5b3a03e752e48931469a296b439445432de3bfbe9171b79dec8e4827acd01a3a8811a788a8aaf824ae23d8e2c0
|
||||
SHA512 (Compress-Raw-Bzip2-2.087.tar.gz) = d3ccf64e1180284e2fb3dfe1e79f5aa69557afded9a758ef3ae6f968da736e13b7fd200c7f6e7faa63ad17fd60da9c5d0ea739c67c8aae2f06592f5b3db7ddaf
|
||||
|
||||
Loading…
Reference in New Issue
Block a user