update to 0.40.0 [release 0.40.0-1mamba;Sat Mar 27 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 21:41:00 +01:00
parent 2783956ec3
commit 6d7ffee8bb

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 0.40.0-1mamba
- update to 0.40.0
* Fri Sep 18 2020 Automatic Build System <autodist@mambasoft.it> 0.38.0-1mamba
- automatic version update by autodist