12 |
|
# pyqt builds and uses an helper program "qtdirs" to determine where qt is installed. |
13 |
|
# We had to patch its sources so that it reads the configuration file qt.conf |
14 |
|
# like other qt applications, so that we get the correctly relocated information. |
15 |
< |
# Notice that in %build we copy qt.conf from the QT installation to get the correct |
16 |
< |
# location. |
15 |
> |
# Notice that in the build section we copy qt.conf from the QT installation to |
16 |
> |
# get the correct location. |
17 |
|
%patch0 -p1 |
18 |
|
|
19 |
|
%build |