Clean up the spec file

epel9
Emmanuel Seyman 9 years ago
parent 788ef1116f
commit 95d3ea2bd1

@ -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 <emmanuel@seyman.fr> - 0.13-6
- Remove Group macro
- Pass NO_PACKLIST=1 to Makefile.PL
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

Loading…
Cancel
Save