2.084 bump
This commit is contained in:
parent
36cba5b5c2
commit
fd692d8bf1
@ -7,7 +7,7 @@
|
||||
|
||||
Name: perl-Compress-Raw-Bzip2
|
||||
Summary: Low-level interface to bzip2 compression library
|
||||
Version: 2.083
|
||||
Version: 2.084
|
||||
Release: 1%{?dist}
|
||||
# Other files: GPL+ or Artistic
|
||||
## unbundled
|
||||
@ -26,7 +26,7 @@ BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(ExtUtils::Constant)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 5.16
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(File::Copy)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(lib)
|
||||
@ -74,12 +74,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}"
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
@ -93,6 +92,9 @@ make test
|
||||
%{_mandir}/man3/Compress::Raw::Bzip2.3*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 07 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.084-1
|
||||
- 2.084 bump
|
||||
|
||||
* Wed Jan 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.083-1
|
||||
- 2.083 bump
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Compress-Raw-Bzip2-2.083.tar.gz) = 84faa70f810c07a5809edbdb3d15463d63306cc3c3f524a7b8d98f829ea8daf2ed7025c55c0d18c872e5fdfaf5a7ef4a9cfbd4b54705f1f534f3abd979da81cb
|
||||
SHA512 (Compress-Raw-Bzip2-2.084.tar.gz) = fdc8ff3805d58b2a79dd7ae9e01e43c6f93273197794a18d22b20af83d2915255fb5ceb486865d2b2249b08c1bf990fba164757ab2caffff56bce52abaf3740b
|
||||
|
||||
Loading…
Reference in New Issue
Block a user