diff options
author | Sung-Jin Park <sj76.park@samsung.com> | 2016-09-05 15:14:03 +0900 |
---|---|---|
committer | jeon <jhyuni.kang@samsung.com> | 2021-01-04 19:18:27 +0900 |
commit | cd3be4a813f304942631103552d82f5914b98f55 (patch) | |
tree | edfa0a8cf96b13813fb9e73b371f53cf2e8bf944 | |
parent | 8adbb87a4c50f72ef1d6873c69fcf9d7095dd9ef (diff) | |
download | libxkbcommon-cd3be4a813f304942631103552d82f5914b98f55.tar.gz libxkbcommon-cd3be4a813f304942631103552d82f5914b98f55.tar.bz2 libxkbcommon-cd3be4a813f304942631103552d82f5914b98f55.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 |