From c016b8464c34e4597691df1e3f0ff26c9aeceb43 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Wed, 17 Aug 2005 23:00:40 +0000 Subject: [PATCH] Minor spec cleanup. --- perl-Exception-Class.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/perl-Exception-Class.spec b/perl-Exception-Class.spec index 15a58ff..dd07e7b 100644 --- a/perl-Exception-Class.spec +++ b/perl-Exception-Class.spec @@ -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 @@ the default base class for all other exceptions. %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 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* -%check || : +%check make test %clean @@ -56,5 +53,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Aug 17 2005 Steven Pritchard 1.21-2 +- Minor spec cleanup + * Tue Aug 16 2005 Steven Pritchard 1.21-1 - Specfile autogenerated.