rpms/emacs-vm/F-8 emacs-vm.spec,1.24,1.25

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Sun Nov 18 17:57:46 UTC 2007


Author: jgu

Update of /cvs/extras/rpms/emacs-vm/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27837

Modified Files:
	emacs-vm.spec 
Log Message:
* Sun Nov 18 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.5.504-2
- Add -p option to install when copying source elisp files into buildroot to
  preserve mtimes (BZ #389081)



Index: emacs-vm.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-vm/F-8/emacs-vm.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- emacs-vm.spec	11 Nov 2007 11:23:44 -0000	1.24
+++ emacs-vm.spec	18 Nov 2007 17:57:14 -0000	1.25
@@ -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/
@@ -99,7 +99,7 @@
   pixmapdir=%{buildroot}%{pixmapdir}
 
 # Copy source lisp files into buildroot for emacs-vm-el sub-package
-(cd lisp ; install -m 644 *.el %{buildroot}%{pkgdir})
+(cd lisp ; install -m -p 644 *.el %{buildroot}%{pkgdir})
 
 # Create initialization file.
 install -d %{buildroot}/%{emacs_startdir}
@@ -145,6 +145,10 @@
 %{pkgdir}/*.el
 
 %changelog
+* Sun Nov 18 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.5.504-2
+- Add -p option to install when copying source elisp files into buildroot to
+  preserve mtimes (BZ #389081)
+
 * Sun Nov 11 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.5.504-1
 - Update to version 8.0.5
 - Remove patch to fix Makefile from 8.0.3




More information about the fedora-extras-commits mailing list