Author: steve Update of /cvs/pkgs/rpms/perl-Test-Exception/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18094 Modified Files: .cvsignore perl-Test-Exception.spec sources Log Message: Update to 0.26. Update License tag. Use fixperms macro instead of our own chmod incantation. Reformat to match cpanspec output. Drop executable bits. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Exception/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 7 Jun 2005 13:47:13 -0000 1.3 +++ .cvsignore 13 Jan 2008 00:19:57 -0000 1.4 @@ -1 +1 @@ -Test-Exception-0.21.tar.gz +Test-Exception-0.26.tar.gz Index: perl-Test-Exception.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Exception/devel/perl-Test-Exception.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Test-Exception.spec 14 Sep 2006 21:17:53 -0000 1.8 +++ perl-Test-Exception.spec 13 Jan 2008 00:19:57 -0000 1.9 @@ -1,18 +1,19 @@ Name: perl-Test-Exception -Version: 0.21 -Release: 3%{?dist} +Version: 0.26 +Release: 1%{?dist} Summary: Library of test functions for exception based Perl code - +License: GPL+ or Artistic Group: Development/Libraries -License: GPL or Artistic URL: http://search.cpan.org/dist/Test-Exception/ Source0: http://www.cpan.org/authors/id/A/AD/ADIE/Test-Exception-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildArch: noarch BuildRequires: perl(Module::Build) -BuildRequires: perl(Test::Builder), perl(Test::Builder::Tester) -BuildRequires: perl(Sub::Uplevel), perl(Pod::Coverage), perl(Test::Pod) +BuildRequires: perl(Pod::Coverage) +BuildRequires: perl(Sub::Uplevel) >= 0.18 +BuildRequires: perl(Test::Builder) +BuildRequires: perl(Test::Builder::Tester) +BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -20,38 +21,43 @@ based code. It is built with Test::Builder and plays happily with Test::More and friends. - %prep %setup -q -n Test-Exception-%{version} +find . -type f -perm +100 -exec chmod a-x {} \; %build %{__perl} Build.PL installdirs=vendor ./Build - %install rm -rf $RPM_BUILD_ROOT + ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 -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 -%{perl_vendorlib}/Test/ -%{_mandir}/man3/*.3pm* - +%{perl_vendorlib}/* +%{_mandir}/man3/* %changelog +* Sat Jan 12 2008 Steven Pritchard <steve@xxxxxxxxx> 0.26-1 +- Update to 0.26. +- Update License tag. +- Use fixperms macro instead of our own chmod incantation. +- Reformat to match cpanspec output. +- Drop executable bits. + * Thu Sep 14 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-3 - Rebuild for FC6. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Exception/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 7 Jun 2005 13:47:13 -0000 1.3 +++ sources 13 Jan 2008 00:19:57 -0000 1.4 @@ -1 +1 @@ -fc1aab12ca0867dd46328e169c06a21c Test-Exception-0.21.tar.gz +0deac688e1caf20329ce23b201c7d7b1 Test-Exception-0.26.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