qtcreator/qtcreator.spec

changeset 219
fe49d631b225
parent 216
0aa08e4b2ef4
child 246
6407001a5df7
equal deleted inserted replaced
1:e8af57f4c6b1 2:0c09aa8133cb
30 Distribution: MSvB Recherche Production 30 Distribution: MSvB Recherche Production
31 Class: EVAL 31 Class: EVAL
32 Group: Development 32 Group: Development
33 License: GPL 33 License: GPL
34 Version: 1.2.1 34 Version: 1.2.1
35 Release: 20090916 35 Release: 20091002
36 36
37 # list of sources 37 # list of sources
38 Source0: ftp://ftp.qt.nokia.com/qtcreator/qt-creator-%{version}-src.tar.gz 38 Source0: ftp://ftp.qt.nokia.com/qtcreator/qt-creator-%{version}-src.tar.gz
39 39
40 # build information 40 # build information
63 %prep 63 %prep
64 %setup -q -n qt-creator-%{version}-src 64 %setup -q -n qt-creator-%{version}-src
65 %{l_shtool} subst \ 65 %{l_shtool} subst \
66 -e 's;\(CONFIG[\ \t]*+=\)\(.*\);\1 static\2;' \ 66 -e 's;\(CONFIG[\ \t]*+=\)\(.*\);\1 static\2;' \
67 qtcreator.pro 67 qtcreator.pro
68 %{l_shtool} subst \
69 -e 's;\(QMAKE_RPATHDIR +=\);#\1;g' \
70 -e 's;\(QMAKE_RPATHDIR =\)$;\1 %{l_prefix}/lib/qtcreator:%{l_prefix}/lib/qt/dynamic;' \
71 src/qtcreatorplugin.pri \
72 src/rpath.pri
68 73
69 %build 74 %build
70 %{l_prefix}/bin/qmake qtcreator.pro 75 %{l_prefix}/bin/qmake qtcreator.pro
71 %{l_make} %{l_mflags -O} 76 %{l_make} %{l_mflags -O}
72 77

mercurial