[Bug 503256] Review Request: gtkmm-utils - C++ utility and widget library based on glibmm and gtkmm

bugzilla at redhat.com bugzilla at redhat.com
Sun May 31 21:12:51 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=503256





--- Comment #20 from Jussi Lehtola <jussi.lehtola at iki.fi>  2009-05-31 17:12:50 EDT ---
(In reply to comment #17)
> Should i remove all of the following file as well?

Yes, the .o files are object files resulting from compilation of the source
code units.

(In reply to comment #19)
> %install
> rm -rf $RPM_BUILD_ROOT
> make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
> find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
> rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/gtkmm-utils-devel-0.4.0/examples/.deps/
> rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/gtkmm-utils-devel-0.4.0/examples/.libs/
> chmod 755 $RPM_BUILD_ROOT%{_libdir}/libglibmm-utils.so.2.0.0
> chmod 755 $RPM_BUILD_ROOT%{_libdir}/libgtkmm-utils.so.2.0.0
> 
> ------------------------------------------
> I have tried this and nearly every combination of directory even hard coding
> the relevant directory in and nothing gets removed? The .libs and .deps will
> not shift is there any reason you could suggest as to why it isnt working
> rpmlint hints (-i flag) dont give much guidance here and internet is being
> friendly either.  

You just need to
 rm -rf examples/.libs examples/.deps
as the %doc listing pulls them in after the install phase.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list