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:
Paul Howarth 2016-03-08 09:41:36 +00:00
parent 33730ed5b9
commit 64a8fd5939
2 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -1 +1 @@
bbd17e44183d0e958edd27ebf4673272 MIME-Types-2.12.tar.gz
f2892ae9e6ea660a58746699c3924817 MIME-Types-2.13.tar.gz