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.22 by elmer, Thu Dec 27 20:28:33 2007 UTC vs.
Revision 1.24 by elmer, Sun Nov 9 23:46:48 2008 UTC

# Line 1 | Line 1
1 < ### RPM external qt 3.3.8-CMS19
1 > ### RPM external qt 3.3.8
2   ## INITENV UNSET QMAKESPEC
3   ## INITENV SET QTDIR %i
4   %define qttype %(echo %realversion | sed 's/[-0-9.]*//')
# Line 65 | Line 65 | perl -p -i -e 's/^install_framework:/ins
65   # The following is a kludge around the fact that the fact that the
66   # /usr/lib/libfontconfig.so soft link (for 32-bit lib) is missing
67   # on the 64-bit machines
68 < %if (("%cmsplatf" == "slc4_ia32_gcc345")||("%cmsplatf" == "slc4_ia32_gcc412")||("%cmsplatf" == "slc4_ia32_gcc422"))
68 > case %cmsplatf in
69 > slc4_ia32*)
70    mkdir -p %{_builddir}/lib
71    ln -s /usr/lib/libfontconfig.so.1 %{_builddir}/%n-%type-free-%{qtversion}/lib/libfontconfig.so
72 < %endif
72 > esac
73  
74   make %makeprocesses
75  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines