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.16 by elmer, Wed Jun 27 12:50:44 2007 UTC vs.
Revision 1.17 by muzaffar, Mon Sep 3 15:28:45 2007 UTC

# Line 1 | Line 1
1 < ### RPM external qt 3.3.6-CMS3
1 > ### RPM external qt 3.3.6-CMS8
2   ## INITENV UNSET QMAKESPEC
3   ## INITENV SET QTDIR %i
4   %define qttype %(echo %realversion | sed 's/[-0-9.]*//')
# Line 64 | Line 64 | perl -p -i -e 's/^install_framework:/ins
64   %endif
65  
66   make %makeprocesses
67 +
68 + %install
69 + make install
70 +
71 + # SCRAM ToolBox toolfile
72 + mkdir -p %i/etc/scram.d
73 + cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
74 + <doc type=BuildSystem::ToolDoc version=1.0>
75 + <Tool name=%n version=%v>
76 + <info url="http://www.trolltech.com/products/qt.html"></info>
77 + <LIB name=qt-mt>
78 + <Client>
79 + <Environment name=QT_BASE default="%i"></Environment>
80 + <Environment name=LIBDIR default="$QT_BASE/lib"></Environment>
81 + <Environment name=INCLUDE default="$QT_BASE/include"></Environment>
82 + </Client>
83 + <Flags CPPDEFINES="QT_ALTERNATE_QTSMANIP QT_CLEAN_NAMESPACE QT_THREAD_SUPPORT">
84 + <Runtime name=PATH value="$QT_BASE/bin" type=path>
85 + <use name=X11>
86 + <use name=opengl>
87 + <use name=zlib>
88 + </Tool>
89 + EOF_TOOLFILE
90 +
91   %post
92   %{relocateConfig}lib/libqt-mt.la
93 + %{relocateConfig}etc/scram.d/%n
94  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines