Bug 1622944 - package ships libtool archive files
Summary: package ships libtool archive files
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: mutter
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Florian Müllner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-08-28 08:38 UTC by Fabio Valentini
Modified: 2018-11-17 17:23 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2018-11-17 17:23:52 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Fabio Valentini 2018-08-28 08:38:54 UTC
package ships libtool archive files

According to the Packaging Guidelines
https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_Static_Libraries
"Libtool archives, foo.la files, SHOULD NOT be included".

This package ships multiple *.la files in the &{_libdir}/mutter/ folder.

The libtool archives can be removed from the buildroot by calling
$ find %{buildroot} -name "*.la" -print -delete
at the end of %install.


List of files from f28 (also present on f29+):
/usr/lib64/mutter/libmutter-clutter-2.la
/usr/lib64/mutter/libmutter-cogl-2.la
/usr/lib64/mutter/libmutter-cogl-pango-2.la
/usr/lib64/mutter/libmutter-cogl-path-2.la


Note You need to log in before you can comment on or make changes to this bug.