rpms/emacs-vm/F-8 emacs-vm.spec,1.32,1.33

Jonathan G. Underwood jgu at fedoraproject.org
Wed Nov 19 22:37:32 UTC 2008


Author: jgu

Update of /cvs/extras/rpms/emacs-vm/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19611

Modified Files:
	emacs-vm.spec 
Log Message:
* Wed Nov 19 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.12-2
- Re-add u-vm-color.el to lisp/Makefile.in
- Fix spec file typo in install command that installs the uncompiled lisp files



Index: emacs-vm.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-vm/F-8/emacs-vm.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- emacs-vm.spec	7 Nov 2008 00:42:58 -0000	1.32
+++ emacs-vm.spec	19 Nov 2008 22:37:02 -0000	1.33
@@ -29,7 +29,7 @@
 Summary: Emacs VM mailreader
 Name: emacs-vm
 Version: 8.0.12
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/Internet
 URL: http://www.nongnu.org/viewmail/
@@ -68,6 +68,10 @@
 %prep
 %setup -q -n vm-%{version}
 
+# Add missing entry for u-vm-color.el to lisp Makefile.in
+# This shouldn't be necessary after 8.0.12 
+sed -i -e '/SOURCES += tapestry.el/ a SOURCES += u-vm-color.el' lisp/Makefile.in
+
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
 %configure
@@ -86,7 +90,7 @@
   pixmapdir=%{buildroot}%{pixmapdir}
 
 # Copy source lisp files into buildroot for emacs-vm-el sub-package
-(cd lisp ; install -m -p 644 *.el %{buildroot}%{pkgdir})
+(cd lisp ; install -p -m 644 *.el %{buildroot}%{pkgdir})
 
 # Create initialization file.
 install -d %{buildroot}/%{emacs_startdir}
@@ -132,6 +136,10 @@
 %{pkgdir}/*.el
 
 %changelog
+* Wed Nov 19 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.12-2
+- Re-add u-vm-color.el to lisp/Makefile.in
+- Fix spec file typo in install command that installs the uncompiled lisp files
+
 * Fri Nov  7 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.12-1
 - Update to version 8.0.12
 - Remove u-vm-color.el (now included with upstream VM)




More information about the fedora-extras-commits mailing list