diff options
author | Tomasz Olszak <olszak.tomasz@gmail.com> | 2015-02-26 15:50:34 +0100 |
---|---|---|
committer | Tomasz Olszak <olszak.tomasz@gmail.com> | 2015-11-10 09:40:15 +0100 |
commit | fb228ba9383e578fabe2d30729840d226da43cce (patch) | |
tree | 7ada328570234ece29abf020d6aab2f1f0ce808f | |
parent | 4646dac64225dd1365f9011df8ea122f7ee0322a (diff) | |
download | qtgraphicaleffects-fb228ba9383e578fabe2d30729840d226da43cce.tar.gz qtgraphicaleffects-fb228ba9383e578fabe2d30729840d226da43cce.tar.bz2 qtgraphicaleffects-fb228ba9383e578fabe2d30729840d226da43cce.zip |
Changed source package name in prep step to allow incremental builds.
Change-Id: I17b24ebe85f88cbb3b0ac5732b2a9b704344eb19
Bug-Tizen: TC-1008
Signed-off-by: Tomasz Olszak <olszak.tomasz@gmail.com>
-rw-r--r-- | packaging/qt5-qtgraphicaleffects.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/qt5-qtgraphicaleffects.spec b/packaging/qt5-qtgraphicaleffects.spec index 087b85b..dc35a94 100644 --- a/packaging/qt5-qtgraphicaleffects.spec +++ b/packaging/qt5-qtgraphicaleffects.spec @@ -53,10 +53,10 @@ This package contains the Qt Graphical Effect library #### Build section %prep -%setup -q -n %{name}-%{version}/qtgraphicaleffects -cp %{SOURCE1001} . +%setup -q -n %{name}-%{version} %build +cp %{SOURCE1001} . export QTDIR=/usr/share/qt5 touch .git # To make sure syncqt is used |