Author: mmaslano Update of /cvs/pkgs/rpms/perl-Compress-Raw-Zlib/devel In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10367 Modified Files: .cvsignore Added Files: perl-Compress-Raw-Zlib.spec sources Log Message: * Mon Mar 29 2010 Marcela Mašláňová <mmaslano@xxxxxxxxxx> 2.024-2 - split again from main package for updated version Index: perl-Compress-Raw-Zlib.spec =================================================================== RCS file: perl-Compress-Raw-Zlib.spec diff -N perl-Compress-Raw-Zlib.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ perl-Compress-Raw-Zlib.spec 29 Mar 2010 07:51:20 -0000 1.8 @@ -0,0 +1,73 @@ +Name: perl-Compress-Raw-Zlib +Epoch: 0 +Version: 2.024 +Release: 2%{?dist} +Summary: Low-Level Interface to zlib compression library +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Compress-Raw-Zlib/ +Source0: http://www.cpan.org/authors/id/P/PM/PMQS/Compress-Raw-Zlib-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: zlib-devel +Obsoletes: perl-Compress-Raw-Zlib <= 0:2.023-112 +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +The Compress::Raw::Zlib module provides a Perl interface to the zlib +compression library, which is used by IO::Compress::Zlib. + +%prep +%setup -q -n Compress-Raw-Zlib-%{version} +%{?filter_setup: +%filter_from_provides /Zlib.so/d +%?perl_default_filter +} + +%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=perl OPTIMIZE="$RPM_OPT_FLAGS" +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT + +make pure_install DESTDIR=$RPM_BUILD_ROOT + +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; + +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +make test + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc Changes README +%{perl_archlib}/auto/* +%{perl_archlib}/Compress* +%{_mandir}/man3/* + +%changelog +* Mon Mar 29 2010 Marcela Mašláňová <mmaslano@xxxxxxxxxx> 2.024-2 +- split again from main package for updated version + +* Tue Jul 17 2007 Robin Norwood <rnorwood@xxxxxxxxxx> - 2.005-2 +- Bump release to beat F-7 version + +* Sun Jul 01 2007 Robin Norwood <rnorwood@xxxxxxxxxx> - 2.005-1 +- update to 2.005. + +* Tue Jun 05 2007 Robin Norwood <rnorwood@xxxxxxxxxx> - 2.004-1 +- Initial build from CPAN + Index: sources =================================================================== RCS file: sources diff -N sources --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sources 29 Mar 2010 07:51:20 -0000 1.5 @@ -0,0 +1 @@ +5b637dbb36955b13db261f049fe529d9 Compress-Raw-Zlib-2.024.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Compress-Raw-Zlib/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 2 Jul 2007 03:45:19 -0000 1.3 +++ .cvsignore 29 Mar 2010 07:51:20 -0000 1.4 @@ -1 +1 @@ -Compress-Raw-Zlib-2.005.tar.gz +Compress-Raw-Zlib-2.024.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel