Minor spec cleanup.

This commit is contained in:
Steven Pritchard 2005-08-17 23:00:40 +00:00
parent e5a46ea6e7
commit c016b8464c
1 changed files with 5 additions and 5 deletions

View File

@ -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 <steve@kspei.com> 1.21-2
- Minor spec cleanup
* Tue Aug 16 2005 Steven Pritchard <steve@kspei.com> 1.21-1
- Specfile autogenerated.