rpms/flim/devel flim-xemacs-batch-autoloads.patch, 1.1, 1.2 flim.spec, 1.2, 1.3

Jens Petersen (petersen) fedora-extras-commits at redhat.com
Fri Aug 4 09:30:04 UTC 2006


Author: petersen

Update of /cvs/extras/rpms/flim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25406

Modified Files:
	flim-xemacs-batch-autoloads.patch flim.spec 
Log Message:
create dummy auto-autoloads.el and custom-load.el to placate
batch-update-autoloads


flim-xemacs-batch-autoloads.patch:

Index: flim-xemacs-batch-autoloads.patch
===================================================================
RCS file: /cvs/extras/rpms/flim/devel/flim-xemacs-batch-autoloads.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flim-xemacs-batch-autoloads.patch	4 Aug 2006 08:36:46 -0000	1.1
+++ flim-xemacs-batch-autoloads.patch	4 Aug 2006 09:30:03 -0000	1.2
@@ -5,7 +5,7 @@
    (setq autoload-package-name "flim")
    (add-to-list 'command-line-args-left ".")
 -  (batch-update-directory)
-+  (batch-update-directory-autoloads)
++  (batch-update-autoloads)
  
    (add-to-list 'command-line-args-left ".")
    (Custom-make-dependencies)


Index: flim.spec
===================================================================
RCS file: /cvs/extras/rpms/flim/devel/flim.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- flim.spec	4 Aug 2006 08:36:46 -0000	1.2
+++ flim.spec	4 Aug 2006 09:30:03 -0000	1.3
@@ -45,8 +45,14 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
+# build for emacs
 %makeinstall PREFIX=$RPM_BUILD_ROOT%{_prefix} LISPDIR=$RPM_BUILD_ROOT%{lispdir}
+
 make clean
+
+# build for xemacs
+## hack for batch-update-autoloads
+touch auto-autoloads.el custom-load.el
 make EMACS=xemacs PACKAGEDIR=$RPM_BUILD_ROOT%{pkgdir} install-package
 
 




More information about the fedora-extras-commits mailing list