Update to 0.1.4, added -docs subpackage
This commit is contained in:
parent
28fe5b68a3
commit
fbc625e2ad
@ -1 +1 @@
|
||||
vala-0.1.3.tar.bz2
|
||||
vala-0.1.4.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
d6552982b10582d0b01c3d612fb098b2 vala-0.1.3.tar.bz2
|
||||
f914a5d7d3a92d1cb6af69fb4bb98002 vala-0.1.4.tar.bz2
|
||||
|
48
vala.spec
48
vala.spec
@ -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: %{name} = %{version}-%{release}
|
||||
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 @@ Group: Development/Languages
|
||||
# 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 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%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@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@gmail.com> - 0.1.3-5
|
||||
- vapigen subpackage: add missing Require: on perl-XML-Twig
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user