automatic version update by autodist [release 3.32.0-1mamba;Sun Mar 24 2019]

This commit is contained in:
Automatic Build System 2024-01-05 23:29:19 +01:00
parent 13479b8d15
commit 8b2df4300a

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: gsettings-desktop-schemas
Version: 3.28.1
Version: 3.32.0
Release: 1mamba
Summary: A collection of GSettings schemas for settings shared by various components of a desktop
Group: Graphical Desktop/Applications/Configuration
@ -31,12 +31,14 @@ This package contains header files needed for development.
%setup -q
%build
%configure
%make
%meson \
-Dgtk_doc=true
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%meson_install
%find_lang %{name}
@ -71,6 +73,9 @@ fi
%doc ChangeLog NEWS README
%changelog
* Sun Mar 24 2019 Automatic Build System <autodist@mambasoft.it> 3.32.0-1mamba
- automatic version update by autodist
* Wed Sep 05 2018 Automatic Build System <autodist@mambasoft.it> 3.28.1-1mamba
- automatic version update by autodist