From f39e640b11d40b6230037f03fbf9fdcb8362f8dc Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Tue, 1 Jun 2021 09:54:38 +0200 Subject: [PATCH] updated deprecated meson macros --- colord.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/colord.spec b/colord.spec index 0209e4d..3786599 100644 --- a/colord.spec +++ b/colord.spec @@ -32,7 +32,7 @@ BuildRequires: ninja BuildRequires: pkgconfig BuildRequires: polkit-devel >= 0.103 BuildRequires: rpm-build >= 4.6 -BuildRequires: rpmbuild(macros) >= 1.644 +BuildRequires: rpmbuild(macros) >= 1.736 %{?with_sane:BuildRequires: sane-backends-devel} BuildRequires: sqlite3-devel >= 3 BuildRequires: systemd-devel >= 44 @@ -145,12 +145,12 @@ Bashowe uzupełnianie poleceń terminalowych colormgr. %{?with_vala:-Dvapi=true} \ -Ddaemon_user=colord -%meson_build -C build +%ninja_build -C build %install rm -rf $RPM_BUILD_ROOT -%meson_install -C build +%ninja_install -C build %find_lang %{name} -- 2.44.0