rpms/vala/FC-6 .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 vala.spec, 1.8, 1.9

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Tue Dec 4 15:59:33 UTC 2007


Author: salimma

Update of /cvs/pkgs/rpms/vala/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29057/FC-6

Modified Files:
	.cvsignore sources vala.spec 
Log Message:
vala: add BR on gtk2-devel



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vala/FC-6/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	4 Dec 2007 06:08:44 -0000	1.8
+++ .cvsignore	4 Dec 2007 15:59:00 -0000	1.9
@@ -1 +1 @@
-vala-0.1.4.tar.bz2
+vala-0.1.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vala/FC-6/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	4 Dec 2007 06:08:44 -0000	1.8
+++ sources	4 Dec 2007 15:59:00 -0000	1.9
@@ -1 +1 @@
-f914a5d7d3a92d1cb6af69fb4bb98002  vala-0.1.4.tar.bz2
+4e082ecb7f60ebdc49f3bd19ae7ebca2  vala-0.1.5.tar.bz2


Index: vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vala/FC-6/vala.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vala.spec	4 Dec 2007 06:08:44 -0000	1.8
+++ vala.spec	4 Dec 2007 15:59:00 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           vala
-Version:        0.1.4
-Release:        2%{?dist}
+Version:        0.1.5
+Release:        3%{?dist}
 Summary:        A modern programming language for GNOME
 
 Group:          Development/Languages
@@ -10,7 +10,7 @@
 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 devhelp
+BuildRequires:  gtk2-devel flex bison devhelp
 #Requires:       
 
 %description
@@ -44,22 +44,22 @@
 This package contains development files for %{name}. This is not necessary for
 using the %{name} compiler.
 
-%package        vapigen
-Summary:        Bindings generators for %{name}
+%package        tools
+Summary:        Tools for creating projects and bindings for %{name}
 Group:          Development/Languages
-# Most files are LGPLv2.1+, but gapi*.pl files are GPLv2
-License:        LGPLv2+ and GPLv2
+License:        LGPLv2+
 Requires:       %{name} = %{version}-%{release}
-Requires:       perl(XML::Twig)
+Provides:       %{name}-vapigen = %{version}-%{release}
+Obsoletes:      %{name}-vapigen < %{version}-%{release}
 
-%description    vapigen
+%description    tools
 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
 applications and libraries written in C.
 
-This package contains tools to generate Vala API bindings from existing
-C libraries, allowing access from Vala programs.
+This package contains tools to generate Vala projects, as well as API bindings
+from existing C libraries, allowing access from Vala programs.
 
 %package        docs
 Summary:        Documentation for %{name}
@@ -82,7 +82,7 @@
 
 
 %build
-%configure --enable-vapigen
+%configure --enable-vapigen --enable-gen-project
 # 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
@@ -108,7 +108,7 @@
 %{_bindir}/valac
 %{_datadir}/vala
 %{_libdir}/libvala.so.*
-%{_mandir}/*/*
+%{_mandir}/*/valac*
 
 %files devel
 %defattr(-,root,root,-)
@@ -116,11 +116,12 @@
 %{_libdir}/libvala.so
 %{_libdir}/pkgconfig/vala-1.0.pc
 
-%files vapigen
+%files tools
 %defattr(-,root,root,-)
-%{_bindir}/*gen
+%{_bindir}/*gen*
 %{_bindir}/vapicheck
 %{_libdir}/vala
+%{_mandir}/*/*gen*
 
 %files docs
 %defattr(-,root,root,-)
@@ -129,6 +130,15 @@
 
 
 %changelog
+* Tue Dec  4 2007 Michel Salim <michel.sylvan at gmail.com> - 0.1.5-3
+- Add build dependency on gtk2-devel
+
+* Tue Dec  4 2007 Michel Salim <michel.sylvan at gmail.com> - 0.1.5-2
+- Enable project generator tool
+
+* Tue Nov 27 2007 Michel Salim <michel.sylvan at gmail.com> - 0.1.5-1
+- Update to 0.1.5
+
 * Sun Nov 11 2007 Michel Salim <michel.sylvan at gmail.com> - 0.1.4-2
 - Add build dependency on devhelp
 




More information about the fedora-extras-commits mailing list