Blame SPECS/perl-IO-Compress.spec

8ef4a9
%{?scl:%scl_package perl-IO-Compress}
8ef4a9
8ef4a9
%bcond_without long_tests
8ef4a9
%{?perl_default_filter}
8ef4a9
8ef4a9
Name:           %{?scl_prefix}perl-IO-Compress
8ef4a9
Version:        2.068
8ef4a9
Release:        3%{?dist}
8ef4a9
Summary:        Read and write compressed data
8ef4a9
License:        GPL+ or Artistic
8ef4a9
Group:          Development/Libraries
8ef4a9
URL:            http://search.cpan.org/dist/IO-Compress/
8ef4a9
Source0:        http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/IO-Compress-%{version}.tar.gz
8ef4a9
BuildArch:      noarch
8ef4a9
# Module Build
8ef4a9
BuildRequires:  %{?scl_prefix}perl
8ef4a9
BuildRequires:  %{?scl_prefix}perl(ExtUtils::MakeMaker) >= 5.16
8ef4a9
BuildRequires:  %{?scl_prefix}perl(File::Copy)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(File::Spec::Functions)
8ef4a9
# Module Runtime
8ef4a9
BuildRequires:  %{?scl_prefix}perl(bytes)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(Carp)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(Compress::Raw::Bzip2) >= %{version}
8ef4a9
BuildRequires:  %{?scl_prefix}perl(Compress::Raw::Zlib) >= %{version}
8ef4a9
BuildRequires:  %{?scl_prefix}perl(Config)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(constant)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(Encode)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(Exporter)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(Fcntl)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(File::Glob)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(File::Spec)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(IO::File)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(IO::Handle)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(List::Util)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(POSIX)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(Scalar::Util)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(strict)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(Symbol)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(utf8)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(warnings)
8ef4a9
# Test Suite
8ef4a9
BuildRequires:  %{?scl_prefix}perl(File::Path)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(File::Temp)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(lib)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(overload)
8ef4a9
# Dual-lived module needs building early in the boot process
8ef4a9
%if !%{defined perl_bootstrap} && !%{defined perl_small}
8ef4a9
BuildRequires:  %{?scl_prefix}perl(Test::NoWarnings)
8ef4a9
BuildRequires:  %{?scl_prefix}perl(Test::Pod) >= 1.00
8ef4a9
%endif
8ef4a9
BuildRequires:  %{?scl_prefix}perl(threads::shared)
8ef4a9
# Runtime
8ef4a9
Requires:       %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'}))
8ef4a9
Requires:       %{?scl_prefix}perl(File::Glob)
8ef4a9
8ef4a9
# This is wrapper for different Compress modules
8ef4a9
Obsoletes:      %{?scl_prefix}perl-Compress-Zlib < %{version}-%{release}
8ef4a9
Provides:       %{?scl_prefix}perl-Compress-Zlib = %{version}-%{release}
8ef4a9
Obsoletes:      %{?scl_prefix}perl-IO-Compress-Base < %{version}-%{release}
8ef4a9
Provides:       %{?scl_prefix}perl-IO-Compress-Base = %{version}-%{release}
8ef4a9
Obsoletes:      %{?scl_prefix}perl-IO-Compress-Bzip2 < %{version}-%{release}
8ef4a9
Provides:       %{?scl_prefix}perl-IO-Compress-Bzip2 = %{version}-%{release}
8ef4a9
Obsoletes:      %{?scl_prefix}perl-IO-Compress-Zlib < %{version}-%{release}
8ef4a9
Provides:       %{?scl_prefix}perl-IO-Compress-Zlib = %{version}-%{release}
8ef4a9
8ef4a9
%description
8ef4a9
This distribution provides a Perl interface to allow reading and writing of
8ef4a9
compressed data created with the zlib and bzip2 libraries.
8ef4a9
8ef4a9
IO-Compress supports reading and writing of bzip2, RFC 1950, RFC 1951,
8ef4a9
RFC 1952 (i.e. gzip) and zip files/buffers.
8ef4a9
8ef4a9
The following modules used to be distributed separately, but are now
8ef4a9
included with the IO-Compress distribution:
8ef4a9
* Compress-Zlib
8ef4a9
* IO-Compress-Zlib
8ef4a9
* IO-Compress-Bzip2
8ef4a9
* IO-Compress-Base
8ef4a9
8ef4a9
%prep
8ef4a9
%setup -q -n IO-Compress-%{version}
8ef4a9
8ef4a9
# Remove spurious exec permissions
8ef4a9
chmod -c -x lib/IO/Uncompress/{Adapter/Identity,RawInflate}.pm
8ef4a9
find examples -type f -exec chmod -c -x {} \;
8ef4a9
8ef4a9
# Fix shellbangs in examples
8ef4a9
for F in examples/io/anycat \
8ef4a9
        examples/io/bzip2/* examples/io/gzip/* examples/compress-zlib/*; do
8ef4a9
    %{?scl:scl enable %{scl} '}perl -MExtUtils::MakeMaker -e "ExtUtils::MM_Unix->fixin(qq{%{?scl:'"}$F%{?scl:"'}})"%{?scl:'}
8ef4a9
done
8ef4a9
8ef4a9
%build
8ef4a9
%{?scl:scl enable %{scl} '}perl Makefile.PL && make %{?_smp_mflags}%{?scl:'}
8ef4a9
8ef4a9
%install
8ef4a9
%{?scl:scl enable %{scl} '}make pure_install DESTDIR=%{buildroot} INSTALLDIRS=perl%{?scl:'}
8ef4a9
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
8ef4a9
%{_fixperms} %{buildroot}
8ef4a9
8ef4a9
%check
8ef4a9
# Build using "--without long_tests" to avoid very long tests
8ef4a9
# (full suite can take nearly an hour on an i7)
8ef4a9
%{?scl:scl enable %{scl} '}make test COMPRESS_ZLIB_RUN_%{?with_long_tests:ALL}%{!?with_long_tests:MOST}=1%{?scl:'}
8ef4a9
8ef4a9
%files
8ef4a9
%doc Changes README examples/*
8ef4a9
%{_bindir}/zipdetails
8ef4a9
%{perl_privlib}/Compress/
8ef4a9
%{perl_privlib}/File/
8ef4a9
%dir %{perl_privlib}/IO/
8ef4a9
%dir %{perl_privlib}/IO/Compress/
8ef4a9
%doc %{perl_privlib}/IO/Compress/FAQ.pod
8ef4a9
%{perl_privlib}/IO/Compress/Adapter/
8ef4a9
%{perl_privlib}/IO/Compress/Base/
8ef4a9
%{perl_privlib}/IO/Compress/Base.pm
8ef4a9
%{perl_privlib}/IO/Compress/Bzip2.pm
8ef4a9
%{perl_privlib}/IO/Compress/Deflate.pm
8ef4a9
%{perl_privlib}/IO/Compress/Gzip/
8ef4a9
%{perl_privlib}/IO/Compress/Gzip.pm
8ef4a9
%{perl_privlib}/IO/Compress/RawDeflate.pm
8ef4a9
%{perl_privlib}/IO/Compress/Zip/
8ef4a9
%{perl_privlib}/IO/Compress/Zip.pm
8ef4a9
%{perl_privlib}/IO/Compress/Zlib/
8ef4a9
%{perl_privlib}/IO/Uncompress/
8ef4a9
%{_mandir}/man1/zipdetails.1*
8ef4a9
%{_mandir}/man3/Compress::Zlib.3*
8ef4a9
%{_mandir}/man3/File::GlobMapper.3*
8ef4a9
%{_mandir}/man3/IO::Compress::*.3*
8ef4a9
%{_mandir}/man3/IO::Uncompress::*.3*
8ef4a9
8ef4a9
%changelog
8ef4a9
* Sun Jan 25 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.068-3
8ef4a9
- Rebuild of bootstrapped package
8ef4a9
8ef4a9
* Thu Jan 22 2015 Petr Pisar <ppisar@redhat.com> - 2.068-2
8ef4a9
- Disable optional tests for small build root
8ef4a9
8ef4a9
* Wed Dec 24 2014 Paul Howarth <paul@city-fan.org> - 2.068-1
8ef4a9
- Update to 2.068
8ef4a9
  - Disable running of some of the slower test harnesses by default;
8ef4a9
    COMPRESS_ZLIB_RUN_MOST needs to be set to run them, which makes life more
8ef4a9
    bearable on legacy platforms
8ef4a9
8ef4a9
* Tue Dec  9 2014 Paul Howarth <paul@city-fan.org> - 2.067-1
8ef4a9
- Update to 2.067
8ef4a9
  - IO::Compress::RawDeflate unnecessarily loads IO::Seekable (CPAN RT#100257)
8ef4a9
- Classify buildreqs by usage
8ef4a9
8ef4a9
* Mon Sep 22 2014 Paul Howarth <paul@city-fan.org> - 2.066-1
8ef4a9
- Update to 2.066
8ef4a9
  - IO::Uncompress::Gzip
8ef4a9
    - Documentation of ExtraFlags stated the XFL values for BEST_COMPRESSION
8ef4a9
      and BEST_SPEED use the values 2 and 4 respectively; they should be 4 and
8ef4a9
      2 (code for setting XFL was correct)
8ef4a9
  - IO::Uncompress::Gunzip
8ef4a9
    - Fix regression preventing gunzip to in-memory file handle (CPAN RT#95494)
8ef4a9
8ef4a9
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.064-311
8ef4a9
- Perl 5.20 re-rebuild of bootstrapped packages
8ef4a9
8ef4a9
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.064-310
8ef4a9
- Increase release to favour standalone package
8ef4a9
8ef4a9
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.064-3
8ef4a9
- Perl 5.20 rebuild
8ef4a9
8ef4a9
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.064-2
8ef4a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8ef4a9
8ef4a9
* Sun Feb  2 2014 Paul Howarth <paul@city-fan.org> - 2.064-1
8ef4a9
- Update to 2.064
8ef4a9
  - Use android-compatible flags when calling gzip in
8ef4a9
    IO-Compress/t/050interop-gzip.t (CPAN RT#90216)
8ef4a9
8ef4a9
* Sun Nov  3 2013 Paul Howarth <paul@city-fan.org> - 2.063-1
8ef4a9
- Update to 2.063
8ef4a9
  - Typo in Compress::Zlib _combine function documentation (CPAN RT#89305)
8ef4a9
8ef4a9
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2.062-2
8ef4a9
- Perl 5.18 re-rebuild of bootstrapped packages
8ef4a9
8ef4a9
* Mon Aug 12 2013 Paul Howarth <paul@city-fan.org> - 2.062-1
8ef4a9
- Update to 2.062
8ef4a9
  - Fix up tests for imminent bleadperl changes (CPAN RT#87335)
8ef4a9
  - Typo fixes (CPAN RT#84647)
8ef4a9
  - IO::Compress::Gzip test t/100generic-bzip2.t hung on Cygwin (CPAN RT#86814)
8ef4a9
8ef4a9
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.061-3
8ef4a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8ef4a9
8ef4a9
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 2.061-2
8ef4a9
- Perl 5.18 rebuild
8ef4a9
8ef4a9
* Mon May 27 2013 Paul Howarth <paul@city-fan.org> - 2.061-1
8ef4a9
- Update to 2.061
8ef4a9
  - zipdetails (1.06)
8ef4a9
    - Get it to cope with Android 'zipalign' non-standard extra fields; these
8ef4a9
      are used to make sure that a non-compressed member starts on a 4 byte
8ef4a9
      boundary
8ef4a9
  - unzip example with IO::Uncompress::Unzip (CPAN RT#84647)
8ef4a9
8ef4a9
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.060-2
8ef4a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8ef4a9
8ef4a9
* Tue Jan  8 2013 Paul Howarth <paul@city-fan.org> - 2.060-1
8ef4a9
- Update to 2.060
8ef4a9
  - Updated POD
8ef4a9
    - CPAN RT#82138: Example code not clear - gunzip() takes filenames!
8ef4a9
  - IO::Compress::Base
8ef4a9
    - Remove the flush call when opening a filehandle
8ef4a9
8ef4a9
* Sun Dec 16 2012 Paul Howarth <paul@city-fan.org> - 2.059-1
8ef4a9
- Update to 2.059
8ef4a9
  - IO::Compress::Base
8ef4a9
    - Added "Encode" option (fixes the encoding half of CPAN RT#42656)
8ef4a9
8ef4a9
* Mon Nov 26 2012 Petr Šabata <contyk@redhat.com> - 2.058-2
8ef4a9
- Add missing File::* buildtime dependencies
8ef4a9
8ef4a9
* Tue Nov 13 2012 Paul Howarth <paul@city-fan.org> - 2.058-1
8ef4a9
- Update to 2.058
8ef4a9
  - IO::Compress::Zip
8ef4a9
    - Allow member name and Zip Comment to be "0"
8ef4a9
  - IO::Compress::Base::Common
8ef4a9
    - Remove "-r" test - the file open will catch this
8ef4a9
    - IO::Compress::Base::Common returned that it could not read readable files
8ef4a9
      in NFS (CPAN RT#80855)
8ef4a9
  - Install to 'site' instead of 'perl' when perl version is 5.11+
8ef4a9
    (CPAN RT#79820)
8ef4a9
  - General performance improvements
8ef4a9
  - Fix failing 01misc.t subtest introduced in 2.057 (CPAN RT#81119)
8ef4a9
- Explicitly install to 'perl' directories
8ef4a9
8ef4a9
* Mon Aug  6 2012 Paul Howarth <paul@city-fan.org> - 2.055-1
8ef4a9
- Update to 2.055
8ef4a9
  - FAQ: added a few paragraphs on how to deal with pbzip2 files
8ef4a9
    (CPAN RT#77743)
8ef4a9
  - Compress::Zip: speed up compress, uncompress, memGzip and memGunzip
8ef4a9
    (CPAN RT#77350)
8ef4a9
- BR: perl(lib)
8ef4a9
- Drop BR: perl(Test::Builder) and perl(Test::More) as they're bundled
8ef4a9
- Drop BR: perl(Config), perl(Fcntl), perl(File::Copy), perl(File::Glob),
8ef4a9
  perl(POSIX) and perl(Symbol) as they're not dual-lived
8ef4a9
- Drop redundant explicit require for perl(Exporter)
8ef4a9
- Don't use macros for commands
8ef4a9
8ef4a9
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.052-5
8ef4a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8ef4a9
8ef4a9
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 2.052-4
8ef4a9
- Perl 5.16 re-rebuild of bootstrapped packages
8ef4a9
8ef4a9
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 2.052-3
8ef4a9
- Perl 5.16 rebuild
8ef4a9
8ef4a9
* Fri Jun 01 2012 Petr Pisar <ppisar@redhat.com> - 2.052-2
8ef4a9
- Omit optional Test::Pod and Test::NoWarnings tests on bootstrap
8ef4a9
8ef4a9
* Sun Apr 29 2012 Paul Howarth <paul@city-fan.org> - 2.052-1
8ef4a9
- Update to 2.052
8ef4a9
  - IO::Compress::Zip: force a ZIP64 archive when it contains ≥ 0xFFFF entries
8ef4a9
  - Fix typo in POD (CPAN RT#76130)
8ef4a9
- Don't need to remove empty directories from buildroot
8ef4a9
8ef4a9
* Sat Feb 18 2012 Paul Howarth <paul@city-fan.org> - 2.049-1
8ef4a9
- Update to 2.049
8ef4a9
  - IO::Compress::Zip:
8ef4a9
    - Error in t/cz-03zlib-v1.t that caused warnings with 5.15 (Perl RT#110736)
8ef4a9
8ef4a9
* Sun Jan 29 2012 Paul Howarth <paul@city-fan.org> - 2.048-1
8ef4a9
- Update to 2.048
8ef4a9
  - Set minimum Perl version to 5.6
8ef4a9
  - Set minimum zlib version to 1.2.0
8ef4a9
  - IO::Compress::Zip:
8ef4a9
    - In one-shot zip, set the Text Flag if "-T" thinks the file is a text file
8ef4a9
    - In one-shot mode, wrote mod time and access time in wrong order in the
8ef4a9
      "UT" extended field
8ef4a9
  - IO::Compress test suite fails with Compress::Raw::Zlib 2.047 and zlib < 1.2.4
8ef4a9
    (CPAN RT#74503)
8ef4a9
- Resync Compress::Raw::* dependency versions
8ef4a9
- Add buildreqs for core perl modules, which might be dual-lived
8ef4a9
- Don't use macros for commands
8ef4a9
8ef4a9
* Tue Jan 10 2012 Paul Howarth <paul@city-fan.org> - 2.046-2
8ef4a9
- Fedora 17 mass rebuild
8ef4a9
8ef4a9
* Mon Dec 19 2011 Paul Howarth <paul@city-fan.org> - 2.046-1
8ef4a9
- Update to 2.046
8ef4a9
  - Minor update to bin/zipdetails
8ef4a9
  - Typo in name of IO::Compress::FAQ.pod
8ef4a9
  - IO::Uncompress::Unzip:
8ef4a9
    - Example for walking a zip file used eof to control the outer loop; this
8ef4a9
      is wrong
8ef4a9
  - IO::Compress::Zip:
8ef4a9
    - Change default for CanonicalName to false (CPAN RT#72974)
8ef4a9
- Freeze Compress::Raw::* dependency versions until next synchronized release
8ef4a9
8ef4a9
* Sun Dec  4 2011 Paul Howarth <paul@city-fan.org> - 2.045-1
8ef4a9
- Update to 2.045
8ef4a9
  - Restructured IO::Compress::FAQ.pod
8ef4a9
8ef4a9
* Sun Dec  4 2011 Paul Howarth <paul@city-fan.org> - 2.044-1
8ef4a9
- Update to 2.044
8ef4a9
  - Moved FAQ.pod under the lib directory so it can get installed
8ef4a9
  - Added bin/zipdetails
8ef4a9
  - In IO::Compress::Zip, in one-shot mode, enable Zip64 mode if the input
8ef4a9
    file/buffer ≥ 0xFFFFFFFF bytes
8ef4a9
  - Update IO::Compress::FAQ
8ef4a9
8ef4a9
* Mon Nov 21 2011 Paul Howarth <paul@city-fan.org> - 2.043-1
8ef4a9
- Update to 2.043
8ef4a9
  - IO::Compress::Base:
8ef4a9
    - Fixed issue that with handling of Zip files with two (or more) entries
8ef4a9
      that were STORED; symptom is the first is uncompressed ok but the next
8ef4a9
      will terminate early if the size of the file is greater than BlockSize
8ef4a9
      (CPAN RT#72548)
8ef4a9
8ef4a9
* Fri Nov 18 2011 Paul Howarth <paul@city-fan.org> - 2.042-1
8ef4a9
- Update to 2.042
8ef4a9
  - IO::Compress::Zip:
8ef4a9
    - Added exUnixN option to allow creation of the "ux" extra field, which
8ef4a9
      allows 32-bit UID/GID to be stored
8ef4a9
    - In one-shot mode use exUnixN rather than exUnix2 for the UID/GID
8ef4a9
  - IO::Compress::Zlib::Extra::parseExtraField:
8ef4a9
    - Fixed bad test for length of ID field (CPAN RT#72329, CPAN RT#72505)
8ef4a9
8ef4a9
* Sat Oct 29 2011 Paul Howarth <paul@city-fan.org> - 2.040-1
8ef4a9
- Update to 2.040
8ef4a9
  - IO::Compress::Zip:
8ef4a9
    - Added CanonicalName option (note this option is set to true by default)
8ef4a9
    - Added FilterName option
8ef4a9
    - ExtAttr now populates MSDOS attributes
8ef4a9
  - IO::Uncompress::Base:
8ef4a9
    - Fixed issue where setting $\ would corrupt the uncompressed data
8ef4a9
  - t/050interop-*.t:
8ef4a9
    - Handle case when external command contains a whitespace (CPAN RT#71335)
8ef4a9
  - t/105oneshot-zip-only.t:
8ef4a9
    - CanonicalName test failure on Windows (CPAN RT#68926)
8ef4a9
8ef4a9
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-2
8ef4a9
- Perl mass rebuild
8ef4a9
8ef4a9
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-1
8ef4a9
- Update to 2.037 (support streamed stored content in IO::Uncompress::Unzip)
8ef4a9
8ef4a9
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.036-2
8ef4a9
- Perl mass rebuild
8ef4a9
8ef4a9
* Mon Jun 20 2011 Petr Sabata <contyk@redhat.com> - 2.036-1
8ef4a9
- 2.036 bump (Zip/Unzip enhancements)
8ef4a9
8ef4a9
* Sat May  7 2011 Paul Howarth <paul@city-fan.org> - 2.035-1
8ef4a9
- Update to 2.035 (fix test failure on Windows - CPAN RT#67931)
8ef4a9
8ef4a9
* Tue May  3 2011 Petr Sabata <psabata@redhat.com> - 2.034-1
8ef4a9
- 2.034 bump
8ef4a9
- Buildroot and defattr cleanup
8ef4a9
- Correcting BRs/Rs
8ef4a9
8ef4a9
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.033-2
8ef4a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8ef4a9
8ef4a9
* Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.033-1
8ef4a9
- Update to 2.033 (fixed typos and spelling errors - Perl RT#81816)
8ef4a9
- Use more explicit %%files list
8ef4a9
- Simplify inclusion of IO::Compress::FAQ
8ef4a9
- Drop redundant explicit requires of Compress::Raw::{Bzip2,Zlib}
8ef4a9
- Drop installdirs patch, not needed with perl 5.12
8ef4a9
- Default installdirs are perl, so no need to specify it explicitly
8ef4a9
- Make %%summary less generic
8ef4a9
8ef4a9
* Fri Jan 07 2011 Petr Pisar <ppisar@redhat.com> - 2.032-1
8ef4a9
- 2.032 bump
8ef4a9
- Small improvements in spec file
8ef4a9
8ef4a9
* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.030-4
8ef4a9
- 661697 rebuild for fixing problems with vendorach/lib
8ef4a9
8ef4a9
* Tue Sep 21 2010 Paul Howarth <paul@city-fan.org> 2.030-3
8ef4a9
- Turn long-running tests back on and support build --without long_tests
8ef4a9
  to skip them
8ef4a9
8ef4a9
* Thu Sep 16 2010 Ville Skyttä <ville.skytta@iki.fi> - 2.030-2
8ef4a9
- Install IO::Compress::FAQ into usual POD and man dirs (#634722)
8ef4a9
8ef4a9
* Mon Jul 26 2010 Petr Sabata <psabata@redhat.com> 2.030-1
8ef4a9
- 2.030 version bump
8ef4a9
8ef4a9
* Thu May 06 2010 Marcela Mašláňová <mmaslano@redhat.com> 2.027-1
8ef4a9
- update
8ef4a9
8ef4a9
* Mon Apr 12 2010 Marcela Mašláňová <mmaslano@redhat.com> 2.024-3
8ef4a9
- few fixes in specfile 573932
8ef4a9
8ef4a9
* Tue Mar 16 2010 Marcela Mašláňová <mmaslano@redhat.com> 2.024-2
8ef4a9
- Specfile autogenerated by cpanspec 1.78.
8ef4a9
- thanks with fixes of specfile to Paul Howarth
8ef4a9