ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/gccxml.spec
Revision: 1.5
Committed: Wed Apr 18 23:46:01 2007 UTC (18 years ago) by ratnik
Branch: MAIN
CVS Tags: pe20070428a-ports, pe20070423b-ports, pe20070423a-ports
Changes since 1.4: +2 -0 lines
Log Message:
Changes for building  externals in 64/32 mode: added gcc-wrapper .

File Contents

# Content
1 ### RPM external gccxml 0.6.0
2 Requires: gcc-wrapper
3
4 Requires: cmake
5 Source: http://www.gccxml.org/files/v0.6/%n-%v.tar.gz
6 Patch0: gccxml1
7 Patch1: gccxml2
8 Patch2: gccxml3
9
10 %prep
11 %setup -n %{n}-%{v}
12 %patch1 -p1
13
14 %build
15 ## IMPORT gcc-wrapper
16 mkdir gccxml-build
17 cd gccxml-build
18 cmake -DCMAKE_INSTALL_PREFIX:PATH=%i ..
19 make %makeprocesses
20
21 %install
22 cd gccxml-build
23 make install
24 cd %i
25 patch -p1 <%{_sourcedir}/gccxml1
26 patch -p1 <%{_sourcedir}/gccxml3
27
28 %post
29 %{relocateConfig}share/gccxml-0.6/gccxml_config