diff options
author | Sung-Jin Park <sj76.park@samsung.com> | 2016-09-05 15:14:03 +0900 |
---|---|---|
committer | Duna Oh <duna.oh@samsung.com> | 2022-02-07 14:49:33 +0900 |
commit | 144291a2775396f3353056b4e5b9146697c7b76f (patch) | |
tree | 3877ba99ff946b18aadc7e192bfd9b7c35e2665b | |
parent | 781ff637bcca66c4a7a1e0202c3c01546a52f1e1 (diff) | |
download | libxkbcommon-144291a2775396f3353056b4e5b9146697c7b76f.tar.gz libxkbcommon-144291a2775396f3353056b4e5b9146697c7b76f.tar.bz2 libxkbcommon-144291a2775396f3353056b4e5b9146697c7b76f.zip |
Fix .spec to create build directory with the version (e.g) libxkbcommon-{version}
Change-Id: I1a03ab7d2d5f6294be6cc8b78bc8e3394e17c34e
-rw-r--r-- | packaging/libxkbcommon.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 |