From 1be083eacb2b757235d1638a8152cb0e6dc5c03f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <[email protected]>
Date: Sat, 30 Jan 2016 06:50:46 +0100
Subject: Modernize spec.
---
perl-Test-Script.spec | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index 8fcb284..32580fc 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,6 +1,6 @@
Name: perl-Test-Script
Version: 1.10
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Cross-platform basic tests for scripts
License: GPL+ or Artistic
Group: Development/Libraries
@@ -38,15 +38,11 @@ in the bin directory of your Perl distribution.
%setup -q -n Test-Script-%{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 {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
%{_fixperms} $RPM_BUILD_ROOT/*
%check
@@ -61,6 +57,9 @@ make test
%{_mandir}/man3/*
%changelog
+* Sat Jan 30 2016 Ralf Corsépius <[email protected]> - 1.10-5
+- Modernize spec.
+
* Thu Jun 18 2015 Fedora Release Engineering <[email protected]>
- 1.10-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f22&id=1be083eacb2b757235d1638a8152cb0e6dc5c03f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]