rpms/perl-Test-Exception/EL-4 perl-Test-Exception.spec, 1.4, 1.5 sources, 1.3, 1.4

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jan 21 20:06:36 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/perl-Test-Exception/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4870/EL-4

Modified Files:
	perl-Test-Exception.spec sources 
Log Message:

sync



Index: perl-Test-Exception.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Exception/EL-4/perl-Test-Exception.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Test-Exception.spec	7 Jun 2005 13:47:07 -0000	1.4
+++ perl-Test-Exception.spec	21 Jan 2008 20:05:56 -0000	1.5
@@ -1,65 +1,84 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-Test-Exception
-Version:        0.21
-Release:        1%{?dist}
+Version:        0.26
+Release:        2%{?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-0.21.tar.gz
+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 >= 1:5.6.1
-BuildRequires:  perl(Module::Build), perl(Test::More)
-BuildRequires:  perl(Test::Builder), perl(Test::Builder::Tester)
-BuildRequires:  perl(Sub::Uplevel), perl(Pod::Coverage), perl(Test::Pod)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(Module::Build)
+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
 This module provides a few convenience methods for testing exception
 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 || :
+%check
 ./Build test
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_vendorlib}/Test/
-%{_mandir}/man3/*.3*
-
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
 
 %changelog
+* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.26-2
+- rebuild for new perl
+
+* Sat Jan 12 2008 Steven Pritchard <steve at kspei.com> 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.
+
+* Fri Feb 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-2
+- Rebuild for FC5 (perl 5.8.8).
+
 * Tue Jun  7 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-1
 - Update to 0.21.
 
-* Sat Apr 16 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.20-1.1
+* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.20-4
+- Add dist tag.
+
+* Sat Apr 16 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.20-3
 - Avoid .packlist creation with Module::Build >= 0.2609.
+- Trust that %%{perl_vendorlib} is defined.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.20-2
+- rebuilt
 
 * Fri Nov  5 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.20-1
 - Update to 0.20.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Exception/EL-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	7 Jun 2005 13:47:07 -0000	1.3
+++ sources	21 Jan 2008 20:05:56 -0000	1.4
@@ -1 +1 @@
-fc1aab12ca0867dd46328e169c06a21c  Test-Exception-0.21.tar.gz
+0deac688e1caf20329ce23b201c7d7b1  Test-Exception-0.26.tar.gz




More information about the fedora-extras-commits mailing list