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:
parent
32d3814382
commit
9d460ed53c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:37daf52e68d03ca0b6d0c2e0df7acac64e091074457ae306683b78b5cfa7e9ce
|
|
||||||
size 99996
|
|
3
dconf-0.28.0.tar.xz
Normal file
3
dconf-0.28.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:61d3b3865ef58b729c3b39aa0979f886c014aa8362f93dcfc74bf5648ed9c742
|
||||||
|
size 99340
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 13 23:16:56 UTC 2018 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
- Update to version 0.28.0:
|
||||||
|
+ No visible changes.
|
||||||
|
- Drop:
|
||||||
|
+ intltool BuildRequires: there are no translations to be
|
||||||
|
handled.
|
||||||
|
+ update-desktop-files BuildRequires: there is no desktop file to
|
||||||
|
be handled.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 9 19:06:37 UTC 2018 - jengelh@inai.de
|
Fri Mar 9 19:06:37 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
12
dconf.spec
12
dconf.spec
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dconf
|
Name: dconf
|
||||||
Version: 0.27.1
|
Version: 0.28.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: 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.28/%{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.
|
||||||
Patch0: 0001-gvdb-Restore-permissions-on-changed-files.patch
|
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: dbus-1
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: intltool >= 0.50.0
|
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
BuildRequires: vala >= 0.18.0
|
BuildRequires: vala >= 0.18.0
|
||||||
BuildRequires: xsltproc
|
BuildRequires: xsltproc
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
@ -108,6 +106,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db}
|
|||||||
|
|
||||||
%post -n libdconf1 -p /sbin/ldconfig
|
%post -n libdconf1 -p /sbin/ldconfig
|
||||||
%postun -n libdconf1 -p /sbin/ldconfig
|
%postun -n libdconf1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n gsettings-backend-dconf
|
%post -n gsettings-backend-dconf
|
||||||
%{glib2_gio_module_post}
|
%{glib2_gio_module_post}
|
||||||
|
|
||||||
@ -116,7 +115,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc NEWS
|
%doc NEWS README
|
||||||
# small utility to read values in the database
|
# small utility to read values in the database
|
||||||
%{_bindir}/dconf
|
%{_bindir}/dconf
|
||||||
# service is needed for write
|
# service is needed for write
|
||||||
@ -136,6 +135,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db}
|
|||||||
%{_libdir}/gio/modules/libdconfsettings.so
|
%{_libdir}/gio/modules/libdconfsettings.so
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%doc HACKING
|
||||||
%doc %{_datadir}/gtk-doc/html/dconf/
|
%doc %{_datadir}/gtk-doc/html/dconf/
|
||||||
%{_includedir}/dconf/
|
%{_includedir}/dconf/
|
||||||
%{_libdir}/libdconf.so
|
%{_libdir}/libdconf.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user