rpms/emacs-vm/FC-6 emacs-vm.spec,1.13,1.14

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Mon Aug 6 15:56:13 UTC 2007


Author: jgu

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

Modified Files:
	emacs-vm.spec 
Log Message:
* Mon Aug  6 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.2.482-3
- Fix pixmap installation directory



Index: emacs-vm.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-vm/FC-6/emacs-vm.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- emacs-vm.spec	4 Aug 2007 23:13:53 -0000	1.13
+++ emacs-vm.spec	6 Aug 2007 15:55:40 -0000	1.14
@@ -20,7 +20,7 @@
 Summary: Emacs VM mailreader
 Name: emacs-vm
 Version: %{vmversion}.%{devoversion}
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Applications/Internet
 URL: http://www.nongnu.org/viewmail/
@@ -86,7 +86,8 @@
 make install \
   prefix=%{buildroot}%{_prefix} \
   bindir=%{buildroot}%{_bindir} \
-  info_dir=%{buildroot}%{_infodir}
+  info_dir=%{buildroot}%{_infodir} \
+  pixmapdir=%{buildroot}%{pixmapdir}
 
 # Copy source lisp files into buildroot for emacs-vm-el sub-package
 (cd lisp ; install -m 644 *.el %{buildroot}%{pkgdir})
@@ -135,6 +136,9 @@
 %{pkgdir}/*.el
 
 %changelog
+* Mon Aug  6 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.2.482-3
+- Fix pixmap installation directory
+
 * Sun Aug  5 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.2.482-2
 - Correct previous changelog entry
 - Correct error in source .tgz filename




More information about the fedora-extras-commits mailing list