rpms/vala/FC-5 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 vala.spec, 1.3, 1.4

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Tue Dec 4 05:51:26 UTC 2007


Author: salimma

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

Modified Files:
	.cvsignore sources vala.spec 
Log Message:
vala: update to 0.1.5



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vala/FC-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	25 Mar 2007 16:01:56 -0000	1.4
+++ .cvsignore	4 Dec 2007 05:50:54 -0000	1.5
@@ -1 +1 @@
-vala-0.0.8.tar.bz2
+vala-0.1.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vala/FC-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	25 Mar 2007 16:01:56 -0000	1.4
+++ sources	4 Dec 2007 05:50:54 -0000	1.5
@@ -1 +1 @@
-54c7b20e570121c9151ec9534ed68b79  vala-0.0.8.tar.bz2
+4e082ecb7f60ebdc49f3bd19ae7ebca2  vala-0.1.5.tar.bz2


Index: vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vala/FC-5/vala.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vala.spec	25 Mar 2007 16:01:56 -0000	1.3
+++ vala.spec	4 Dec 2007 05:50:54 -0000	1.4
@@ -1,15 +1,16 @@
 Name:           vala
-Version:        0.0.8
-Release:        1%{?dist}
+Version:        0.1.5
+Release:        2%{?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
+# Most files are LGPLv2.1+, curses.vala is 2-clause BSD
+License:        LGPLv2+ and BSD
+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
+BuildRequires:  glib2-devel flex bison devhelp
 #Requires:       
 
 %description
@@ -35,8 +36,45 @@
 Requires:       pkgconfig
 
 %description    devel
-Development files for %{name}. This is not necessary for using the %{name}
-compiler.
+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 development files for %{name}. This is not necessary for
+using the %{name} compiler.
+
+%package        tools
+Summary:        Tools for creating projects and bindings for %{name}
+Group:          Development/Languages
+License:        LGPLv2+
+Requires:       %{name} = %{version}-%{release}
+Provides:       %{name}-vapigen = %{version}-%{release}
+Obsoletes:      %{name}-vapigen < %{version}-%{release}
+
+%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 projects, as well as API bindings
+from existing C libraries, allowing access from Vala programs.
+
+%package        docs
+Summary:        Documentation for %{name}
+Group:          Documentation
+License:        LGPLv2+
+Requires:       %{name} = %{version}-%{release}
+Requires:       devhelp
+
+%description    docs
+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 documentation in a devhelp HTML book.
 
 
 %prep
@@ -44,7 +82,7 @@
 
 
 %build
-%configure
+%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
@@ -70,6 +108,7 @@
 %{_bindir}/valac
 %{_datadir}/vala
 %{_libdir}/libvala.so.*
+%{_mandir}/*/valac*
 
 %files devel
 %defattr(-,root,root,-)
@@ -77,9 +116,50 @@
 %{_libdir}/libvala.so
 %{_libdir}/pkgconfig/vala-1.0.pc
 
+%files tools
+%defattr(-,root,root,-)
+%{_bindir}/*gen*
+%{_bindir}/vapicheck
+%{_libdir}/vala
+%{_mandir}/*/*gen*
+
+%files docs
+%defattr(-,root,root,-)
+%{_datadir}/devhelp/books/vala
+
 
 
 %changelog
+* 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
+
+* Fri Oct 19 2007 Michel Salim <michel.sylvan at gmail.com> - 0.1.4-1
+- Update to 0.1.4
+- Put newly-added documentation in its own subpackage (depends on devhelp)
+
+* Mon Sep 17 2007 Michel Salim <michel.sylvan at gmail.com> - 0.1.3-5
+- vapigen subpackage: add missing Require: on perl-XML-Twig
+
+* Sat Sep  8 2007 Michel Salim <michel.sylvan at gmail.com> - 0.1.3-4
+- Split -vapigen subpackage. It is functionally self-contained and the license
+  is more restricted
+- Updated license declarations
+
+* 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