rpms/emacs-vm/devel .cvsignore, 1.4, 1.5 emacs-vm.spec, 1.4, 1.5 sources, 1.4, 1.5

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Sun Mar 18 21:19:16 UTC 2007


Author: jgu

Update of /cvs/extras/rpms/emacs-vm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12899

Modified Files:
	.cvsignore emacs-vm.spec sources 
Log Message:
* Sun Mar 18 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 7.19.devo282-9
- Redefine version to include vmrf patch version (devo282)
- Remove pointless %{pkg} macro
- Add new pixmaps with better sizing (still ugly though)
- Renamed the vmrf patch to include the version



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/emacs-vm/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	10 Feb 2007 20:54:18 -0000	1.4
+++ .cvsignore	18 Mar 2007 21:18:44 -0000	1.5
@@ -1,5 +1,6 @@
 vm-7.19.tar.gz
-vm-7.19.070203.patch.gz
+vm-7.19-devo-282.patch.gz
+pixmaps-small-fuzzy.tar.gz
 u-vm-color.el
 vcard.el
 vm-vcard.el


Index: emacs-vm.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-vm/devel/emacs-vm.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- emacs-vm.spec	10 Feb 2007 20:54:18 -0000	1.4
+++ emacs-vm.spec	18 Mar 2007 21:18:44 -0000	1.5
@@ -1,7 +1,7 @@
 # Upstream vm (http://www.wonderworks.com/vm/) seems to be currently
 # unmaintained. This package adds the patchset maintained by Robert Widhopf-Fenk
 # (http://www.robf.de/Hacking/elisp/vm-7.19.patch.gz).I have manually added a
-# minor version number to the patch (YYMMDD) to indicate when it was downloaded.
+# version number to the patch filename.
 #
 # Vcard handling has been added - see Source21-22. These were pulled from
 # http://www.splode.com/users/friedman/software/emacs-lisp/ on 10th February
@@ -10,20 +10,24 @@
 # Font-lock support of message bodies was added (Source31) from 
 # http://de.geocities.com/ulf_jasper/emacs.html on 10th February 2007.
 
-%define pkg vm
+%define vmversion 7.19
+%define vmrfversion devo282
 
 Summary: Emacs VM mailreader
-Name: emacs-%{pkg}
-Version: 7.19
-Release: 8%{?dist}
+Name: emacs-vm
+Version: %{vmversion}.%{vmrfversion}
+Release: 9%{?dist}
 License: GPL
 Group: Applications/Internet
 URL: http://www.wonderworks.com/vm/
-Source0: http://www.seanet.com/~kylemonger/vm/%{pkg}-%{version}.tar.gz
+
+Source0: http://www.seanet.com/~kylemonger/vm/vm-%{version}.tar.gz
+Source1: pixmaps-small-fuzzy.tar.gz
 Source21: vcard.el
 Source22: vm-vcard.el
 Source31: u-vm-color.el
-Patch0: vm-7.19.070203.patch.gz
+Patch0: vm-7.19-devo-282.patch.gz
+
 Requires: emacs
 Requires(pre): /sbin/install-info 
 Requires(post): /sbin/install-info 
@@ -39,7 +43,7 @@
 digests, message forwarding, and organizing message presentation
 according to various criteria. 
 
-This package includes Robert widhopf-Fenk's patchset
+This package includes Robert widhopf-Fenk's patchset %{vmrfversion}
 (http://www.robf.de/Hacking/elisp/). Please read that webpage to find
 out how to configure the extra features offered by that patchset.
 
@@ -53,7 +57,10 @@
 package. It is not necessary to install this if you want to run vm.
 
 %prep
-%setup -q -n %{pkg}-%{version}
+%setup -q -n vm-%{vmversion}
+
+tar -zxf %SOURCE1
+cp pixmaps-small-fuzzy/* pixmaps/
 
 %patch0 -p1 
 mv Makefile Makefile.bk
@@ -140,6 +147,12 @@
 %{pkgdir}/*.el
 
 %changelog
+* Sun Mar 18 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 7.19.devo282-9
+- Redefine version to include vmrf patch version (devo282)
+- Remove pointless %%{pkg} macro
+- Add new pixmaps with better sizing (still ugly though)
+- Renamed the vmrf patch to include the version
+
 * Sat Feb 10 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 7.19-8
 - Added u-vm-color.el from http://de.geocities.com/ulf_jasper/emacs.html
 - Added vcard support from http://www.splode.com/users/friedman/software/emacs-lisp/


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/emacs-vm/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	10 Feb 2007 20:54:18 -0000	1.4
+++ sources	18 Mar 2007 21:18:44 -0000	1.5
@@ -1,5 +1,6 @@
 7866f6243e398d76ae32356a4af76fa3  vm-7.19.tar.gz
-fadfef52b6b8eded9a84afdcd0282de9  vm-7.19.070203.patch.gz
+fadfef52b6b8eded9a84afdcd0282de9  vm-7.19-devo-282.patch.gz
+27e7b1da04d4976a8d33c9d2a6033e24  pixmaps-small-fuzzy.tar.gz
 55a7c54b0de0959550675c18016073a1  u-vm-color.el
 1ae781a8e5565b5ba88b74a507a84822  vcard.el
 e7269b9591ba0378f445097e494e312c  vm-vcard.el




More information about the fedora-extras-commits mailing list