Update to 2.066 (no changes)
This commit is contained in:
parent
b29828febf
commit
efcdbf6360
@ -1,13 +1,12 @@
|
||||
Name: perl-Compress-Raw-Lzma
|
||||
Version: 2.064
|
||||
Release: 4%{?dist}
|
||||
Version: 2.066
|
||||
Release: 1%{?dist}
|
||||
Summary: Low-level interface to lzma compression library
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Compress-Raw-Lzma/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Lzma-%{version}.tar.gz
|
||||
BuildRequires: xz
|
||||
BuildRequires: xz-devel
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(AutoLoader)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
@ -17,6 +16,8 @@ BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::NoWarnings)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(XSLoader)
|
||||
BuildRequires: xz
|
||||
BuildRequires: xz-devel
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(XSLoader)
|
||||
# Built-against version is embedded in module, so we have a strict version dependency
|
||||
@ -52,6 +53,9 @@ make test
|
||||
%{_mandir}/man3/Compress::Raw::Lzma.3pm*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 22 2014 Paul Howarth <paul@city-fan.org> - 2.066-1
|
||||
- Update to 2.066 (no changes)
|
||||
|
||||
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.064-4
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user