rpms/vala/FC-6 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 vala.spec, 1.4, 1.5

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


Author: salimma

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vala/FC-6/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	27 Mar 2007 03:03:12 -0000	1.5
+++ .cvsignore	19 Oct 2007 19:31:19 -0000	1.6
@@ -1 +1 @@
-vala-0.0.8.tar.bz2
+vala-0.1.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vala/FC-6/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	27 Mar 2007 03:03:12 -0000	1.5
+++ sources	19 Oct 2007 19:31:19 -0000	1.6
@@ -1 +1 @@
-54c7b20e570121c9151ec9534ed68b79  vala-0.0.8.tar.bz2
+f914a5d7d3a92d1cb6af69fb4bb98002  vala-0.1.4.tar.bz2


Index: vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vala/FC-6/vala.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vala.spec	8 Sep 2007 17:26:53 -0000	1.4
+++ vala.spec	19 Oct 2007 19:31:19 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           vala
-Version:        0.1.3
-Release:        4%{?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-LibXML
+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,23 @@
 %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
+
 * 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




More information about the fedora-extras-commits mailing list