From d1dfbaacbed968bfa4f107f4257eb03344bddaf7 Mon Sep 17 00:00:00 2001 From: Richard Fearn Date: Jan 08 2019 21:29:23 +0000 Subject: Don't create .packlist files at build time --- diff --git a/perl-App-ccdiff.spec b/perl-App-ccdiff.spec index f16c062..5ae6126 100644 --- a/perl-App-ccdiff.spec +++ b/perl-App-ccdiff.spec @@ -1,6 +1,6 @@ Name: perl-App-ccdiff Version: 0.26 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Colored Character diff License: Artistic 2.0 @@ -49,13 +49,12 @@ the changed lines. %build -perl Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 %make_build %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* @@ -74,6 +73,9 @@ make test %changelog +* Mon Jan 07 2019 Richard Fearn 0.26-3 +- Don't create .packlist files at build time + * Mon Jan 07 2019 Richard Fearn 0.26-2 - Add missing BuildRequires and Requires