rpms/perl-Exception-Class/devel perl-Exception-Class.spec,1.1,1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Wed Aug 17 23:00:43 UTC 2005


Author: steve

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

Modified Files:
	perl-Exception-Class.spec 
Log Message:
Minor spec cleanup.


Index: perl-Exception-Class.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Exception-Class/devel/perl-Exception-Class.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Exception-Class.spec	17 Aug 2005 22:51:45 -0000	1.1
+++ perl-Exception-Class.spec	17 Aug 2005 23:00:40 -0000	1.2
@@ -1,8 +1,6 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-Exception-Class
 Version:        1.21
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Exception::Class Perl module
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -30,7 +28,6 @@
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile
 make %{?_smp_mflags}
 
 %install
@@ -43,7 +40,7 @@
 
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
-%check || :
+%check
 make test
 
 %clean
@@ -56,5 +53,8 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 17 2005 Steven Pritchard <steve at kspei.com> 1.21-2
+- Minor spec cleanup
+
 * Tue Aug 16 2005 Steven Pritchard <steve at kspei.com> 1.21-1
 - Specfile autogenerated.




More information about the scm-commits mailing list