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