0.3.1
This commit is contained in:
parent
0cb72a1c70
commit
6a00252635
18
dconf.spec
18
dconf.spec
@ -1,6 +1,6 @@
|
||||
Name: dconf
|
||||
Version: 0.3
|
||||
Release: 3%{?dist}
|
||||
Version: 0.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A configuration system
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -8,22 +8,15 @@ License: LGPLv2+
|
||||
URL: http://live.gnome.org/dconf
|
||||
Source0: http://download.gnome.org/sources/dconf/0.3/dconf-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: glib2-devel >= 2.25.6
|
||||
BuildRequires: glib2-devel >= 2.25.7
|
||||
Requires: dbus
|
||||
|
||||
# upstream fix for a case of needle/haystack confusion
|
||||
Patch0: dconf-query.patch
|
||||
# upstream fix for batched writes
|
||||
Patch1: dconf-multi-write.patch
|
||||
|
||||
%description
|
||||
dconf is a low-level configuration system. Its main purpose is to provide a
|
||||
backend to the GSettings API in GLib.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .query
|
||||
%patch1 -p1 -b .multi-write
|
||||
|
||||
|
||||
%build
|
||||
@ -51,9 +44,12 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
||||
%{_libexecdir}/dconf-service
|
||||
%{_datadir}/dbus-1/services/ca.desrt.dconf.service
|
||||
%{_datadir}/dbus-1/system-services/ca.desrt.dconf.service
|
||||
|
||||
${_bindir}/dconf
|
||||
|
||||
%changelog
|
||||
* Tue May 24 2010 Matthias Clasen <mclasen@redhat.com> 0.3.1-1
|
||||
- Update to 0.3.1
|
||||
|
||||
* Fri May 21 2010 Matthias Clasen <mclasen@redhat.com> 0.3-3
|
||||
- Make batched writes (e.g. with delayed settings) work
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user