diff --git a/gnome-backgrounds.spec b/gnome-backgrounds.spec index bd7f657..969b3b1 100644 --- a/gnome-backgrounds.spec +++ b/gnome-backgrounds.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: gnome-backgrounds -Version: 3.26.2 +Version: 3.28.0 Release: 1mamba Summary: Gnome desktop background pictures Group: Graphical Desktop/Look 'n' feel @@ -21,12 +21,14 @@ Gnome desktop background pictures. %setup -q %build -%configure -%make +%meson + +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +export DESTDIR=%{buildroot} +%meson_install %find_lang %{name} @@ -45,6 +47,9 @@ Gnome desktop background pictures. #ChangeLog NEWS README %changelog +* Sat Jun 23 2018 Automatic Build System 3.28.0-1mamba +- automatic version update by autodist + * Fri Oct 06 2017 Automatic Build System 3.26.2-1mamba - automatic version update by autodist