rpms/vala/F-10 .cvsignore, 1.16, 1.17 sources, 1.16, 1.17 vala.spec, 1.31, 1.32

Michel Alexandre Salim salimma at fedoraproject.org
Sun Dec 14 04:05:07 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/vala/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1618/F-10

Modified Files:
	.cvsignore sources vala.spec 
Log Message:
* Sat Dec 13 2008 Michel Salim <salimma at fedoraproject.org> - 0.5.2-2
- Use buildsystem variables to determine available Emacs version



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vala/F-10/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	24 Nov 2008 04:51:53 -0000	1.16
+++ .cvsignore	14 Dec 2008 04:04:36 -0000	1.17
@@ -1 +1 @@
-vala-0.5.1.tar.bz2
+vala-0.5.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vala/F-10/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	24 Nov 2008 04:51:53 -0000	1.16
+++ sources	14 Dec 2008 04:04:36 -0000	1.17
@@ -1 +1 @@
-0051ae1f2ef967ce21e77889719daad1  vala-0.5.1.tar.bz2
+e5b2ee7a4ff5f551a278e64a3e502f50  vala-0.5.2.tar.bz2


Index: vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vala/F-10/vala.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- vala.spec	24 Nov 2008 04:51:53 -0000	1.31
+++ vala.spec	14 Dec 2008 04:04:36 -0000	1.32
@@ -1,5 +1,12 @@
 %if %($(pkg-config emacs) ; echo $?)
+%if 0%{?rhel}
+%define emacs_version 21.4
+%endif
+%if 0%{?fedora} < 9
+%define emacs_version 22.1
+%else
 %define emacs_version 22.2
+%endif
 %define emacs_lispdir %{_datadir}/emacs/site-lisp
 %define emacs_startdir %{_datadir}/emacs/site-lisp/site-start.d
 %else
@@ -9,8 +16,8 @@
 %endif
 
 Name:           vala
-Version:        0.5.1
-Release:        1%{?dist}
+Version:        0.5.2
+Release:        2%{?dist}
 Summary:        A modern programming language for GNOME
 
 Group:          Development/Languages
@@ -122,6 +129,11 @@
 emacs -batch -f batch-byte-compile vala-mode.el
 
 
+# checks currently utilize installed Vala, not the one being compiled
+#%check
+#make check
+
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -168,12 +180,18 @@
 
 %files -n emacs-vala
 %defattr(-,root,root,-)
-%{emacs_lispdir}/*
+%{emacs_lispdir}/*.el*
 %{emacs_startdir}/*
 
 
 
 %changelog
+* Sat Dec 13 2008 Michel Salim <salimma at fedoraproject.org> - 0.5.2-2
+- Use buildsystem variables to determine available Emacs version
+
+* Sat Dec 13 2008 Michel Salim <salimma at fedoraproject.org> - 0.5.2-1
+- Update to 0.5.2
+
 * Sun Nov 23 2008 Michel Salim <salimma at fedoraproject.org> - 0.5.1-1
 - Update to 0.5.1
 




More information about the fedora-extras-commits mailing list