From 7c63ac193f0d62b85eb28c60850346026e79d9ae Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Jul 14 2011 08:20:59 +0000 Subject: Trivial tidy up --- diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec index 034dbaa..d2d1d48 100644 --- a/perl-Net-SSLeay.spec +++ b/perl-Net-SSLeay.spec @@ -28,7 +28,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) This module offers some high level convenience functions for accessing web pages on SSL servers (for symmetry, same API is offered for accessing http servers, too), a sslcat() function for writing your own -clients, and finally access to the SSL api of SSLeay/OpenSSL package +clients, and finally access to the SSL API of SSLeay/OpenSSL package so you can write servers or clients for more complicated applications. %prep @@ -60,9 +60,11 @@ make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null -rm -f %{buildroot}%{perl_vendorarch}/Net/ptrtstrun.pl chmod -R u+w %{buildroot} +# Remove script we don't want packaged +rm -f %{buildroot}%{perl_vendorarch}/Net/ptrtstrun.pl + %check make test