2.087 bump
This commit is contained in:
parent
0dca9e6dc0
commit
4caec33914
@ -6,8 +6,8 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Compress-Raw-Zlib
|
||||
Version: 2.086
|
||||
Release: 4%{?dist}
|
||||
Version: 2.087
|
||||
Release: 1%{?dist}
|
||||
Summary: Low-level interface to the zlib compression library
|
||||
# Zlib.xs: (GPL+ or Artistic) and zlib
|
||||
# Others: GPL+ or Artistic
|
||||
@ -82,11 +82,11 @@ BUILD_ZLIB=False
|
||||
ZLIB_LIB=%{_libdir}
|
||||
ZLIB_INCLUDE=%{_includedir}
|
||||
export BUILD_ZLIB OLD_ZLIB ZLIB_LIB ZLIB_INCLUDE
|
||||
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}
|
||||
|
||||
@ -100,6 +100,9 @@ make test COMPRESS_ZLIB_RUN_MOST=1
|
||||
%{_mandir}/man3/Compress::Raw::Zlib.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-Zlib-2.086.tar.gz) = a065d09f7ee78d11c1734cf6aa9f23cb9f2fe567083aece7f292466ea3f18687f08cc7f4bfb0da0c8562d377ac2a466808cbcc211a785a39eb3e934e4301d98e
|
||||
SHA512 (Compress-Raw-Zlib-2.087.tar.gz) = 3176ba1095c8532a9c39b70a3c95caed23a110b76ea01f3be505d396ae083fda8a1a1d032b85ce6d91ee927af557171e243ecd42d6556ad555032cbfbfee027d
|
||||
|
Loading…
Reference in New Issue
Block a user