diff --git a/perl-Algorithm-Dependency.spec b/perl-Algorithm-Dependency.spec index f0c132e..f3647cc 100644 --- a/perl-Algorithm-Dependency.spec +++ b/perl-Algorithm-Dependency.spec @@ -1,6 +1,6 @@ Name: perl-Algorithm-Dependency Version: 1.110 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Algorithmic framework for implementing dependency trees License: GPL+ or Artistic Group: Development/Libraries @@ -30,12 +30,11 @@ items in the set, and require actions on them as well. %setup -q -n Algorithm-Dependency-%{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 -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -43,12 +42,17 @@ chmod -R u+w $RPM_BUILD_ROOT/* make test AUTOMATED_TESTING=1 %files -%defattr(-,root,root,-) -%doc Changes LICENSE +%doc Changes +%license LICENSE %{perl_vendorlib}/Algorithm %{_mandir}/man3/* %changelog +* Tue Jan 26 2016 Ralf Corsépius - 1.110-20 +- Remove %%defattr. +- Add %%license. +- Use NO_PACKLIST. + * Thu Jun 18 2015 Fedora Release Engineering - 1.110-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild