ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/gccxml.spec
Revision: 1.1
Committed: Fri Feb 17 13:03:16 2006 UTC (19 years, 2 months ago) by eulisse
Branch: MAIN
Log Message:
Added to repository. gccxml has all the patched applied.

File Contents

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