Switch to the meson build system

This commit is contained in:
Kalev Lember 2017-09-15 15:07:24 +02:00
parent c706e4e3a7
commit 13901fe7f7

View File

@ -11,6 +11,7 @@ Patch0: move-adwaita-backgrounds.patch
BuildArch: noarch BuildArch: noarch
BuildRequires: gettext BuildRequires: gettext
BuildRequires: meson
# Make sure both gnome-backgrounds and -extras get installed on upgrades # Make sure both gnome-backgrounds and -extras get installed on upgrades
Obsoletes: gnome-backgrounds < 3.24.0-3 Obsoletes: gnome-backgrounds < 3.24.0-3
@ -34,11 +35,11 @@ which are packaged with the GNOME desktop.
%patch0 -p1 %patch0 -p1
%build %build
%configure %meson
%make_build %meson_build
%install %install
%make_install %meson_install
mkdir -p $RPM_BUILD_ROOT%{_datadir}/backgrounds/images mkdir -p $RPM_BUILD_ROOT%{_datadir}/backgrounds/images