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