⌖ Fedora 10 alpha general package cleanup

This commit is contained in:
nim 2008-07-11 21:50:31 +00:00
parent 4711f8f7b4
commit b0c115e463
2 changed files with 5 additions and 4 deletions

View File

@ -1 +1,2 @@
perl-Net-Server-0_97-4_fc10:HEAD:perl-Net-Server-0.97-4.fc10.src.rpm:1215812459
perl-Net-Server-0_97-5_fc10:HEAD:perl-Net-Server-0.97-5.fc10.src.rpm:1215812998

View File

@ -2,7 +2,7 @@
Name: perl-%{cpanname}
Version: 0.97
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Extensible, general Perl server engine
Group: Development/Libraries
@ -29,7 +29,7 @@ be the back end layer of internet protocol servers.
%prep
%setup -q -n %{cpanname}-%{version}
chmod u+rw-x,go+r-wx examples/*
chmod u+rw-x,go-rwx examples/*
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@ -44,7 +44,7 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+rwX,go+rX-w %{buildroot}/*
chmod -R u+rwX,go-rwx %{buildroot}/*
%check
make test
@ -70,7 +70,7 @@ rm -fr %{buildroot}
%changelog
* Fri Jul 11 2008 <nicolas.mailhot at laposte.net>
- 0.97-4
- 0.97-5
Fedora 10 alpha general package cleanup
* Mon Jun 02 2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>