[packages/dconf] - pl for base - vala compiler is currently not needed to build vala binding; but the binding needs v
qboosh
qboosh at pld-linux.org
Sun Sep 2 12:41:40 CEST 2012
commit 3397c65eedace51f7697507abaeaed4ac700485b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Sep 2 12:41:47 2012 +0200
- pl for base
- vala compiler is currently not needed to build vala binding; but the binding needs vala
dconf.spec | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/dconf.spec b/dconf.spec
index a0aaab6..024b4fb 100644
--- a/dconf.spec
+++ b/dconf.spec
@@ -4,6 +4,7 @@
%bcond_without vala # do not build Vala API
#
Summary: Low-level configuration system
+Summary(pl.UTF-8): Niskopoziomowy system konfiguracji
Name: dconf
Version: 0.12.1
Release: 2
@@ -21,7 +22,8 @@ BuildRequires: gtk-doc >= 1.15
BuildRequires: libxml2-devel
BuildRequires: rpmbuild(macros) >= 1.527
BuildRequires: tar >= 1:1.22
-%{?with_vala:BuildRequires: vala >= 2:0.15.1}
+# not needed atm., generated files are packaged
+#%{?with_vala:BuildRequires: vala >= 2:0.15.1}
BuildRequires: xz
Requires(post,postun): glib2 >= 1:2.26.0
Requires: dbus
@@ -33,6 +35,11 @@ dconf is a low-level configuration system. Its main purpose is to
provide a backend to GSettings on platforms that don't already have
configuration storage systems.
+%description -l pl.UTF-8
+dconf to niskopoziomowy system konfiguracji. Głównym celem jest
+dostarczenie backendu dla GSettings na platformach, które jeszcze nie
+mają systemów przechowywania danych konfiguracyjnych.
+
%package devel
Summary: Header files for dconf library
Summary(pl.UTF-8): Pliki nagłówkowe biblioteki dconf
@@ -90,6 +97,7 @@ Summary: dconf API for Vala language
Summary(pl.UTF-8): API dconf dla języka Vala
Group: Development/Libraries
Requires: %{name}-devel = %{version}-%{release}
+Requires: vala >= 2:0.15.1
%description -n vala-dconf
dconf API for Vala language.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dconf.git/commitdiff/3397c65eedace51f7697507abaeaed4ac700485b
More information about the pld-cvs-commit
mailing list