4c06b9
%define glib2_version 2.44.0
4c06b9
4c06b9
Name:           dconf
4c06b9
Version:        0.28.0
40d9ef
Release:        4%{?dist}
4c06b9
Summary:        A configuration system
4c06b9
4c06b9
License:        LGPLv2+ and GPLv2+ and GPLv3+
4c06b9
URL:            http://live.gnome.org/dconf
4c06b9
Source0:        http://download.gnome.org/sources/dconf/0.28/dconf-%{version}.tar.xz
4c06b9
4c06b9
Patch0:         dconf-0.28.0-db-mtime.patch
4c06b9
Patch1:         0001-Engine-track-in-progress-watch-handles-to-avoid-spur.patch
4c06b9
Patch2:         0001-Engine-add-some-missing-objects-to-dconf_engine_unre.patch
4c06b9
Patch3:         0002-Engine-extend-subscriptions-state-to-account-for-mul.patch
4c06b9
Patch4:         0003-Engine-add-g_debug-statements-in-state-changing-inte.patch
4c06b9
Patch5:         0004-Engine-Add-locks-around-access-to-subscription-count.patch
4c06b9
Patch6:         0005-Engine-Add-comprehensive-unit-tests-for-subscription.patch
4c06b9
Patch7:         0001-Engine-Change-overflow-thresholds-in-subscription-co.patch
40d9ef
Patch8:         dconf-0.28.0-permissions.patch
4c06b9
4c06b9
BuildRequires:  glib2-devel >= %{glib2_version}
4c06b9
BuildRequires:  gtk-doc
4c06b9
BuildRequires:  meson
4c06b9
BuildRequires:  vala
4c06b9
4c06b9
Requires:       dbus
4c06b9
Requires:       glib2%{?_isa} >= %{glib2_version}
4c06b9
4c06b9
%description
4c06b9
dconf is a low-level configuration system. Its main purpose is to provide a
4c06b9
backend to the GSettings API in GLib.
4c06b9
4c06b9
%package devel
4c06b9
Summary: Header files and libraries for dconf development
4c06b9
Requires: %{name}%{?_isa} = %{version}-%{release}
4c06b9
4c06b9
%description devel
4c06b9
dconf development package. Contains files needed for doing software
4c06b9
development using dconf.
4c06b9
4c06b9
%prep
4c06b9
%autosetup -p1
4c06b9
4c06b9
%build
4c06b9
%meson -Denable-gtk-doc=true
4c06b9
%meson_build
4c06b9
4c06b9
%install
4c06b9
%meson_install
4c06b9
4c06b9
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dconf/profile
4c06b9
4c06b9
cat << EOF > $RPM_BUILD_ROOT%{_sysconfdir}/dconf/profile/user
4c06b9
user-db:user
4c06b9
system-db:local
4c06b9
system-db:site
4c06b9
system-db:distro
4c06b9
EOF
4c06b9
4c06b9
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dconf/db/local.d/locks
4c06b9
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dconf/db/site.d/locks
4c06b9
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dconf/db/distro.d/locks
4c06b9
4c06b9
%posttrans
4c06b9
dconf update
4c06b9
4c06b9
%files
4c06b9
%license COPYING
4c06b9
%dir %{_sysconfdir}/dconf
4c06b9
%dir %{_sysconfdir}/dconf/db
4c06b9
%dir %{_sysconfdir}/dconf/db/local.d
4c06b9
%dir %{_sysconfdir}/dconf/db/local.d/locks
4c06b9
%dir %{_sysconfdir}/dconf/db/site.d
4c06b9
%dir %{_sysconfdir}/dconf/db/site.d/locks
4c06b9
%dir %{_sysconfdir}/dconf/db/distro.d
4c06b9
%dir %{_sysconfdir}/dconf/db/distro.d/locks
4c06b9
%dir %{_sysconfdir}/dconf/profile
4c06b9
%{_libdir}/gio/modules/libdconfsettings.so
4c06b9
%{_libexecdir}/dconf-service
4c06b9
%{_datadir}/dbus-1/services/ca.desrt.dconf.service
4c06b9
%{_bindir}/dconf
4c06b9
%{_libdir}/libdconf.so.1*
4c06b9
%{_datadir}/bash-completion/completions/dconf
4c06b9
%{_mandir}/man1/dconf-service.1.gz
4c06b9
%{_mandir}/man1/dconf.1.gz
4c06b9
%{_mandir}/man7/dconf.7.gz
4c06b9
%config(noreplace) %{_sysconfdir}/dconf/profile/user
4c06b9
4c06b9
%files devel
4c06b9
%{_includedir}/dconf
4c06b9
%{_libdir}/libdconf.so
4c06b9
%{_libdir}/pkgconfig/dconf.pc
4c06b9
%dir %{_datadir}/gtk-doc
4c06b9
%dir %{_datadir}/gtk-doc/html
4c06b9
%{_datadir}/gtk-doc/html/dconf
4c06b9
%{_datadir}/vala
4c06b9
4c06b9
%changelog
40d9ef
* Mon Nov 23 2020 Marek Kasik <mkasik@redhat.com> - 0.28.0-4
40d9ef
- Restore permissions on updated database
40d9ef
- Resolves: #1879722
40d9ef
4c06b9
* Fri Jan 18 2019 Olivier Fourdan <ofourdan@redhat.com> - 0.28.0-3
4c06b9
- Backport fix for emission of spurious changed signals
4c06b9
- for all keys at once crashing gnome-shell
4c06b9
- Resolves: #1666176
4c06b9
4c06b9
* Wed Jul 25 2018 Marek Kasik <mkasik@redhat.com> - 0.28.0-2
4c06b9
- Check mtimes of files in /etc/dconf/db/*.d/ directories
4c06b9
- when running "dconf update"
4c06b9
- Related: #1570569
4c06b9
4c06b9
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 0.28.0-1
4c06b9
- Update to 0.28.0
4c06b9
4c06b9
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 0.27.1-1
4c06b9
- Update to 0.27.1
4c06b9
- Switch to the meson build system
4c06b9
- Don't set group tags
4c06b9
- Remove obsolete rpm scriptlets
4c06b9
- Fix gtk-doc directory ownership
4c06b9
- Tighten soname glob
4c06b9
4c06b9
* Mon Feb 19 2018 Ray Strode <rstrode@redhat.com> - 0.26.1-3
4c06b9
- Add systemd dbs for distro, site, and machine local dconf databases
4c06b9
  Resolves: #1546644
4c06b9
4c06b9
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.26.1-2
4c06b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
4c06b9
4c06b9
* Mon Oct 09 2017 Kalev Lember <klember@redhat.com> - 0.26.1-1
4c06b9
- Update to 0.26.1
4c06b9
4c06b9
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.26.0-5
4c06b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
4c06b9
4c06b9
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.26.0-4
4c06b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
4c06b9
4c06b9
* Tue Mar 21 2017 Colin Walters <walters@verbum.org> - 0.26.0-3
4c06b9
- Backport patch to work around gtype threading
4c06b9
4c06b9
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.26.0-2
4c06b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
4c06b9
4c06b9
* Wed Mar 23 2016 Kalev Lember <klember@redhat.com> - 0.26.0-1
4c06b9
- Update to 0.26.0
4c06b9
4c06b9
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.25.1-2
4c06b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
4c06b9
4c06b9
* Wed Dec 16 2015 Kalev Lember <klember@redhat.com> - 0.25.1-1
4c06b9
- Update to 0.25.1
4c06b9
4c06b9
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24.0-2
4c06b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4c06b9
4c06b9
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 0.24.0-1
4c06b9
- Update to 0.24.0
4c06b9
4c06b9
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 0.23.2-1
4c06b9
- Update to 0.23.2
4c06b9
4c06b9
* Mon Mar 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.23.1-1
4c06b9
- Update to 0.23.1
4c06b9
- This drops the -editor subpackage which now lives in a separate
4c06b9
  dconf-editor SRPM.
4c06b9
- Use the %%license macro for the COPYING file
4c06b9
4c06b9
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.22.0-2
4c06b9
- Rebuilt for Fedora 23 Change
4c06b9
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
4c06b9
4c06b9
* Fri Sep 19 2014 Kalev Lember <kalevlember@gmail.com> - 0.22.0-1
4c06b9
- Update to 0.22.0
4c06b9
4c06b9
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21.0-2
4c06b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
4c06b9
4c06b9
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.21.0-1
4c06b9
- Update to 0.21.0
4c06b9
4c06b9
* Fri Jul 11 2014 Parag <paragn AT fedoraproject DOT org> - 0.20.0-4
4c06b9
- Fix the directory ownership (rh#1056020)
4c06b9
4c06b9
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.0-3
4c06b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4c06b9
4c06b9
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 0.20.0-2
4c06b9
- Specify minimum glib version
4c06b9
4c06b9
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 0.20.0-1
4c06b9
- Update to 0.20.0
4c06b9
4c06b9
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 0.19.92-1
4c06b9
- Update to 0.19.92
4c06b9
4c06b9
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 0.19.91-1
4c06b9
- Update to 0.19.91
4c06b9
4c06b9
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 0.19.90-1
4c06b9
- Update to 0.19.90
4c06b9
4c06b9
* Tue Jan 14 2014 Richard Hughes <rhughes@redhat.com> - 0.19.3-1
4c06b9
- Update to 0.19.3
4c06b9
4c06b9
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 0.19.2-1
4c06b9
- Update to 0.19.2
4c06b9
4c06b9
* Thu Sep 26 2013 Kalev Lember <kalevlember@gmail.com> - 0.18.0-2
4c06b9
- Add missing glib-compile-schemas scriptlets to the -editor subpackage
4c06b9
4c06b9
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 0.18.0-1
4c06b9
- Update to 0.18.0
4c06b9
4c06b9
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.17.1-1
4c06b9
- Update to 0.17.1
4c06b9
4c06b9
* Mon Aug 05 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 0.17.0-3
4c06b9
- Fix bogus date in %%changelog
4c06b9
- Compilation should be more verbose, add V=1
4c06b9
- Upstream does not install dconf-editor ui files
4c06b9
4c06b9
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17.0-2
4c06b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4c06b9
4c06b9
* Tue Jul 16 2013 Richard Hughes <rhughes@redhat.com> - 0.17.0-1
4c06b9
- Update to 0.17.0
4c06b9
4c06b9
* Sat Jun  8 2013 Matthias Clasen <mclasen@redhat.com> - 0.16.0-2
4c06b9
- Move the editor schema to the right subpackage
4c06b9
4c06b9
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.0-1
4c06b9
- Update to 0.16.0
4c06b9
4c06b9
* Mon Feb 11 2013 Kalev Lember <kalevlember@gmail.com> - 0.15.3-1
4c06b9
- Update to 0.15.3
4c06b9
- Install the HighContrast icons and update the icon cache scriptlets to take
4c06b9
  this into account
4c06b9
4c06b9
* Sat Dec 22 2012 Rex Dieter <rdieter@fedoraproject.org> - 0.15.2-2
4c06b9
- -devel: drop Requires: glib2-devel, already gets pulled in via pkgconfig deps
4c06b9
- -editor: add icon scriptlets
4c06b9
- tighten subpkg deps via %%{_isa}
4c06b9
4c06b9
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 0.15.2-1
4c06b9
- Update to 0.15.2
4c06b9
4c06b9
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 0.15.0-3
4c06b9
- Move some of the rpm scriptlets back to %%posttrans
4c06b9
  (glib-compile-schemas, icon cache)
4c06b9
4c06b9
* Thu Nov  8 2012 Marek Kasik <mkasik@redhat.com> - 0.15.0-2
4c06b9
- Move dconf-editor's man page to the dconf-editor sub-package
4c06b9
4c06b9
* Wed Nov  7 2012 Marek Kasik <mkasik@redhat.com> - 0.15.0-1
4c06b9
- Update to 0.15.0
4c06b9
- Remove upstreamed patch
4c06b9
4c06b9
* Wed Nov  7 2012 Marek Kasik <mkasik@redhat.com> - 0.14.0-4
4c06b9
- Move %%posttrans commands to %%post (rpmlint related)
4c06b9
4c06b9
* Wed Nov  7 2012 Marek Kasik <mkasik@redhat.com> - 0.14.0-3
4c06b9
- Update License field
4c06b9
- Update Source URL
4c06b9
- Add link of corresponding bug for the memory leak patch
4c06b9
4c06b9
* Wed Nov  7 2012 Marek Kasik <mkasik@redhat.com> - 0.14.0-2.1
4c06b9
- Merge spec-file fixes from f18 branch
4c06b9
4c06b9
* Sun Oct 21 2012 Matthias Clasen <mclasen@redhat.com> - 0.14.0-2
4c06b9
- Fix a memory leak
4c06b9
- Update to 0.14.0
4c06b9
4c06b9
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.4-2
4c06b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4c06b9
4c06b9
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 0.13.4-1
4c06b9
- Update to 0.13.4
4c06b9
4c06b9
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 0.13.0-2
4c06b9
- Add missing file to file list.
4c06b9
4c06b9
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 0.13.0-1
4c06b9
- Update to 0.13.0
4c06b9
4c06b9
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 0.12.1-1
4c06b9
- Update to 0.12.1
4c06b9
4c06b9
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 0.12.0-1
4c06b9
- Update to 0.12.0
4c06b9
4c06b9
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 0.11.7-1
4c06b9
- Update to 0.11.7
4c06b9
4c06b9
* Fri Mar  9 2012 Matthias Clasen <mclasen@redhat.com> - 0.11.6-1
4c06b9
- Update to 0.11.6
4c06b9
4c06b9
* Mon Feb  6 2012 Matthias Clasen <mclasen@redhat.com> - 0.11.5-1
4c06b9
- Update to 0.11.5
4c06b9
4c06b9
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.2-2
4c06b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4c06b9
4c06b9
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 0.11.2-1
4c06b9
- Update to 0.11.2
4c06b9
4c06b9
* Fri Nov  4 2011 Matthias Clasen <mclasen@redhat.com> - 0.11.0-2
4c06b9
- Fix a typo (#710700)
4c06b9
4c06b9
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 0.11.0-1
4c06b9
- Update to 0.11.0
4c06b9
4c06b9
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 0.10.0-1
4c06b9
- Update to 0.10.0
4c06b9
4c06b9
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 0.9.1-1
4c06b9
- Update to 0.9.1
4c06b9
4c06b9
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> - 0.9.0-1
4c06b9
- Update to 0.9.0
4c06b9
4c06b9
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 0.7.5-1
4c06b9
- Update to 0.7.5
4c06b9
4c06b9
* Fri May  6 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.4-1
4c06b9
- Update to 0.7.4
4c06b9
4c06b9
* Wed Apr  6 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.3-2
4c06b9
- Fix a crash in dconf-editor
4c06b9
4c06b9
* Tue Mar 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 0.7.3-1
4c06b9
- Update to 0.7.3
4c06b9
4c06b9
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.2-3
4c06b9
- Rebuild for newer gtk
4c06b9
4c06b9
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-2
4c06b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4c06b9
4c06b9
* Sat Feb  5 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.2-1
4c06b9
- Update to 0.7.2
4c06b9
4c06b9
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.1-1
4c06b9
- Update to 0.7.1
4c06b9
4c06b9
* Mon Jan 17 2011 Matthias Clasen <mclasen@redhat.com> - 0.7-1
4c06b9
- Update to 0.7
4c06b9
4c06b9
* Wed Sep 29 2010 jkeating - 0.5.1-2
4c06b9
- Rebuilt for gcc bug 634757
4c06b9
4c06b9
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 0.5.1-1
4c06b9
- Update to 0.5.1
4c06b9
4c06b9
* Thu Aug  5 2010 Matthias Clasen <mclasen@redhat.com> - 0.5-2
4c06b9
- Fix up shared library symlinks (#621733)
4c06b9
4c06b9
* Tue Aug  3 2010 Matthias Clasen <mclasen@redhat.com> - 0.5-1
4c06b9
- Update to 0.5
4c06b9
4c06b9
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.2-1
4c06b9
- Update to 0.4.2
4c06b9
4c06b9
* Wed Jun 30 2010 Colin Walters <walters@verbum.org> - 0.4.1-2
4c06b9
- Changes to support snapshot builds
4c06b9
4c06b9
* Sat Jun 26 2010 Matthias Clasen <mclasen@redhat.com> 0.4.1-1
4c06b9
- Update to 0.4.1
4c06b9
- Include dconf-editor (in a subpackage)
4c06b9
4c06b9
* Wed Jun 23 2010 Matthias Clasen <mclasen@redhat.com> 0.4-2
4c06b9
- Rebuild against glib 2.25.9
4c06b9
4c06b9
* Sat Jun 12 2010 Matthias Clasen <mclasen@redhat.com> 0.4-1
4c06b9
- Update to 0.4
4c06b9
4c06b9
* Tue Jun 08 2010 Richard Hughes <rhughes@redhat.com> 0.3.2-0.1.20100608
4c06b9
- Update to a git snapshot so that users do not get a segfault in every
4c06b9
  application using GSettings.
4c06b9
4c06b9
* Wed Jun 02 2010 Bastien Nocera <bnocera@redhat.com> 0.3.1-2
4c06b9
- Rebuild against latest glib2
4c06b9
4c06b9
* Mon May 24 2010 Matthias Clasen <mclasen@redhat.com> 0.3.1-1
4c06b9
- Update to 0.3.1
4c06b9
- Add a -devel subpackage
4c06b9
4c06b9
* Fri May 21 2010 Matthias Clasen <mclasen@redhat.com> 0.3-3
4c06b9
- Make batched writes (e.g. with delayed settings) work
4c06b9
4c06b9
* Thu May 20 2010 Matthias Clasen <mclasen@redhat.com> 0.3-2
4c06b9
- Make the registration of the backend work
4c06b9
4c06b9
* Wed May 19 2010 Matthias Clasen <mclasen@redhat.com> 0.3-1
4c06b9
- Initial packaging