forked from pool/dconf
Accepting request 585145 from home:jengelh:branches:GNOME:Factory
- Update summaries. OBS-URL: https://build.opensuse.org/request/show/585145 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=98
This commit is contained in:
parent
af20d98e06
commit
32d3814382
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 9 19:06:37 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update summaries.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 28 16:24:35 UTC 2018 - dimstar@opensuse.org
|
Wed Feb 28 16:24:35 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
10
dconf.spec
10
dconf.spec
@ -19,10 +19,10 @@
|
|||||||
Name: dconf
|
Name: dconf
|
||||||
Version: 0.27.1
|
Version: 0.27.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple key-based configuration system
|
Summary: Key-based configuration system
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
URL: https://live.gnome.org/dconf
|
Url: https://live.gnome.org/dconf
|
||||||
Source: http://download.gnome.org/sources/dconf/0.27/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/dconf/0.27/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
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.
|
# 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.
|
||||||
@ -50,7 +50,7 @@ provide a backend to GSettings on platforms that don't already
|
|||||||
have configuration storage systems.
|
have configuration storage systems.
|
||||||
|
|
||||||
%package -n libdconf1
|
%package -n libdconf1
|
||||||
Summary: Simple key-based configuration system -- Library
|
Summary: Key-based configuration system
|
||||||
# The library doesn't really work if the dconf service is not reachable, so we
|
# The library doesn't really work if the dconf service is not reachable, so we
|
||||||
# need a Requires
|
# need a Requires
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -64,7 +64,7 @@ provide a backend to GSettings on platforms that don't already
|
|||||||
have configuration storage systems.
|
have configuration storage systems.
|
||||||
|
|
||||||
%package -n gsettings-backend-dconf
|
%package -n gsettings-backend-dconf
|
||||||
Summary: Simple key-based configuration system -- GSettings Backend
|
Summary: GSettings integration of the dconf key-based configuration system
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: %{name} >= %{version}
|
Requires: %{name} >= %{version}
|
||||||
# We really want this to be used as the default GSettings backend
|
# We really want this to be used as the default GSettings backend
|
||||||
@ -80,7 +80,7 @@ This package provides a GSettings backend that uses dconf to store
|
|||||||
the settings.
|
the settings.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Simple key-based configuration system -- Development Files
|
Summary: Development files for dconf, a key-based configuration system
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Requires: libdconf1 = %{version}
|
Requires: libdconf1 = %{version}
|
||||||
# The libdbus-1 backend has been removed. Dconf now always uses GDBus (since 0.25.x)
|
# The libdbus-1 backend has been removed. Dconf now always uses GDBus (since 0.25.x)
|
||||||
|
Loading…
Reference in New Issue
Block a user