rpms/xemacs-sumo/devel xemacs-sumo.spec,1.19,1.20

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu May 11 16:34:28 UTC 2006


Author: scop

Update of /cvs/extras/rpms/xemacs-sumo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24981/devel

Modified Files:
	xemacs-sumo.spec 
Log Message:
Yet another try at finding out the xemacs-nox version; the previous one worked
fine locally and in mach and mock, but not in the buildsys.



Index: xemacs-sumo.spec
===================================================================
RCS file: /cvs/extras/rpms/xemacs-sumo/devel/xemacs-sumo.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- xemacs-sumo.spec	10 May 2006 21:21:46 -0000	1.19
+++ xemacs-sumo.spec	11 May 2006 16:34:28 -0000	1.20
@@ -1,7 +1,7 @@
 %define sumo    2006-05-10
 %define pkgdir  %{_datadir}/xemacs
 %define xemacsb xemacs-nox -batch -vanilla
-%define xemver  %(rpm -q --qf=%%{VERSION} xemacs-nox | cut -d' ' -f 1)
+%define xemver  %(v=$(rpm -q --qf=%%{VERSION} xemacs-nox) || v=ERROR ; echo $v)
 
 Name:           xemacs-sumo
 Version:        %(echo %{sumo} | tr -d -)




More information about the scm-commits mailing list