rpms/emacs-vm/FC-6 emacs-vm.spec,1.18,1.19

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Wed Aug 22 11:40:15 UTC 2007


Author: jgu

Update of /cvs/extras/rpms/emacs-vm/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25583

Modified Files:
	emacs-vm.spec 
Log Message:
* Wed Aug 22 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.3.495-1.3
- Fix bug with vm-cus-load.el not being gnerated, second attempt



Index: emacs-vm.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-vm/FC-6/emacs-vm.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- emacs-vm.spec	21 Aug 2007 23:11:05 -0000	1.18
+++ emacs-vm.spec	22 Aug 2007 11:39:42 -0000	1.19
@@ -19,7 +19,7 @@
 Summary: Emacs VM mailreader
 Name: emacs-vm
 Version: %{vmversion}.%{devoversion}
-Release: 1%{?dist}.2
+Release: 1%{?dist}.3
 License: GPLv2+
 Group: Applications/Internet
 URL: http://www.nongnu.org/viewmail/
@@ -73,8 +73,9 @@
 
 # Nasty hack to fix the bug which stops vm-cus-load.el being used. This should
 # not be needed for any version other than 8.0.3
+(cd lisp
 mv Makefile.in Makefile.in.bak
-sed -e 's/vm-cus-load/cus-load/g' Makefile.in.bak > Makefile.in
+sed -e 's/vm-cus-load/cus-load/g' Makefile.in.bak > Makefile.in)
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -140,6 +141,9 @@
 %{pkgdir}/*.el
 
 %changelog
+* Wed Aug 22 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.3.495-1.3
+- Fix bug with vm-cus-load.el not being gnerated, second attempt
+
 * Wed Aug 22 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.3.495-1.2
 - Fix bug with vm-cus-load.el not being gnerated
 




More information about the fedora-extras-commits mailing list