Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/perl-IO-Compress.git#5c8fb9ab7387fff587a1a2f7ad9a228850a7ea03
This commit is contained in:
parent
5219faee45
commit
8fbfe26a53
@ -10,7 +10,7 @@
|
||||
%{?perl_default_filter}
|
||||
|
||||
Name: perl-IO-Compress
|
||||
Version: 2.096
|
||||
Version: 2.100
|
||||
Release: 1%{?dist}
|
||||
Summary: Read and write compressed data
|
||||
License: GPL+ or Artistic
|
||||
@ -103,11 +103,11 @@ perl -MConfig -pi -e 's|^#!/usr/local/bin/perl\b|$Config{startperl}|' examples/i
|
||||
examples/io/bzip2/* examples/io/gzip/* examples/compress-zlib/*
|
||||
|
||||
%build
|
||||
perl Makefile.PL NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot} INSTALLDIRS=perl
|
||||
%{make_install} INSTALLDIRS=perl
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
@ -144,6 +144,10 @@ make test COMPRESS_ZLIB_RUN_%{?with_long_tests:ALL}%{!?with_long_tests:MOST}=1
|
||||
%{_mandir}/man3/IO::Uncompress::*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 7 2021 Paul Howarth <paul@city-fan.org> - 2.100-1
|
||||
- 2.100 bump
|
||||
- Use %%{make_build} and %%{make_install}
|
||||
|
||||
* Sat Aug 1 2020 Paul Howarth <paul@city-fan.org> - 2.096-1
|
||||
- 2.096 bump
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (IO-Compress-2.096.tar.gz) = e23ee6fe9585aa33c1936d045bfe4a339a159085b999da4b54101a6b400ff4af941193bd40df41eff5c9f38cf7097d69044c6472666759b80769e1b6e1db60c3
|
||||
SHA512 (IO-Compress-2.100.tar.gz) = c9cc7dfc426101e45f00ac46b22d82ff680be74ceeb9359b9df43f0033996f0f6ea2f7f62f2d2419078b071608efa5589a6fc02e930c36a1cf2cf8535d2d0816
|
||||
|
Loading…
Reference in New Issue
Block a user