GNOME Bugzilla – Bug 694221
missing 'libraries' reference in .typelibs
Last modified: 2013-02-26 20:51:46 UTC
Having created packages for gjs 1.35.8 on openSUSE (where we make use of the automatic g-ir-dep-tool for package dependencies), I've remarked that: - three new typelibs are being installed in ${libdir}/gjs/girepository-1.0/ (GIMarshallingTests, Regress & WarnLib) - Those three .typelibs reference shared library files which are not being installed into the system: => libregress.so => libwarnlib.so => libgimarshallingtests.so Is this an error in the installation or are those typelibs indeed referencing libs that should be installed as well? Or should the typelibs themselves not be installed? (The typelibs also do not reference 'versioned' objects as most others do, like Gtk-3.0.typelib references libgtk-3.so.0 for example)
The typelibs should not be installed.
Created attachment 237312 [details] [review] 0001-build-Don-t-install-test-typelibs.patch
Review of attachment 237312 [details] [review]: Looks good