rpms/vala/devel vala.spec,1.5,1.6

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Wed Sep 5 03:36:53 UTC 2007


Author: salimma

Update of /cvs/pkgs/rpms/vala/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7200

Modified Files:
	vala.spec 
Log Message:
Enable binding generation tools


Index: vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vala/devel/vala.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vala.spec	2 Sep 2007 22:24:39 -0000	1.5
+++ vala.spec	5 Sep 2007 03:36:20 -0000	1.6
@@ -44,7 +44,7 @@
 
 
 %build
-%configure
+%configure --enable-vapigen
 # Don't use rpath!
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -75,12 +75,17 @@
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/vala-1.0
+%{_bindir}/*gen
 %{_libdir}/libvala.so
+%{_libdir}/vala
 %{_libdir}/pkgconfig/vala-1.0.pc
 
 
 
 %changelog
+* Tue Sep  4 2007 Michel Salim <michel.sylvan at gmail.com> - 0.1.3-2
+- Enable binding generation tools
+
 * Sun Sep  2 2007 Michel Salim <michel.sylvan at gmail.com> - 0.1.3-1
 - Update to 0.1.3
 




More information about the fedora-extras-commits mailing list