[Bug 239939] Review Request: libgii - GGI (General Graphics Interface) toolkit

bugzilla at redhat.com bugzilla at redhat.com
Wed May 30 10:54:38 UTC 2007


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

Summary: Review Request: libgii - GGI (General Graphics Interface) toolkit


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





------- Additional Comments From matthias at rpmforge.net  2007-05-30 06:54 EST -------
Oh, blockers now : The package does not own %{_libdir}/ggi/ and the devel
package does not own %{_includedir}/ggi/. Please replace the lines :

%{_libdir}/ggi/*
%{_includedir}/ggi/*

With :

%{_libdir}/ggi/
%{_includedir}/ggi/

Or (but it's longer) :
%dir %{_libdir}/ggi/
%{_libdir}/ggi/*
%dir %{_includedir}/ggi/
%{_includedir}/ggi/*

You'll also need to add :
%dir %{_sysconfdir}/ggi/

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list