forked from pool/dconf
Accepting request 586713 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/586713 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=99
This commit is contained in:
12
dconf.spec
12
dconf.spec
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: dconf
|
||||
Version: 0.27.1
|
||||
Version: 0.28.0
|
||||
Release: 0
|
||||
Summary: Key-based configuration system
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/Libraries
|
||||
Url: https://live.gnome.org/dconf
|
||||
Source: http://download.gnome.org/sources/dconf/0.27/%{name}-%{version}.tar.xz
|
||||
URL: https://live.gnome.org/dconf
|
||||
Source: http://download.gnome.org/sources/dconf/0.28/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
# PATCH-FIX-UPSTREAM 0001-gvdb-Restore-permissions-on-changed-files.patch bsc#1025721 bsc#971074 bgo#758066 fezhang@suse.com -- Restore permissions on files changed by dconf update.
|
||||
Patch0: 0001-gvdb-Restore-permissions-on-changed-files.patch
|
||||
@@ -31,10 +31,8 @@ Patch0: 0001-gvdb-Restore-permissions-on-changed-files.patch
|
||||
BuildRequires: dbus-1
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: intltool >= 0.50.0
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vala >= 0.18.0
|
||||
BuildRequires: xsltproc
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
@@ -108,6 +106,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db}
|
||||
|
||||
%post -n libdconf1 -p /sbin/ldconfig
|
||||
%postun -n libdconf1 -p /sbin/ldconfig
|
||||
|
||||
%post -n gsettings-backend-dconf
|
||||
%{glib2_gio_module_post}
|
||||
|
||||
@@ -116,7 +115,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db}
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc NEWS
|
||||
%doc NEWS README
|
||||
# small utility to read values in the database
|
||||
%{_bindir}/dconf
|
||||
# service is needed for write
|
||||
@@ -136,6 +135,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db}
|
||||
%{_libdir}/gio/modules/libdconfsettings.so
|
||||
|
||||
%files devel
|
||||
%doc HACKING
|
||||
%doc %{_datadir}/gtk-doc/html/dconf/
|
||||
%{_includedir}/dconf/
|
||||
%{_libdir}/libdconf.so
|
||||
|
Reference in New Issue
Block a user