From 95d3ea2bd19f3ce756d0b73088de46358985d4ad Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Mon, 25 Jan 2016 17:38:08 +0100 Subject: [PATCH] Clean up the spec file --- perl-Carp-Always.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/perl-Carp-Always.spec b/perl-Carp-Always.spec index d0d6479..2a998fa 100644 --- a/perl-Carp-Always.spec +++ b/perl-Carp-Always.spec @@ -1,9 +1,9 @@ Name: perl-Carp-Always Version: 0.13 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Warn and die in Perl noisily with stack backtraces License: GPL+ or Artistic -Group: Development/Libraries + URL: http://search.cpan.org/dist/Carp-Always/ Source0: http://www.cpan.org//authors/id/F/FE/FERREIRA/Carp-Always-%{version}.tar.gz BuildArch: noarch @@ -30,7 +30,7 @@ complain loudly with stack backtraces when warn()ing or die()ing. %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} # Recode @@ -41,10 +41,6 @@ mv README.utf8 README %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/* @@ -59,6 +55,10 @@ make test %changelog +* Mon Jan 25 2016 Emmanuel Seyman - 0.13-6 +- Remove Group macro +- Pass NO_PACKLIST=1 to Makefile.PL + * Thu Jun 18 2015 Fedora Release Engineering - 0.13-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild