ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/gccxml.spec
Revision: 1.3
Committed: Thu Jul 6 13:08:38 2006 UTC (18 years, 9 months ago) by eulisse
Branch: MAIN
CVS Tags: for080p4, for080pre3
Changes since 1.2: +1 -0 lines
Log Message:
Bumping revision to make sure they get built with the new install.sh.

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 %makeprocesses
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
28 #