2.075 bump
This commit is contained in:
parent
4b865476cd
commit
198e7bd34d
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Compress-Raw-Zlib
|
Name: perl-Compress-Raw-Zlib
|
||||||
Version: 2.074
|
Version: 2.075
|
||||||
Release: 396%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Low-level interface to the zlib compression library
|
Summary: Low-level interface to the zlib compression library
|
||||||
# Zlib.xs: (GPL+ or Artistic) and zlib
|
# Zlib.xs: (GPL+ or Artistic) and zlib
|
||||||
# Others: GPL+ or Artistic
|
# Others: GPL+ or Artistic
|
||||||
@ -21,7 +21,7 @@ BuildRequires: perl-generators
|
|||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(Config)
|
||||||
BuildRequires: perl(ExtUtils::Constant)
|
BuildRequires: perl(ExtUtils::Constant)
|
||||||
BuildRequires: perl(ExtUtils::Install)
|
BuildRequires: perl(ExtUtils::Install)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 5.16
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
BuildRequires: perl(File::Copy)
|
BuildRequires: perl(File::Copy)
|
||||||
BuildRequires: perl(File::Spec::Functions)
|
BuildRequires: perl(File::Spec::Functions)
|
||||||
BuildRequires: perl(lib)
|
BuildRequires: perl(lib)
|
||||||
@ -69,12 +69,11 @@ BUILD_ZLIB=False
|
|||||||
ZLIB_LIB=%{_libdir}
|
ZLIB_LIB=%{_libdir}
|
||||||
ZLIB_INCLUDE=%{_includedir}
|
ZLIB_INCLUDE=%{_includedir}
|
||||||
export BUILD_ZLIB OLD_ZLIB ZLIB_LIB ZLIB_INCLUDE
|
export BUILD_ZLIB OLD_ZLIB ZLIB_LIB ZLIB_INCLUDE
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=%{buildroot}
|
make pure_install DESTDIR=%{buildroot}
|
||||||
find %{buildroot} -type f -name .packlist -delete
|
|
||||||
find %{buildroot} -type f -name '*.bs' -empty -delete
|
find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||||
%{_fixperms} -c %{buildroot}
|
%{_fixperms} -c %{buildroot}
|
||||||
|
|
||||||
@ -88,6 +87,9 @@ make test COMPRESS_ZLIB_RUN_MOST=1
|
|||||||
%{_mandir}/man3/Compress::Raw::Zlib.3*
|
%{_mandir}/man3/Compress::Raw::Zlib.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 15 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.075-1
|
||||||
|
- 2.075 bump
|
||||||
|
|
||||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-396
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-396
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Compress-Raw-Zlib-2.074.tar.gz) = b077133c822ad8402f0576804f51d891fb82ec6ecf4b11464749a6672726a9000c2306e667700cf833afac88213f0b753870fbfd7bd6579c938a03e4a73bc5f8
|
SHA512 (Compress-Raw-Zlib-2.075.tar.gz) = 8c48fb1730fe9bfb0a6064e4957f0f967c4015e1fb3bed509ff16ce447f7044045222ec84abd9a5529db71c800917d950c0bbbdba424732f132d8af389e13de0
|
||||||
|
Loading…
Reference in New Issue
Block a user