rpms/vala/EL-5 vala.spec,1.19,1.20

Michel Alexandre Salim salimma at fedoraproject.org
Fri Oct 10 12:36:24 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/vala/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22412/EL-5

Modified Files:
	vala.spec 
Log Message:
Adjust hard-coded emacs version for EL-5 (no pkgconfig support there)



Index: vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vala/EL-5/vala.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- vala.spec	23 Aug 2008 03:04:51 -0000	1.19
+++ vala.spec	10 Oct 2008 12:35:54 -0000	1.20
@@ -1,5 +1,9 @@
+# emacs-el provides .pc file on F-8 and above, so
+# only EL-5's emacs-21.4 needs the hard-coded values
+# (also keeps Koji happy when building the SRPMS
+#  since emacs-el won't be installed yet)
 %if %($(pkg-config emacs) ; echo $?)
-%define emacs_version 22.2
+%define emacs_version 21.4
 %define emacs_lispdir %{_datadir}/emacs/site-lisp
 %define emacs_startdir %{_datadir}/emacs/site-lisp/site-start.d
 %else




More information about the scm-commits mailing list