From 452dca8da26d23a29bc420722fa2178a4a1afbee Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Feb 21 2015 00:25:35 +0000 Subject: Add ninja-build to requires Signed-off-by: Igor Gnatenko --- diff --git a/meson.spec b/meson.spec index 9b2f855..89f5df0 100644 --- a/meson.spec +++ b/meson.spec @@ -2,7 +2,7 @@ Name: meson Version: 0.22.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: High productivity build system License: ASL 2.0 @@ -13,6 +13,7 @@ BuildRequires: python3-devel ninja-build # Test deps #BuildRequires: boost-devel protobuf-devel gobject-introspection-devel #BuildRequires: gettext-devel +Requires: ninja-build Requires: python3-qt5 %description @@ -44,6 +45,9 @@ chmod +x %{buildroot}%{_bindir}/meson* %{_mandir}/man1/%{name}*.1.* %changelog +* Sat Feb 21 2015 Igor Gnatenko - 0.22.0-3 +- Add ninja-build to requires + * Thu Jan 22 2015 Igor Gnatenko - 0.22.0-2 - fix shebang in python files