diff options
author | Tomasz Olszak <olszak.tomasz@gmail.com> | 2014-10-02 17:47:38 +0200 |
---|---|---|
committer | Tomasz Olszak <olszak.tomasz@gmail.com> | 2014-12-18 21:50:56 +0100 |
commit | 24bc47f567a7086a5c6b5753082a24b027b3433f (patch) | |
tree | a1e08010a4a18cf12551420b78b910ff897b3996 | |
parent | 780eca96980f904ae9ecc66279dada4b721dfe4c (diff) | |
download | qtbase-24bc47f567a7086a5c6b5753082a24b027b3433f.tar.gz qtbase-24bc47f567a7086a5c6b5753082a24b027b3433f.tar.bz2 qtbase-24bc47f567a7086a5c6b5753082a24b027b3433f.zip |
Changed source package name in prep step to allow incremental builds.
Bug-Tizen: TC-1008
Change-Id: I3ab689d4f1101714a5d19097e36e01eba64d54bf
Signed-off-by: Tomasz Olszak <olszak.tomasz@gmail.com>
-rw-r--r-- | packaging/qt5.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/qt5.spec b/packaging/qt5.spec index ac2dc400e8..52489a3893 100644 --- a/packaging/qt5.spec +++ b/packaging/qt5.spec @@ -597,10 +597,10 @@ This package contains the Qt5 development defaults package ##### Build section %prep -%setup -q -n qt5-%{version}/qtbase -cp %{SOURCE1001} . +%setup -q -n qt5-%{version} %build +cp %{SOURCE1001} . touch .git %if "%{profile}" == "common" |