Search
j0ke.net Open Build Service
>
Projects
>
devel
:
perl
>
perl-IO-Compress-Zlib
> perl-IO-Compress-Zlib.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File perl-IO-Compress-Zlib.spec of Package perl-IO-Compress-Zlib (Revision 2)
Currently displaying revision
2
,
show latest
# # spec file for package perl-IO-Compress-Zlib # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild #Distribution: %dist #Packager: %packager #Vendor: %vendor Name: perl-IO-Compress-Zlib %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Perl interface to allow reading and writing of zip files/buffers. Version: 2.015 Release: 1 License: Artistic License Group: Development/Libraries/Perl Url: http://cpan.org/modules/by-module/IO/ Source: %{cpan_name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Compress::Raw::Zlib) >= %{version} BuildRequires: perl(IO::Compress::Base) >= %{version} BuildRequires: perl(IO::Compress::Bzip2) >= %{version} Requires: perl = %{perl_version} Requires: perl(Compress::Raw::Zlib) >= %{version} Requires: perl(IO::Compress::Base) >= %{version} Recommends: perl(IO::Compress::Bzip2) >= %{version} %description %{cpan_name} module for perl This module provides a Perl interface to allow reading and writing of RFC 1950, 1951, 1952 (i.e. gzip) and zip files/buffers. Authors: Paul Marquess <pmqs@cpan.org> %prep %setup -q -n %{cpan_name}-%{version} %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL %{__make} %check %{__make} test %install %perl_make_install %perl_process_packlist %perl_gen_filelist %clean %{__rm} -rf $RPM_BUILD_ROOT %files -f %{name}.files %defattr(-,root,root) %doc Changes README %changelog * Thu Nov 01 2007 - anicka@suse.cz - update to 2.006 * Makefile.PL: Added INSTALLDIRS directive to install as a core module when built on a perl >= 5.9. * IO::Uncompress::RawDeflate: Fixed export problem - "$RawDeflateError" and "rawdeflate" were not being exported with ":all". * Mon Jul 09 2007 - anicka@suse.cz - update to 2.005 * RFC1952 says that the FNAME & FCOMMENT header fields must be ISO 8859-1 (LATIN-1) characters. The code can optionally police this. Added a fix for this logic when running on EBCDIC. * Check if IO::Compress::Bzip2 is already installed. If it is, add to the PREREQ_PM list. * Thu Mar 08 2007 - anicka@suse.cz - update to 2.004 * IO::Compress::Zip - Added Zip64 documentation. - Fixed extended timestamp. Creation time isn't available in Unix so only store the modification time and the last access time in the extended field. - Fixed file mode. - Added ExtAttr option to control the value of the "external file attributes" field in the central directory. - Added Unix2 extended attribute ("Ux"). This stores the UID & GID. * IO::Compress::Gzip - Fixed 050interop-gzip.t for Windows * Wed Feb 28 2007 - anicka@suse.cz - package created (initial version 2.003)