]> git.pld-linux.org Git - packages/dconf.git/blobdiff - dconf.spec
up to 0.32.0
[packages/dconf.git] / dconf.spec
index aa2866394590c0db7090de2393e942000ed2cf1c..a9bbb71d657bb9db181c0fd312617212d8dd53ff 100644 (file)
@@ -6,24 +6,26 @@
 Summary:       Low-level configuration system
 Summary(pl.UTF-8):     Niskopoziomowy system konfiguracji
 Name:          dconf
-Version:       0.28.0
+Version:       0.32.0
 Release:       1
-License:       LGPL v2+
+License:       LGPL v2.1+
 Group:         Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/dconf/0.28/%{name}-%{version}.tar.xz
-# Source0-md5: 81faa8e68e5ea71ff0ee75050fc0759c
-Patch0:                %{name}-docs-build.patch
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/dconf/0.32/%{name}-%{version}.tar.xz
+# Source0-md5: e1ac0b6285abefeed69ca9e380e44f5a
+Patch0:                %{name}-bash-completion.patch
 URL:           http://live.gnome.org/dconf
 BuildRequires: glib2-devel >= 1:2.44.0
 BuildRequires: gtk-doc >= 1.15
 BuildRequires: libxslt-progs
-BuildRequires: meson >= 0.41.0
-BuildRequires: rpmbuild(macros) >= 1.527
+BuildRequires: meson >= 0.47.0
+BuildRequires: ninja
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.727
 BuildRequires: tar >= 1:1.22
 # not needed atm., generated files are packaged
 #%{?with_vala:BuildRequires:   vala >= 2:0.18.0}
 BuildRequires: xz
-Requires(post,postun): glib2 >= 1:2.39.1
+Requires(post,postun): glib2 >= 1:2.44.0
 Requires:      dbus
 Requires:      glib2 >= 1:2.44.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -103,13 +105,13 @@ API dconf dla jÄ™zyka Vala.
 
 %build
 %meson build \
-       -Denable-gtk-doc=%{__true_false apidocs}
+       -Dbash_completion_dir=%{bash_compdir} \
+       -Dgtk_doc=%{__true_false apidocs}
 
 %meson_build -C build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/dconf/{db,profile}
 install -d $RPM_BUILD_ROOT%{_datadir}/dconf/profile
 
This page took 0.115327 seconds and 4 git commands to generate.