rpms/vala/F-7 vala.spec,1.4,1.5

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


Author: salimma

Update of /cvs/pkgs/rpms/vala/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1374/F-7

Modified Files:
	vala.spec 
Log Message:
Update license and URL fields; pushed to F-7 as well



Index: vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vala/F-7/vala.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vala.spec	25 Mar 2007 16:02:02 -0000	1.4
+++ vala.spec	5 Sep 2007 22:03:06 -0000	1.5
@@ -1,12 +1,12 @@
 Name:           vala
-Version:        0.0.8
-Release:        1%{?dist}
+Version:        0.1.3
+Release:        3%{?dist}
 Summary:        A modern programming language for GNOME
 
 Group:          Development/Languages
-License:        LGPL
-URL:            http://vala.paldo.org/
-Source0:        http://www.paldo.org/vala/vala-%{version}.tar.bz2
+License:        LGPLv2.1
+URL:            http://live.gnome.org/Vala
+Source0:        http://download.gnome.org/sources/vala/0.1/vala-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  glib2-devel flex bison
@@ -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
@@ -70,16 +70,28 @@
 %{_bindir}/valac
 %{_datadir}/vala
 %{_libdir}/libvala.so.*
+%{_mandir}/*/*
 
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/vala-1.0
+%{_bindir}/*gen
 %{_libdir}/libvala.so
+%{_libdir}/vala
 %{_libdir}/pkgconfig/vala-1.0.pc
 
 
 
 %changelog
+* Wed Sep  5 2007 Michel Salim <michel.sylvan at gmail.com> - 0.1.3-3
+- Licensing and URL updates
+
+* 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
+
 * Sun Mar 25 2007 Michel Salim <michel.salim at gmail.com> - 0.0.8-1
 - Update to 0.0.8
 




More information about the fedora-extras-commits mailing list