rpms/vala/F-7 .cvsignore,1.6,1.7 sources,1.6,1.7 vala.spec,1.7,1.8

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Fri Oct 19 19:31:48 UTC 2007


Author: salimma

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

Modified Files:
	.cvsignore sources vala.spec 
Log Message:
Update to 0.1.4, added -docs subpackage



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vala/F-7/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	5 Sep 2007 22:06:11 -0000	1.6
+++ .cvsignore	19 Oct 2007 19:31:15 -0000	1.7
@@ -1 +1 @@
-vala-0.1.3.tar.bz2
+vala-0.1.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vala/F-7/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	5 Sep 2007 22:06:11 -0000	1.6
+++ sources	19 Oct 2007 19:31:15 -0000	1.7
@@ -1 +1 @@
-d6552982b10582d0b01c3d612fb098b2  vala-0.1.3.tar.bz2
+f914a5d7d3a92d1cb6af69fb4bb98002  vala-0.1.4.tar.bz2


Index: vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vala/F-7/vala.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vala.spec	17 Sep 2007 21:37:26 -0000	1.7
+++ vala.spec	19 Oct 2007 19:31:15 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           vala
-Version:        0.1.3
-Release:        5%{?dist}
+Version:        0.1.4
+Release:        1%{?dist}
 Summary:        A modern programming language for GNOME
 
 Group:          Development/Languages
@@ -36,8 +36,13 @@
 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        vapigen
 Summary:        Bindings generators for %{name}
@@ -45,11 +50,31 @@
 # Most files are LGPLv2.1+, but gapi*.pl files are GPLv2
 License:        LGPLv2+ and GPLv2
 Requires:       %{name} = %{version}-%{release}
-Requires:       perl-XML-Twig
+Requires:       perl(XML::Twig)
 
 %description    vapigen
-Tools to generate Vala API bindings from existing C libraries, allowing access
-from Vala programs.
+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.
+
+%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
@@ -94,11 +119,20 @@
 %files vapigen
 %defattr(-,root,root,-)
 %{_bindir}/*gen
+%{_bindir}/vapicheck
 %{_libdir}/vala
 
+%files docs
+%defattr(-,root,root,-)
+%{_datadir}/devhelp/books/vala
+
 
 
 %changelog
+* 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
 




More information about the fedora-extras-commits mailing list