Author: cweyl Update of /cvs/extras/rpms/perl-Compress-Raw-Bzip2/devel In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11983 Modified Files: .cvsignore perl-Compress-Raw-Bzip2.spec sources Log Message: * Sat Apr 10 2010 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 2.026-1 - PERL_INSTALL_ROOT => DESTDIR, use _fixperms incantation - add perl_default_filter (XS package) - update by Fedora::App::MaintainerTools 0.006 - updating to latest GA CPAN version (2.026) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Compress-Raw-Bzip2/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 27 Jul 2009 11:27:02 -0000 1.4 +++ .cvsignore 10 Apr 2010 18:59:12 -0000 1.5 @@ -1 +1 @@ -Compress-Raw-Bzip2-2.020.tar.gz +Compress-Raw-Bzip2-2.026.tar.gz Index: perl-Compress-Raw-Bzip2.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Compress-Raw-Bzip2/devel/perl-Compress-Raw-Bzip2.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-Compress-Raw-Bzip2.spec 16 Jan 2010 00:59:34 -0000 1.10 +++ perl-Compress-Raw-Bzip2.spec 10 Apr 2010 18:59:13 -0000 1.11 @@ -1,17 +1,19 @@ Name: perl-Compress-Raw-Bzip2 -Version: 2.020 -Release: 2%{?dist} Summary: Low-Level Interface to bzip2 compression library - -Group: Development/Libraries +Version: 2.026 +Release: 1%{?dist} License: GPL+ or Artistic +Group: Development/Libraries +Source0: http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-%{version}.tar.gz URL: http://search.cpan.org/dist/Compress-Raw-Bzip2/ -Source0: http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl, perl(ExtUtils::MakeMaker), perl(Test::Pod) BuildRequires: bzip2-devel -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::Pod) + +%{?perl_default_filter} %description This module provides a Perl interface to the bzip2 compression library. @@ -32,11 +34,11 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make pure_install PERL_INSTALL_ROOT=$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' -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/* +%{_fixperms} $RPM_BUILD_ROOT/* %check @@ -56,6 +58,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Apr 10 2010 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 2.026-1 +- PERL_INSTALL_ROOT => DESTDIR, use _fixperms incantation +- add perl_default_filter (XS package) +- update by Fedora::App::MaintainerTools 0.006 +- updating to latest GA CPAN version (2.026) + * Fri Jan 15 2010 Stepan Kasal <skasal@xxxxxxxxxx> - 2.020-2 - rebuild against perl 5.10.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Compress-Raw-Bzip2/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 27 Jul 2009 11:27:02 -0000 1.4 +++ sources 10 Apr 2010 18:59:13 -0000 1.5 @@ -1 +1 @@ -50f85a3ecab19fa6d2ca18b8f990f219 Compress-Raw-Bzip2-2.020.tar.gz +0367a7e27610545b32daf3ea22d27331 Compress-Raw-Bzip2-2.026.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