Remove libtool .la files from private libs

https://bugzilla.redhat.com/show_bug.cgi?id=1622944
This commit is contained in:
Kalev Lember 2018-11-17 18:22:55 +01:00
parent d3a743c74f
commit 66f37d73e5

View File

@ -8,7 +8,7 @@
Name: mutter Name: mutter
Version: 3.31.2 Version: 3.31.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: Window and compositing manager based on Clutter Summary: Window and compositing manager based on Clutter
License: GPLv2+ License: GPLv2+
@ -148,8 +148,8 @@ make %{?_smp_mflags} V=1
%install %install
%make_install %make_install
#Remove libtool archives. # Remove libtool archives
rm -rf %{buildroot}/%{_libdir}/*.la find %{buildroot} -name "*.la" -print -delete
%find_lang %{name} %find_lang %{name}
@ -189,6 +189,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%{_datadir}/mutter-%{mutter_api_version}/tests %{_datadir}/mutter-%{mutter_api_version}/tests
%changelog %changelog
* Sat Nov 17 2018 Kalev Lember <klember@redhat.com> - 3.31.2-2
- Remove libtool .la files from private libs (#1622944)
* Wed Nov 14 2018 Florian Müllner <fmuellner@redhat.com> - 3.31.2-1 * Wed Nov 14 2018 Florian Müllner <fmuellner@redhat.com> - 3.31.2-1
- Update to 3.31.2 - Update to 3.31.2