rpms/vala/EL-5 .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 vala.spec, 1.12, 1.13

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Sat Jan 19 20:36:58 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/vala/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10592/EL-5

Modified Files:
	.cvsignore sources vala.spec 
Log Message:
Update vala to 0.1.6



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vala/EL-5/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	4 Dec 2007 15:59:00 -0000	1.9
+++ .cvsignore	19 Jan 2008 20:35:45 -0000	1.10
@@ -1 +1 @@
-vala-0.1.5.tar.bz2
+vala-0.1.6.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vala/EL-5/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	4 Dec 2007 15:59:00 -0000	1.9
+++ sources	19 Jan 2008 20:35:45 -0000	1.10
@@ -1 +1 @@
-4e082ecb7f60ebdc49f3bd19ae7ebca2  vala-0.1.5.tar.bz2
+e4dd3df55cd9d568d126a3452ebd152b  vala-0.1.6.tar.bz2


Index: vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vala/EL-5/vala.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vala.spec	15 Jan 2008 15:05:11 -0000	1.12
+++ vala.spec	19 Jan 2008 20:35:45 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           vala
-Version:        0.1.5
-Release:        5%{?dist}
+Version:        0.1.6
+Release:        1%{?dist}
 Summary:        A modern programming language for GNOME
 
 Group:          Development/Languages
@@ -8,7 +8,6 @@
 License:        LGPLv2+ and BSD
 URL:            http://live.gnome.org/Vala
 Source0:        http://download.gnome.org/sources/vala/0.1/vala-%{version}.tar.bz2
-Patch0:         vala-0.1.5-gen-project.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel flex bison devhelp
@@ -64,14 +63,17 @@
 This package contains tools to generate Vala projects, as well as API bindings
 from existing C libraries, allowing access from Vala programs.
 
-%package        docs
+%package        doc
 Summary:        Documentation for %{name}
 Group:          Documentation
 License:        LGPLv2+
 Requires:       %{name} = %{version}-%{release}
 Requires:       devhelp
+Provides:       %{name}-docs = %{version}-%{release}
+Obsoletes:      %{name}-docs < %{version}-%{release}
 
-%description    docs
+
+%description    doc
 Vala is a new programming language that aims to bring modern programming
 language features to GNOME developers without imposing any additional
 runtime requirements and without using a different ABI compared to
@@ -82,10 +84,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .gen-project
-# touch the file, otherwise the build process will try to regenerate
-# the .{c,h} files using an installed vala compiler
-touch gen-project/vala-gen-project.vala.stamp
 
 
 %build
@@ -100,8 +98,6 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 rm $RPM_BUILD_ROOT%{_libdir}/libvala.la
-# copy Gee vapi file
-cp -p vapi/gee-1.0.vapi $RPM_BUILD_ROOT%{_datadir}/vala/vapi/
 
 
 %clean
@@ -132,13 +128,18 @@
 %{_libdir}/vala
 %{_mandir}/*/*gen*
 
-%files docs
+%files doc
 %defattr(-,root,root,-)
 %{_datadir}/devhelp/books/vala
 
 
 
 %changelog
+* Sat Jan 19 2008 Michel Salim <michel.sylvan at gmail.com> - 0.1.6-1
+- Update to 0.1.6
+- Revert vapi addition, needed declarations have been inlined (r846)
+- Rename -docs subpackage to -doc, to comply with guidelines
+
 * Tue Jan 15 2008 Michel Salim <michel.sylvan at gmail.com> - 0.1.5-5
 - Manually add Gee vapi file to package (bz #428692)
 




More information about the fedora-extras-commits mailing list