rpms/emacs-vm/devel emacs-vm.spec,1.30,1.31

Jonathan G. Underwood jgu at fedoraproject.org
Mon Sep 29 20:37:59 UTC 2008


Author: jgu

Update of /cvs/extras/rpms/emacs-vm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29680

Modified Files:
	emacs-vm.spec 
Log Message:
* Mon Sep 29 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.11.581-2
- Add vm-revno.el to lisp files



Index: emacs-vm.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-vm/devel/emacs-vm.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- emacs-vm.spec	27 Sep 2008 11:39:40 -0000	1.30
+++ emacs-vm.spec	29 Sep 2008 20:37:29 -0000	1.31
@@ -35,7 +35,7 @@
 Summary: Emacs VM mailreader
 Name: emacs-vm
 Version: %{vmversion}.%{devoversion}
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/Internet
 URL: http://www.nongnu.org/viewmail/
@@ -77,9 +77,10 @@
 
 # Add u-vm-color.el and patch Makefile.in to byte compile u-vm-color.el
 cp %{SOURCE1} lisp
-(cd lisp
-mv Makefile.in Makefile.in.bak
-sed -e '/SOURCES =/ a SOURCES += u-vm-color.el' Makefile.in.bak > Makefile.in)
+sed -i -e '/SOURCES =/ a SOURCES += u-vm-color.el' lisp/Makefile.in
+
+# Add vm-revno.el to sources - this is missing in 8.0.11
+sed -i -e '/SOURCES =/ a SOURCES += vm-revno.el' lisp/Makefile.in
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -145,6 +146,9 @@
 %{pkgdir}/*.el
 
 %changelog
+* Mon Sep 29 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.11.581-2
+- Add vm-revno.el to lisp files
+
 * Sat Sep 27 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.11.581-1
 - Update to 8.0.11-581
 




More information about the fedora-extras-commits mailing list