7e906bb
Name:		perl-IO-Compress-Lzma
c1fadb4
Version:	2.038
15ea4f3
Release:	2%{?dist}
7e906bb
Summary:	Read and write lzma compressed data
7e906bb
License:	GPL+ or Artistic
7e906bb
Group:		Development/Libraries
7e906bb
URL:		http://search.cpan.org/dist/IO-Compress-Lzma/
7e906bb
Source0:	http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/IO-Compress-Lzma-%{version}.tar.gz
c1fadb4
Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
7e906bb
BuildArch:	noarch
7e906bb
BuildRequires:	perl(ExtUtils::MakeMaker)
c1fadb4
BuildRequires:	perl(Compress::Raw::Lzma) >= 2.037
c1fadb4
BuildRequires:	perl(IO::Compress::Base) >= 2.037
7e906bb
BuildRequires:	perl(IO::String)
7e906bb
BuildRequires:	perl(Test::Pod)
7e906bb
BuildRequires:	xz, xz-lzma-compat
6f9652f
BuildRequires:	/usr/bin/7z
7e906bb
7e906bb
%description
7e906bb
This distribution provides a Perl interface to allow reading and writing of
7e906bb
compressed data created with the lzma library.
7e906bb
7e906bb
%prep
7e906bb
%setup -q -n IO-Compress-Lzma-%{version}
7e906bb
7e906bb
%build
7e906bb
perl Makefile.PL INSTALLDIRS=vendor
7e906bb
make %{?_smp_mflags}
7e906bb
7e906bb
%install
7e906bb
make pure_install DESTDIR=%{buildroot}
7e906bb
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
7e906bb
find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
7e906bb
%{_fixperms} %{buildroot}
7e906bb
7e906bb
%check
7e906bb
make test
7e906bb
7e906bb
%files
7e906bb
%defattr(-,root,root,-)
7e906bb
%doc Changes README
7e906bb
%{perl_vendorlib}/IO/
7e906bb
%{_mandir}/man3/IO::Compress::Lzma.3pm*
7e906bb
%{_mandir}/man3/IO::Compress::Xz.3pm*
7e906bb
%{_mandir}/man3/IO::Uncompress::UnLzma.3pm*
7e906bb
%{_mandir}/man3/IO::Uncompress::UnXz.3pm*
7e906bb
7e906bb
%changelog
15ea4f3
* Fri Jun 24 2011 Paul Howarth <paul@city-fan.org> - 2.038-2
15ea4f3
- Perl mass rebuild
15ea4f3
c1fadb4
* Fri Jun 24 2011 Paul Howarth <paul@city-fan.org> - 2.038-1
c1fadb4
- Update to 2.038
c1fadb4
  - Fixed missing SKIP label in t/050interop-zip-lzma.t
c1fadb4
- Hard-code version requirements for IO::Compress and Compress::Raw::Lzma
c1fadb4
  until the next synchronized release happens
c1fadb4
1ad5d41
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-2
1ad5d41
- Perl mass rebuild
1ad5d41
2f57b90
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-1
2f57b90
- Update to 2.037
2f57b90
  - Handle "Cannot Allocate Memory" issue with Extreme test in
2f57b90
    t/105oneshot-zip-lzma-only.t
2f57b90
a9fb0e5
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.036-2
a9fb0e5
- Perl mass rebuild
a9fb0e5
6f9652f
* Mon Jun 20 2011 Paul Howarth <paul@city-fan.org> - 2.036-1
6f9652f
- Update to 2.036
6f9652f
  - IO::Compress::Adapter:
6f9652f
    - Added interface to allow creation of LZMA stream for use in a zip file
6f9652f
  - IO::Uncompress::Adapter:
6f9652f
    - Added interface to allow reading of LZMA stream in a zip file
6f9652f
- BR: /usr/bin/7z for additional test coverage
6f9652f
d27c9ee
* Sat May  7 2011 Paul Howarth <paul@city-fan.org> - 2.035-1
d27c9ee
- Update to 2.035 (fix test failure on Windows - CPAN RT#67931)
d27c9ee
7b29404
* Tue May  3 2011 Paul Howarth <paul@city-fan.org> - 2.034-1
7b29404
- Update to 2.034 (updates to test harness)
7b29404
43a1241
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.033-2
43a1241
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
43a1241
9f6853e
* Tue Jan 11 2011 Paul Howarth <paul@city-fan.org> - 2.033-1
9f6853e
- Update to 2.033 (made 001xz.t more forgiving when the tests run out of memory)
9f6853e
820cc39
* Fri Jan  7 2011 Paul Howarth <paul@city-fan.org> - 2.032-1
820cc39
- Update to 2.032 (no changes)
820cc39
ba7eca5
* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.030-2
d455803
- Rebuild to fix problems with vendorarch/lib (#661697)
ba7eca5
0cce424
* Mon Jul 26 2010 Paul Howarth <paul@city-fan.org> - 2.030-1
0cce424
- Update to 2.030 (no changes)
0cce424
7e906bb
* Tue May 11 2010 Paul Howarth <paul@city-fan.org> - 2.027-2
7e906bb
- Drop redundant buildroot tag
7e906bb
7e906bb
* Thu Apr 29 2010 Paul Howarth <paul@city-fan.org> - 2.027-1
7e906bb
- Initial RPM version