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

Jens Petersen (petersen) fedora-extras-commits at redhat.com
Fri Aug 4 08:36:46 UTC 2006


Author: petersen

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

Modified Files:
	flim.spec 
Added Files:
	flim-xemacs-batch-autoloads.patch 
Log Message:
- update to 1.14.8
- add flim-xemacs-batch-autoloads.patch to fix generation of autoload file
  for xemacs-21.5


flim-xemacs-batch-autoloads.patch:

--- NEW FILE flim-xemacs-batch-autoloads.patch ---
--- flim-1.14.7/FLIM-MK~	2002-11-15 16:54:10.000000000 +0900
+++ flim-1.14.7/FLIM-MK	2006-08-04 17:31:09.000000000 +0900
@@ -71,7 +71,7 @@
 
   (setq autoload-package-name "flim")
   (add-to-list 'command-line-args-left ".")
-  (batch-update-directory)
+  (batch-update-directory-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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flim.spec	30 May 2005 06:49:54 -0000	1.1
+++ flim.spec	4 Aug 2006 08:36:46 -0000	1.2
@@ -3,8 +3,8 @@
 
 Summary: Basic library for handling email messages for Emacs
 Name: flim
-Version: 1.14.7
-Release: 3
+Version: 1.14.8
+Release: 1%{?dist}
 License: GPL
 Group: Applications/Editors
 URL: http://cvs.m17n.org/elisp/FLIM/index.html.ja.iso-2022-jp
@@ -14,11 +14,13 @@
 Source: ftp://ftp.m17n.org/pub/mule/flim/flim-1.14/%{name}-%{version}.tar.gz
 Requires: apel
 PreReq: /sbin/install-info
+Patch1: flim-xemacs-batch-autoloads.patch
 
 %description
 FLIM is a library to provide basic features about message
 representation and encoding for Emacs.
 
+
 %package xemacs
 Summary: Basic library for handling email messages for XEmacs
 Group: Applications/Editors
@@ -29,13 +31,17 @@
 FLIM is a library to provide basic features about message
 representation and encoding for Emacs.
 
+
 %prep
 %setup -q
+%patch1 -p1 -b .1-pkg-autoload
+
 
 %build
 rm -f mailcap*
 make LISPDIR=$RPM_BUILD_ROOT%{lispdir}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -43,20 +49,29 @@
 make clean
 make EMACS=xemacs PACKAGEDIR=$RPM_BUILD_ROOT%{pkgdir} install-package
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %files
 %defattr (-, root, root)
 %doc FLIM-API.en README.en README.ja
 %{lispdir}
 
+
 %files xemacs
 %defattr (-, root, root)
 %doc README.en README.ja
 %{pkgdir}
 
+
 %changelog
+* Fri Aug  4 2006 Jens Petersen <petersen at redhat.com> - 1.14.8-1
+- update to 1.14.8
+- add flim-xemacs-batch-autoloads.patch to fix generation of autoloads
+  for xemacs-21.5
+
 * Mon May 30 2005 Jens Petersen <petersen at redhat.com> - 1.14.7-3
 - Initial import into Extras
 - restore xemacs subpackage
@@ -120,4 +135,4 @@
 
 * Fri Oct 26 2001 Akira TAGOH <tagoh at redhat.com> 1.14.3-1
 - Initial release.
-  Spearated from semi package.
+  Separated from semi package.




More information about the fedora-extras-commits mailing list