make closer to the current perl template

This commit is contained in:
nim 2008-06-02 21:27:07 +00:00
parent 449527e037
commit f3cdc76a5d

View File

@ -2,7 +2,7 @@
Name: perl-%{rname}
Version: 0.97
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Extensible, general Perl server engine
Group: Development/Libraries
@ -41,11 +41,11 @@ rm -fr %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name 'perllocal.pod' -exec rm -f {} ';'
find %{buildroot} -type f -name '.*' -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+rwX,go-rwx %{buildroot}/*
%check || :
%check
make test
@ -65,6 +65,10 @@ rm -fr %{buildroot}
%changelog
* Mon Jun 02 2009 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 0.97-3
remove old %%check Dag leftover rpmbuild does not like anymore
* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.97-2
Rebuild for new perl