meson/0006-fixup-fixup-rpm-couple-of-improvements-and-fixes.patch
Igor Gnatenko 5118174e3d Update to 0.35.1 (RHBZ #1385986)
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2016-10-18 08:42:51 +02:00

34 lines
956 B
Diff

From 3e5b7cd80b2666fcb1ad4961e7ab9dfd4b99454f Mon Sep 17 00:00:00 2001
From: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Date: Sat, 8 Oct 2016 17:15:02 +0200
Subject: [PATCH 06/10] fixup! fixup! rpm: couple of improvements and fixes
(cherry picked from commit 1e640955b6f7730e365f50d810e7031511b0473b)
---
data/macros.meson | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/data/macros.meson b/data/macros.meson
index dd0e60c..4b91c70 100644
--- a/data/macros.meson
+++ b/data/macros.meson
@@ -23,6 +23,12 @@
--sysconfdir=%{_sysconfdir} \\\
$OLDPWD/%{__sourcedir} \
popd
-%meson_build %ninja_build -C %{__builddir}
-%meson_install %ninja_install -C %{__builddir}
-%meson_test %ninja_test -C %{__builddir}
+
+%meson_build \
+ %ninja_build -C %{__builddir}
+
+%meson_install \
+ %ninja_install -C %{__builddir}
+
+%meson_test \
+ %ninja_test -C %{__builddir}
--
2.10.1