Kees Cook wrote:
On Fri, Dec 03, 2004 at 12:29:03AM +0100, Jogchum Reitsma wrote:
Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/inkscape-0.40-root error: Installed (but unpackaged) file(s) found: /usr/lib/inkscape/plugins/libgimpgrad.a /usr/lib/inkscape/plugins/libgimpgrad.la /usr/lib/inkscape/plugins/libgimpgrad.so.0.0.0
Hm. I'm not sure why these weren't caught during packaging, but to solve it, under the %files section, I think you can add:
%{_libdir}/plugins/*
Let me know if that works. I'll add it to the spec file in CVS if it does.
(By mistake I sent this posting to Kees Cook - sorry Kees)
Hi
Thanks for your hint; I think I getting somewhat further, but now rpmbuild fails on the following:
+ RPM_BUILD_ROOT=/var/tmp/inkscape-0.40-root + export RPM_BUILD_ROOT + test -x /usr/sbin/Check -a 1000 = 0 -o -x /usr/sbin/Check -a '!' -z /var/tmp/inkscape-0.40-root + echo 'I call /usr/sbin/Check...' I call /usr/sbin/Check... + /usr/sbin/Check -rw-r--r-- 1 jogchum users 8283 2004-12-03 23:48 /var/tmp/inkscape-0.40-root//usr/share/man/man1/inkscape.1.gz -rw-r--r-- 1 jogchum users 794 2004-12-03 23:48 /var/tmp/inkscape-0.40-root//usr/share/man/man1/inkview.1.gz Checking permissions and ownerships - using the permissions files /tmp/Check.perms.J29072 setting /var/tmp/inkscape-0.40-root/ to root:root 0755. (wrong owner/group jogchum:users) setting /var/tmp/inkscape-0.40-root/usr to root:root 0755. (wrong owner/group jogchum:users) + /usr/lib/rpm/brp-compress Processing files: inkscape-0.40-CVS error: File not found by glob: /var/tmp/inkscape-0.40-root/usr/lib/plugins/*
Inideed, the plugins dir is not
/var/tmp/inkscape-0.40-root/usr/lib/plugins/
but
/var/tmp/inkscape-0.40-root/usr/lib/inkscape/plugins/
How do I set this right?
kind greetings, Jogchum