diff options
author | Tomasz Olszak <olszak.tomasz@gmail.com> | 2014-10-02 17:47:38 +0200 |
---|---|---|
committer | Tomasz Olszak <olszak.tomasz@gmail.com> | 2015-02-28 21:40:50 +0100 |
commit | 4a34ece8a59ad20be430d071623afce875c77049 (patch) | |
tree | 5c6111fea84fa3c0003433553336164fd04067ce | |
parent | 205e53f86c8ec752c00147500524f5fe3d2f5e1e (diff) | |
download | qtbase-4a34ece8a59ad20be430d071623afce875c77049.tar.gz qtbase-4a34ece8a59ad20be430d071623afce875c77049.tar.bz2 qtbase-4a34ece8a59ad20be430d071623afce875c77049.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" |