]> git.pld-linux.org Git - packages/dconf.git/blobdiff - dconf.spec
- added bash-completion patch (use explicit bash_compdir patch, don't buildrequire...
[packages/dconf.git] / dconf.spec
index a8831caef1b09751ddc98567d8c5c74f428bd0e1..db0f8824eb224d33b40983bc823d49eefa2da00c 100644 (file)
@@ -8,10 +8,11 @@ Summary(pl.UTF-8):    Niskopoziomowy system konfiguracji
 Name:          dconf
 Version:       0.30.1
 Release:       1
-License:       LGPL v2+
+License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/dconf/0.30/%{name}-%{version}.tar.xz
 # Source0-md5: a959eef51c917b3c57cfbef1448a375e
+Patch0:                %{name}-bash-completion.patch
 URL:           http://live.gnome.org/dconf
 BuildRequires: glib2-devel >= 1:2.44.0
 BuildRequires: gtk-doc >= 1.15
@@ -24,7 +25,7 @@ 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)
@@ -100,16 +101,17 @@ API dconf dla jÄ™zyka Vala.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %meson build \
+       -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.12731 seconds and 4 git commands to generate.