rpms/perl-Exception-Class/devel perl-Exception-Class.spec,1.5,1.6

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sat Sep 16 17:39:01 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Exception-Class/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13537

Modified Files:
	perl-Exception-Class.spec 
Log Message:
Canonicalize Source0 URL.
Fix find option order.
Drop executable bit from Exception/Class.pm to avoid a rpmlint warning.



Index: perl-Exception-Class.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Exception-Class/devel/perl-Exception-Class.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-Exception-Class.spec	21 Mar 2006 00:33:50 -0000	1.5
+++ perl-Exception-Class.spec	16 Sep 2006 17:39:01 -0000	1.6
@@ -1,11 +1,11 @@
 Name:           perl-Exception-Class
 Version:        1.23
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Exception::Class Perl module
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Exception-Class/
-Source0:        http://www.cpan.org/modules/by-module/Exception/Exception-Class-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/D/DR/DROLSKY/Exception-Class-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Devel::StackTrace) >= 1.12
@@ -22,6 +22,8 @@
 %prep
 %setup -q -n Exception-Class-%{version}
 
+chmod a-x lib/Exception/Class.pm
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -32,7 +34,7 @@
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
@@ -52,6 +54,11 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 1.23-2
+- Canonicalize Source0 URL.
+- Fix find option order.
+- Drop executable bit from Exception/Class.pm to avoid a rpmlint warning.
+
 * Fri Feb 03 2006 Steven Pritchard <steve at kspei.com> 1.23-1
 - Update to 1.23
 




More information about the scm-commits mailing list