[perl-Net-FTPSSL] Update to 0.26

Emmanuel Seyman eseyman at fedoraproject.org
Sun Feb 15 04:22:57 UTC 2015


commit 1e67640a6706494cbb82d3592e096766bb048806
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Feb 15 05:22:47 2015 +0100

    Update to 0.26

 .gitignore           |    1 +
 perl-Net-FTPSSL.spec |   21 +++++++++++----------
 sources              |    2 +-
 3 files changed, 13 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d54295d..de22d75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Net-FTPSSL-0.15.tar.gz
 /Net-FTPSSL-0.23.tar.gz
 /Net-FTPSSL-0.24.tar.gz
 /Net-FTPSSL-0.25.tar.gz
+/Net-FTPSSL-0.26.tar.gz
diff --git a/perl-Net-FTPSSL.spec b/perl-Net-FTPSSL.spec
index bfc42fc..801dfa4 100644
--- a/perl-Net-FTPSSL.spec
+++ b/perl-Net-FTPSSL.spec
@@ -1,13 +1,13 @@
 Name:           perl-Net-FTPSSL
-Version:        0.25
-Release:        2%{?dist}
+Version:        0.26
+Release:        1%{?dist}
 Summary:        Perl module for FTP over SSL/TLS
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Net-FTPSSL/
 Source0:        http://www.cpan.org/authors/id/C/CL/CLEACH/Net-FTPSSL-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # According to Changes, v0.97 causes unspecified hang,
 # but v1.08 is well tested. In el5 we have v1.01, dropping
 # the v1.08 requirement that META.yml has.
@@ -29,15 +29,12 @@ Perl as described in RFC959 and RFC2228. It will use TLS by default.
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -52,11 +49,15 @@ echo n |make test
 
 %files
 %doc Changes README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/Net*
+%{_mandir}/man3/Net*
 
 
 %changelog
+* Sun Feb 15 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.26-1
+- Update to 0.26
+- Tighten file listing
+
 * Sun Sep 07 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.25-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index fcd77db..5cf4709 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-77bffaffd20a1c2452d66ea1824b475e  Net-FTPSSL-0.25.tar.gz
+9b236e02a036b23b2bbe76c735cd79f9  Net-FTPSSL-0.26.tar.gz


More information about the scm-commits mailing list