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: clips - Tools for developing expert systems https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=195420 ------- Additional Comments From gemi@xxxxxxxxxx 2006-06-19 06:00 EST ------- I think, clips-libs should contain only the necessary files, i.e., the documentation should probably go to clips-docs (maybe then ALL docs can go to clips-docs). clips-libs contains /usr/share/clips/clips.hlp alright, since this is required by the shared libraries. BTW the spec file in the src rpm is not exactly the same as the one you posted, the one contains %{_datadir}/%{name}/clips.hlp, the other %{_datadir}/%{name}. The latter is the correct one, of course. clips-xclips does not need to depend on clips anymore. The emacs files got to %{_datadir}/emacs/site-lisp. However you must set (defvar inferior-clips-program "clips" ... in the inf-clips.el file. Then you drop a file clips-init.el into %{_datadir}/emacs/site-lisp/site-start.d with the following content: (autoload 'clips-mode "clips-mode" "Clips editing mode." t) (autoload 'run-clips "inf-clips" "Run Clips." t) (add-to-list 'auto-mode-alist '("\\.clp$" . clips-mode)) Add the files to the clips package using %{_datadir}/emacs/site-lisp in the %files section. -- 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. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review