rpms/aplus-fsf/devel aplus-fsf-lpath.el, NONE, 1.1 aplus-fsf.spec, 1.47, 1.48

Jochen Schmitt s4504kr at fedoraproject.org
Thu Jul 30 16:33:06 UTC 2009


Author: s4504kr

Update of /cvs/extras/rpms/aplus-fsf/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10934

Modified Files:
	aplus-fsf.spec 
Added Files:
	aplus-fsf-lpath.el 
Log Message:
Add a lpath.el path do define XEmacs search path


--- NEW FILE aplus-fsf-lpath.el ---
;;; This file is only used for installing AUCTeX.
;;; It is not a part of aplus-fsf.el itself.

;; Make sure we get the right files.
(setq load-path (cons "." load-path)
      byte-compile-warnings nil


Index: aplus-fsf.spec
===================================================================
RCS file: /cvs/extras/rpms/aplus-fsf/devel/aplus-fsf.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -r1.47 -r1.48
--- aplus-fsf.spec	30 Jul 2009 16:02:39 -0000	1.47
+++ aplus-fsf.spec	30 Jul 2009 16:33:06 -0000	1.48
@@ -19,7 +19,7 @@
 %define _x11lib %{_libdir}
 %define _x11appdef %{_x11pref}/app-defaults
 
-%define elcc xemacs -batch -q -no-site-file -no-init-file -f batch-byte-compile
+%define elcc xemacs -batch -q -no-site-file -no-init-file -l lpath.el -f batch-byte-compile
 
 Name: %name
 Version: 4.22.4
@@ -37,6 +37,7 @@ Source2: aplus-fsf.wrapper
 Source3: aplus-fsf-aplterm
 Source4: aplus-fsf-xterm-apl
 Source5: aplus-fsf-readme
+Source6: aplus-fsf-lpath.el
 
 Patch1: aplus-fsf-4.22.4-makefile.patch
 Patch3: aplus-fsf-4.20-el.patch
@@ -167,11 +168,13 @@ rm -rf $RPM_BUILD_ROOT/%{_prefix}/lisp*
 rm -rf $RPM_BUILD_ROOT/%{_prefix}/contrib
 
 pushd $RPM_BUILD_ROOT/%{xemacs_lispdir}/aplus-fsf
+cp %{SOURCE6} lpath.el
 %{elcc} a.el
 %{elcc} a-font.el
 %{elcc} keyb.el
 %{elcc} xa.el
 %{elcc} aplus.el
+rm lpath.el
 popd
 
 install -m 0755 %{SOURCE3} $RPM_BUILD_ROOT/%{_bindir}/xterm-apl




More information about the fedora-extras-commits mailing list