Rebuild for xz 5.2.5
This commit is contained in:
parent
e1c9d3ecec
commit
2e916a607c
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: perl-Compress-Raw-Lzma
|
Name: perl-Compress-Raw-Lzma
|
||||||
Version: 2.093
|
Version: 2.093
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Low-level interface to lzma compression library
|
Summary: Low-level interface to lzma compression library
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Compress-Raw-Lzma
|
URL: https://metacpan.org/release/Compress-Raw-Lzma
|
||||||
@ -60,8 +60,9 @@ It is used by IO::Compress::Lzma.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Compress-Raw-Lzma-%{version}
|
%setup -q -n Compress-Raw-Lzma-%{version}
|
||||||
|
|
||||||
# Remove bundled modules
|
# Remove bundled modules
|
||||||
rm -r t/Test
|
rm -r t/Test/
|
||||||
perl -i -ne 'print $_ unless m{^t/Test/}' MANIFEST
|
perl -i -ne 'print $_ unless m{^t/Test/}' MANIFEST
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -84,6 +85,9 @@ make test
|
|||||||
%{_mandir}/man3/Compress::Raw::Lzma.3*
|
%{_mandir}/man3/Compress::Raw::Lzma.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 30 2020 Paul Howarth <paul@city-fan.org> - 2.093-4
|
||||||
|
- Rebuild for xz 5.2.5
|
||||||
|
|
||||||
* Fri Feb 14 2020 Petr Pisar <ppisar@redhat.com> - 2.093-3
|
* Fri Feb 14 2020 Petr Pisar <ppisar@redhat.com> - 2.093-3
|
||||||
- Unbundle test dependencies
|
- Unbundle test dependencies
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user