Author: steve Update of /cvs/pkgs/rpms/perl-Pod-Coverage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10267 Modified Files: .cvsignore perl-Pod-Coverage.spec sources Log Message: Update to 0.19. Use fixperms macro instead of our own chmod incantation. Reformat to match cpanspec output. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Pod-Coverage/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 9 Aug 2006 17:16:30 -0000 1.4 +++ .cvsignore 12 Jan 2008 23:53:05 -0000 1.5 @@ -1 +1 @@ -Pod-Coverage-0.18.tar.gz +Pod-Coverage-0.19.tar.gz Index: perl-Pod-Coverage.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Pod-Coverage/devel/perl-Pod-Coverage.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-Pod-Coverage.spec 11 Jan 2008 04:48:39 -0000 1.13 +++ perl-Pod-Coverage.spec 12 Jan 2008 23:53:05 -0000 1.14 @@ -1,17 +1,15 @@ Name: perl-Pod-Coverage -Version: 0.18 -Release: 3%{?dist} +Version: 0.19 +Release: 1%{?dist} Summary: Checks if the documentation of a module is comprehensive - -Group: Development/Libraries License: GPL+ or Artistic +Group: Development/Libraries URL: http://search.cpan.org/dist/Pod-Coverage/ Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildArch: noarch +BuildRequires: perl(Devel::Symdump) >= 2.01 BuildRequires: perl(Module::Build) -BuildRequires: perl(Devel::Symdump) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -23,40 +21,40 @@ This module provides a mechanism for determining if the pod for a given module is comprehensive. - %prep %setup -q -n Pod-Coverage-%{version} - %build -CFLAGS="$RPM_OPT_FLAGS" %{__perl} Build.PL installdirs=vendor +%{__perl} Build.PL installdirs=vendor ./Build - %install rm -rf $RPM_BUILD_ROOT + ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 -find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' -chmod -R u+w $RPM_BUILD_ROOT/* +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; +%{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test - %clean rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc Changes README examples/ %{_bindir}/* -%{perl_vendorlib}/Pod/ -%{_mandir}/man3/*.3pm* - +%{perl_vendorlib}/* +%{_mandir}/man3/* %changelog +* Sat Jan 12 2008 Steven Pritchard <steve@xxxxxxxxx> 0.19-1 +- Update to 0.19. +- Use fixperms macro instead of our own chmod incantation. +- Reformat to match cpanspec output. + * Thu Jan 10 2007 Tom "spot" Callaway <tcallawa@xxxxxxxxxx> - 0.18-3 - rebuild 2, enable Test::Pod, tests Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Pod-Coverage/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 9 Aug 2006 17:16:30 -0000 1.4 +++ sources 12 Jan 2008 23:53:05 -0000 1.5 @@ -1 +1 @@ -12e4f06fa8411a1f5011d3e6ce3628b3 Pod-Coverage-0.18.tar.gz +93af52dac8bafed7702ed290d988ffa4 Pod-Coverage-0.19.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list