From 8b0aed14292def1734acffd74688ab1562562a8c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <corse...@fedoraproject.org>
Date: Sat, 30 Jan 2016 06:53:18 +0100
Subject: Modernize spec.

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

diff --git a/perl-Set-Tiny.spec b/perl-Set-Tiny.spec
index 673026b..7006697 100644
--- a/perl-Set-Tiny.spec
+++ b/perl-Set-Tiny.spec
@@ -1,6 +1,6 @@
 Name:           perl-Set-Tiny
 Version:        0.03
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Simple sets of strings
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -20,14 +20,11 @@ checking whether one is contained within the other.
 %setup -q -n Set-Tiny-%{version}
 
 %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 {} \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -39,6 +36,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jan 30 2016 Ralf Corsépius <corse...@fedoraproject.org> - 0.03-2
+- Modernize spec.
+
 * Sun Aug 30 2015 Ralf Corsépius <corse...@fedoraproject.org> - 0.03-1
 - Upstream update.
 
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Set-Tiny.git/commit/?h=f23&id=8b0aed14292def1734acffd74688ab1562562a8c
--
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