ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/qt.spec
(Generate patch)

Comparing COMP/CMSDIST/qt.spec (file contents):
Revision 1.9 by eulisse, Thu Jul 6 13:08:38 2006 UTC vs.
Revision 1.13 by ratnik, Wed Apr 18 23:46:02 2007 UTC

# Line 1 | Line 1
1 < ### RPM external qt 3.3.4
1 > ### RPM external qt 3.3.6
2 > Requires: gcc-wrapper
3   ## INITENV UNSET QMAKESPEC
4   ## INITENV SET QTDIR %i
5   %define qttype %(echo %v | sed 's/[-0-9.]*//')
# Line 29 | Line 30 | Patch3: qt-src-qt_install.pri
30  
31   %prep
32   %setup -T -b %sourcepkg -n %n-%type-free-%{qtversion}
33 < %ifos darwin
34 < %patch1 -p0
35 < %patch2 -p0
36 < %patch3 -p0
37 < %endif
33 > #%ifos darwin
34 > #%patch1 -p0
35 > #%patch2 -p0
36 > #%patch3 -p0
37 > #%endif
38  
39   %build
40 + ## IMPORT gcc-wrapper
41   unset QMAKESPEC || true
42   export QTDIR=$PWD
43   export PATH=$QTDIR/bin:$PATH
# Line 51 | Line 53 | echo yes | ./configure -prefix %i -threa
53   # install_framework is hosed
54   perl -p -i -e 's/^install_framework:/install_framework:\ninstall_framework_no:/' src/Makefile
55   make %makeprocesses
56 < #
56 > %post
57 > %{relocateConfig}lib/libqt-mt.la
58 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines