Revert .la file deletion

This commit is contained in:
Michael Cronenworth 2018-08-28 13:29:23 -05:00
parent 67333c324e
commit 9d8b4b984c
1 changed files with 6 additions and 3 deletions

View File

@ -10,7 +10,7 @@ Epoch: 1
Epoch: 0
%endif
Version: %{VER}.%{Patchlevel}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: An X application for displaying and manipulating images
Group: Applications/Multimedia
License: ImageMagick
@ -204,8 +204,8 @@ find %{buildroot} -name "*.bs" |xargs rm -f
find %{buildroot} -name ".packlist" |xargs rm -f
find %{buildroot} -name "perllocal.pod" |xargs rm -f
# remove libtool files
find %{buildroot} -name "*.la" |xargs rm -f
# Do NOT remove .la files for codecs
# https://bugzilla.novell.com/show_bug.cgi?id=579798
# perlmagick: build files list
echo "%defattr(-,root,root,-)" > perl-pkg-files
@ -331,6 +331,9 @@ make %{?_smp_mflags} check
%doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt
%changelog
* Tue Aug 28 2018 Michael Cronenworth <mike@cchtml.com> - 1:6.9.10.10-2
- Always ship .la files for codecs
* Tue Aug 28 2018 Michael Cronenworth <mike@cchtml.com> - 1:6.9.10.10-1
- Update to 6.9.10-10