diff --git a/dconf.spec b/dconf.spec index 275d270..76d0f7c 100644 --- a/dconf.spec +++ b/dconf.spec @@ -1,14 +1,14 @@ %define majver %(echo %version | cut -d. -f1-2) Name: dconf -Version: 0.38.0 +Version: 0.40.0 Release: 1mamba Summary: A low-level configuration system Group: System/Management Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://live.gnome.org/dconf -Source: ftp://ftp.gnome.org/pub/gnome/sources/dconf/%{majver}/dconf-%{version}.tar.xz +URL: https://live.gnome.org/dconf +Source: https://download.gnome.org/sources/dconf/%{majver}/dconf-%{version}.tar.xz License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -17,7 +17,6 @@ BuildRequires: libglib-devel Requires: libdconf = %{?epoch:%epoch:}%{version}-%{release} BuildRequires: meson BuildRequires: ninja -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems. @@ -45,7 +44,6 @@ Requires: libdconf = %{?epoch:%epoch:}%{version}-%{release} %description -n libdconf-devel dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems. - This package includes the files needed for development. %package apidocs @@ -57,6 +55,8 @@ Requires: gtk-doc %description apidocs This package includes the %{name} API documentation. +%debug_package + %prep %setup -q @@ -92,6 +92,7 @@ fi %{_datadir}/bash-completion/completions/dconf %{_bindir}/dconf %{_datadir}/dbus-1/services/ca.desrt.dconf.service +%{_userunitdir}/dconf.service %{_mandir}/man1/dconf.1* %{_mandir}/man1/dconf-service.1* %{_mandir}/man7/dconf.7* @@ -133,6 +134,9 @@ fi %{_datadir}/gtk-doc/html/%{name}/* %changelog +* Sat Mar 27 2021 Silvan Calarco 0.40.0-1mamba +- update to 0.40.0 + * Fri Sep 18 2020 Automatic Build System 0.38.0-1mamba - automatic version update by autodist