1
0
Files
perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib.spec

75 lines
2.1 KiB
RPMSpec
Raw Normal View History

#
# spec file for package perl-Compress-Raw-Zlib (Version 2.006)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Compress-Raw-Zlib
Url: http://cpan.org/modules/by-module/Compress/
License: Artistic License
Group: Development/Libraries/Perl
Requires: perl = %{perl_version}
AutoReqProv: on
Summary: Perl interface to the zlib compression library
Version: 2.006
Release: 1
Source: Compress-Raw-Zlib-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This module provides a Perl interface to the zlib compression library.
Authors:
--------
Paul Marquess <Paul.Marquess@btinternet.com>
%prep
%setup -q -n Compress-Raw-Zlib-%{version}
%build
perl Makefile.PL
make
make test
%install
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist
%files
%defattr(-, root, root)
%doc MANIFEST README
%{_mandir}/man?/*
%dir %{perl_vendorarch}/Compress/Raw
%dir %{perl_vendorarch}/Compress
%dir %{perl_vendorarch}/auto/Compress
%dir %{perl_vendorarch}/auto/Compress/Raw
%dir %{perl_vendorarch}/auto/Compress/Raw/Zlib
%{perl_vendorarch}/Compress/Raw/Zlib.pm
%{perl_vendorarch}/auto/Compress/Raw/Zlib/Zlib.bs
%{perl_vendorarch}/auto/Compress/Raw/Zlib/Zlib.so
%{perl_vendorarch}/auto/Compress/Raw/Zlib/autosplit.ix
%{perl_vendorarch}/auto/Compress/Raw/Zlib/.packlist
/var/adm/perl-modules/perl-Compress-Raw-Zlib
%changelog
* Mon Oct 08 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.
* Tue Jul 03 2007 - anicka@suse.cz
- update to 2.005
* Only include ppport.h when not being built with perl.
* Wed Mar 07 2007 - anicka@suse.cz
- update to 2.004
* Fixed lvalue substr issue
* Remove redundant code from Zlib.xs
* Mon Feb 26 2007 - anicka@suse.cz
- package created (initial version 2.003)