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

Comparing COMP/CMSDIST/qt3.spec (file contents):
Revision 1.1 by elmer, Tue Feb 3 06:23:06 2009 UTC vs.
Revision 1.3 by elmer, Wed Feb 4 13:37:41 2009 UTC

# Line 67 | Line 67 | perl -p -i -e 's/^install_framework:/ins
67   # on the 64-bit machines
68   %if (("%cmsplatf" == "slc4_ia32_gcc345")||("%cmsplatf" == "slc4_ia32_gcc412")||("%cmsplatf" == "slc4_ia32_gcc422"))
69    mkdir -p %{_builddir}/lib
70 <  ln -s /usr/lib/libfontconfig.so.1 %{_builddir}/qt3-%type-free-%{qtversion}/lib/libfontconfig.so
70 >  ln -s /usr/lib/libfontconfig.so.1 %{_builddir}/qt-%type-free-%{qtversion}/lib/libfontconfig.so
71   %endif
72  
73   make %makeprocesses
# Line 83 | Line 83 | cat << \EOF_TOOLFILE >%i/etc/scram.d/qt3
83   <info url="http://www.trolltech.com/products/qt.html"></info>
84   <LIB name=qt-mt>
85   <Client>
86 < <Environment name=QT_BASE default="%i"></Environment>
87 < <Environment name=LIBDIR default="$QT_BASE/lib"></Environment>
88 < <Environment name=INCLUDE default="$QT_BASE/include"></Environment>
86 > <Environment name=QT3_BASE default="%i"></Environment>
87 > <Environment name=LIBDIR default="$QT3_BASE/lib"></Environment>
88 > <Environment name=INCLUDE default="$QT3_BASE/include"></Environment>
89   </Client>
90   <Flags CPPDEFINES="QT_ALTERNATE_QTSMANIP QT_CLEAN_NAMESPACE QT_THREAD_SUPPORT">
91 < <Runtime name=PATH value="$QT_BASE/bin" type=path>
91 > <Runtime name=PATH value="$QT3_BASE/bin" type=path>
92   <use name=X11>
93   <use name=opengl>
94   <use name=zlib>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines