diff options
author | Sung-Jin Park <sj76.park@samsung.com> | 2016-09-05 15:14:03 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2023-12-22 08:42:49 +0900 |
commit | 3a1707602f4a28bc81bff08c8b35bbe43c4243a3 (patch) | |
tree | 1c591df74472c320156e7e05483f2540008dae02 | |
parent | 6174ee981c22ca26467778f16bd2db2e9e330b7e (diff) | |
download | libxkbcommon-3a1707602f4a28bc81bff08c8b35bbe43c4243a3.tar.gz libxkbcommon-3a1707602f4a28bc81bff08c8b35bbe43c4243a3.tar.bz2 libxkbcommon-3a1707602f4a28bc81bff08c8b35bbe43c4243a3.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 |