rpms/perl-Compress-Raw-Zlib/devel perl-Compress-Raw-Zlib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Mon Jun 11 20:39:45 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-Compress-Raw-Zlib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14171/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Compress-Raw-Zlib.spec 
Log Message:
Initial checkin: perl-Compress-Raw-Zlib



--- NEW FILE perl-Compress-Raw-Zlib.spec ---
Name:           perl-Compress-Raw-Zlib
Version:        2.004
Release:        1%{?dist}
Summary:        Low-Level Interface to the zlib compression library

Group:          Development/Libraries
License:        Artistic or GPL
URL:            http://search.cpan.org/dist/Compress-Raw-Zlib/
Source0:        http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Zlib-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  perl, perl(ExtUtils::MakeMaker), zlib-devel, perl(Test::Pod)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides a Perl interface to the zlib compression library.
It is used by IO::Compress::Zlib.

%prep
%setup -q -n Compress-Raw-Zlib-%{version}


%build
BUILD_ZLIB=False 
OLD_ZLIB=False
ZLIB_LIB=%{_libdir}
ZLIB_INCLUDE=%{_includedir}
export BUILD_ZLIB OLD_ZLIB ZLIB_LIB ZLIB_INCLUDE

%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc
%{perl_vendorarch}/auto/Compress
%{perl_vendorarch}/Compress
%{_mandir}/man3/*.3*


%changelog
* Tue Jun 05 2007 Robin Norwood <rnorwood at redhat.com> - 2.004-1
- Initial build from CPAN


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Compress-Raw-Zlib/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Jun 2007 20:10:06 -0000	1.1
+++ .cvsignore	11 Jun 2007 20:39:10 -0000	1.2
@@ -0,0 +1 @@
+Compress-Raw-Zlib-2.004.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Compress-Raw-Zlib/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Jun 2007 20:10:06 -0000	1.1
+++ sources	11 Jun 2007 20:39:10 -0000	1.2
@@ -0,0 +1 @@
+e5b78784b4e3ec857793cc3fa4e51346  Compress-Raw-Zlib-2.004.tar.gz




More information about the fedora-extras-commits mailing list