From 1b4d0ed8a5d08bc6397c31c85a0094598e1c2130 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <corse...@fedoraproject.org>
Date: Fri, 29 Jan 2016 09:41:13 +0100
Subject: Modernize spec.

---
 perl-Want.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/perl-Want.spec b/perl-Want.spec
index b27cfbd..3cf0327 100644
--- a/perl-Want.spec
+++ b/perl-Want.spec
@@ -1,6 +1,6 @@
 Name:          perl-Want
 Version:       0.26
-Release:       3%{?dist}
+Release:       4%{?dist}
 Summary:       Perl module implementing a generalisation of wantarray
 License:       GPL+ or Artistic
 Group:                 Development/Libraries
@@ -20,14 +20,11 @@ how its return value is going to be immediately used.
 %setup -q -n Want-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="${RPM_OPT_FLAGS}"
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="${RPM_OPT_FLAGS}" 
NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -40,6 +37,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 29 2016 Ralf Corsépius <corse...@fedoraproject.org> - 0.26-4
+- Modernize spec.
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 0.26-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.11.2


        
http://pkgs.fedoraproject.org/cgit/perl-Want.git/commit/?h=master&id=1b4d0ed8a5d08bc6397c31c85a0094598e1c2130
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to