From 3a1707602f4a28bc81bff08c8b35bbe43c4243a3 Mon Sep 17 00:00:00 2001 From: Sung-Jin Park Date: Mon, 5 Sep 2016 15:14:03 +0900 Subject: [PATCH] Fix .spec to create build directory with the version (e.g) libxkbcommon-{version} Change-Id: I1a03ab7d2d5f6294be6cc8b78bc8e3394e17c34e --- packaging/libxkbcommon.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/libxkbcommon.spec b/packaging/libxkbcommon.spec index bfd781f..faee309 100644 --- a/packaging/libxkbcommon.spec +++ b/packaging/libxkbcommon.spec @@ -35,7 +35,7 @@ This package contains the development headers for the library found in %{name}. %prep -%setup -qn %{name} +%setup -q cp %{SOURCE1001} . # Generate tizen keymap header -- 2.7.4