Thanks for the help!
Actually I needed to put yet another line into the spec file, but based on the
previous post it wasn't _that_ hard :)
It said now:
[i]
pkgbuild:
/export/home/build2/packages/PKGS/SFEgnome-commander/reloc/share/pixmaps/gnome-commander/toggle_vertical.xpm
pkgbuild: ## Validating control scripts.
pkgbuild: ## Packaging complete.
pkgbuild: error: Installed (but unpackaged) file(s) found:
pkgbuild: /usr/share/omf/gnome-commander
pkgbuild: pkgbuild: SFEgnome-commander.spec(137): Installed (but unpackaged)
file(s) found
--- command output ends --- finished at Tue Jul 24 15:26:54 CEST 2007
INFO: pkgbuild -ba finished at Tue Jul 24 15:26:54 CEST 2007
ERROR: SFEgnome-commander FAILED
INFO: Check the build log in /tmp/SFEgnome-commander.log for details
[/i]
So the diff now looks:
[b]
--- SFEgnome-commander.spec.orig K j?l. 24 15:38:09 2007
+++ SFEgnome-commander.spec K j?l. 24 15:28:37 2007
@@ -105,7 +105,9 @@
%{_datadir}/applications/*
%dir %attr (0755, root, other) %{_datadir}/gnome
%{_datadir}/gnome/help/*/C
-%{_datadir}/omf/gnome-commander/gnome-commander-C.omf
+%dir %attr(0755, root, bin) %{_datadir}/omf
+%dir %attr(0755, root, bin) %{_datadir}/omf/gnome-commander
+#%{_datadir}/omf/gnome-commander/gnome-commander-C.omf
%dir %attr(0755, root, bin) %{_mandir}
%dir %attr(0755, root, bin) %{_mandir}/man1
%{_mandir}/man1/gnome-commander.1
[/b]
GCMD works now! :)
Thanks very much for both of you!
This message posted from opensolaris.org