[perl-App-Nopaste] Update to 1.004

Emmanuel Seyman eseyman at fedoraproject.org
Sun Mar 8 07:18:17 UTC 2015


commit 22882d2b5ee92f6568aab3bcc32780f518077abc
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Mar 8 08:18:14 2015 +0100

    Update to 1.004

 .gitignore            |  1 +
 perl-App-Nopaste.spec | 11 ++++++-----
 sources               |  2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a8235e1..eedd398 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ App-Nopaste-0.22.tar.gz
 /App-Nopaste-1.001.tar.gz
 /App-Nopaste-1.002.tar.gz
 /App-Nopaste-1.003.tar.gz
+/App-Nopaste-1.004.tar.gz
diff --git a/perl-App-Nopaste.spec b/perl-App-Nopaste.spec
index 25e4108..5cf5e88 100644
--- a/perl-App-Nopaste.spec
+++ b/perl-App-Nopaste.spec
@@ -1,5 +1,5 @@
 Name:           perl-App-Nopaste
-Version:        1.003
+Version:        1.004
 Release:        1%{?dist}
 Summary:        Easy access to any pastebin
 License:        GPL+ or Artistic
@@ -8,7 +8,7 @@ Source0:        http://www.cpan.org/authors/id/E/ET/ETHER/App-Nopaste-%{version}
 BuildArch:      noarch
 # Build
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Runtime
@@ -66,15 +66,13 @@ normally be too long to give directly in the channel (hence the name nopaste).
 
 %prep
 %setup -q -n App-Nopaste-%{version}
-find lib -type f | xargs chmod -x
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} +
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -91,6 +89,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Sun Mar 08 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 1.004-1
+- Update to 1.004
+
 * Sun Jan 04 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 1.003-1
 - Update to 1.003
 
diff --git a/sources b/sources
index 65b989f..4afbe02 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1a6857386f2376e2f432226574580f78  App-Nopaste-1.003.tar.gz
+ccbee6051e87a4163ec2caeb7e4a3b4d  App-Nopaste-1.004.tar.gz


More information about the scm-commits mailing list