[perl-Net-SSLeay] Trivial tidy up

Paul Howarth pghmcfc at fedoraproject.org
Thu Jul 14 08:28:04 UTC 2011


commit 7c63ac193f0d62b85eb28c60850346026e79d9ae
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Jul 14 09:20:59 2011 +0100

    Trivial tidy up

 perl-Net-SSLeay.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
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
 


More information about the scm-commits mailing list