From 5e2af21fba26f9a98fabacd10d827fb3369d01a4 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <emman...@seyman.fr>
Date: Sat, 31 Oct 2015 22:25:13 +0100
Subject: Update to 1.10

---
 .gitignore              |  1 +
 perl-AppConfig-Std.spec | 20 +++++++++++---------
 sources                 |  2 +-
 3 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/.gitignore b/.gitignore
index f8ff41a..6f9af01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 AppConfig-Std-1.07.tar.gz
 /AppConfig-Std-1.08.tar.gz
 /AppConfig-Std-1.09.tar.gz
+/AppConfig-Std-1.10.tar.gz
diff --git a/perl-AppConfig-Std.spec b/perl-AppConfig-Std.spec
index ca394e8..8cfc44b 100644
--- a/perl-AppConfig-Std.spec
+++ b/perl-AppConfig-Std.spec
@@ -1,6 +1,6 @@
 Name:       perl-AppConfig-Std
-Version:    1.09
-Release:    5%{?dist}
+Version:    1.10
+Release:    1%{?dist}
 # see lib/AppConfig/Std.pm
 License:    GPL+ or Artistic 
 Group:      Development/Libraries
@@ -10,7 +10,7 @@ Url:        http://search.cpan.org/dist/AppConfig-Std
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:  noarch
 
-BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires: perl(AppConfig) >= 1.52
 BuildRequires: perl(Pod::Usage) >= 1.14
 
@@ -29,14 +29,11 @@ global configuration variables.
 perl -pi -e 's|^#!\./perl|#!/usr/bin/perl|' t/*
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
-
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -44,10 +41,15 @@ make test
 
 %files
 %doc Changes README t/
-%{perl_vendorlib}/*
-%{_mandir}/man3/*.3*
+%{perl_vendorlib}/AppConfig
+%{_mandir}/man3/AppConfig*.3*
 
 %changelog
+* Sat Oct 31 2015 Emmanuel Seyman <emman...@seyman.fr> - 1.10-1
+- Update to 1.10
+- Use NO_PACKLIST to avoid generating the .packlist file
+- Tighten file listing
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 1.09-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index da792b2..0947ca8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c2e29449619397de9eb72a2aa1dd03f  AppConfig-Std-1.09.tar.gz
+3677fad851a232ebd046d2bfbded5b79  AppConfig-Std-1.10.tar.gz
-- 
cgit v0.11.2


        
http://pkgs.fedoraproject.org/cgit/perl-AppConfig-Std.git/commit/?h=master&id=5e2af21fba26f9a98fabacd10d827fb3369d01a4
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to