rpms/vala/EL-5 .cvsignore, 1.15, 1.16 sources, 1.15, 1.16 vala.spec, 1.21, 1.22

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


Author: salimma

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

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/EL-5/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	23 Aug 2008 03:04:51 -0000	1.15
+++ .cvsignore	14 Dec 2008 04:04:35 -0000	1.16
@@ -1 +1 @@
-vala-0.3.5.tar.bz2
+vala-0.5.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vala/EL-5/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	23 Aug 2008 03:04:51 -0000	1.15
+++ sources	14 Dec 2008 04:04:35 -0000	1.16
@@ -1 +1 @@
-ac2b5ab509dfabd923d0ed89df2c7c47  vala-0.3.5.tar.bz2
+e5b2ee7a4ff5f551a278e64a3e502f50  vala-0.5.2.tar.bz2


Index: vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vala/EL-5/vala.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- vala.spec	14 Oct 2008 15:15:37 -0000	1.21
+++ vala.spec	14 Dec 2008 04:04:35 -0000	1.22
@@ -1,9 +1,12 @@
-# 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 $?)
+%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
@@ -13,15 +16,15 @@
 %endif
 
 Name:           vala
-Version:        0.3.5
-Release:        1%{?dist}.1
+Version:        0.5.2
+Release:        2%{?dist}
 Summary:        A modern programming language for GNOME
 
 Group:          Development/Languages
 # Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
 License:        LGPLv2+ and BSD
 URL:            http://live.gnome.org/Vala
-Source0:        http://download.gnome.org/sources/vala/0.3/vala-%{version}.tar.bz2
+Source0:        http://download.gnome.org/sources/vala/0.5/vala-%{version}.tar.bz2
 Source1:	vala-mode.el
 Source2:	vala-init.el
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -104,11 +107,7 @@
 Summary:        Vala mode for Emacs
 Group:          Applications/Editors
 License:        GPLv2+
-%if %{!?fedora:7}%{?fedora} >= 8
 Requires:       emacs(bin) >= %{emacs_version}
-%else
-Requires:       /usr/bin/emacs
-%endif
 
 
 %description -n emacs-vala
@@ -130,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
@@ -176,14 +180,20 @@
 
 %files -n emacs-vala
 %defattr(-,root,root,-)
-%{emacs_lispdir}/*
+%{emacs_lispdir}/*.el*
 %{emacs_startdir}/*
 
 
 
 %changelog
-* Tue Oct 14 2008 Michel Salim <salimma at fedoraproject.org> - 0.3.5-1.1
-- When built on EL-5, depend directly on emacs binary rather than emacs(bin)
+* 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
 
 * Fri Aug 22 2008 Michel Salim <salimma at fedoraproject.org> - 0.3.5-1
 - Update to 0.3.5




More information about the fedora-extras-commits mailing list