Update to 2.13
- New upstream release 2.13 - Not all information was extracted from the Apache tables - Simplify find command using -delete
This commit is contained in:
parent
33730ed5b9
commit
64a8fd5939
@ -8,8 +8,8 @@
|
||||
%endif
|
||||
|
||||
Name: perl-MIME-Types
|
||||
Version: 2.12
|
||||
Release: 2%{?dist}
|
||||
Version: 2.13
|
||||
Release: 1%{?dist}
|
||||
Summary: MIME types module for Perl
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -82,7 +82,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
@ -108,6 +108,11 @@ rm -rf %{buildroot}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Mar 8 2016 Paul Howarth <paul@city-fan.org> - 2.13-1
|
||||
- Update to 2.13
|
||||
- Not all information was extracted from the Apache tables
|
||||
- Simplify find command using -delete
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user