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

Comparing COMP/CMSDIST/gccxml.spec (file contents):
Revision 1.11 by elmer, Sun Oct 21 08:30:52 2007 UTC vs.
Revision 1.13 by elmer, Fri Nov 2 20:32:29 2007 UTC

# Line 1 | Line 1
1 < ### RPM external gccxml 0.6.0-CMS8
1 > ### RPM external gccxml 0.6.0-CMS18
2  
3   Requires: cmake
4   Source: http://www.gccxml.org/files/v0.6/%n-%realversion.tar.gz
# Line 9 | Line 9 | Patch3: gccxml4
9  
10   %prep
11   %setup -n %{n}-%{realversion}
12 < #%patch1 -p1
13 < %patch3 -p1
12 > %patch1 -p1
13  
14   %build
15 + cd GCC_XML/Support
16 + patch -p3 <%{_sourcedir}/gccxml1
17 + patch -p3 <%{_sourcedir}/gccxml3
18 + patch -p3 <%{_sourcedir}/gccxml4
19 + cd ../../
20   mkdir gccxml-build
21   cd gccxml-build
22   cmake -DCMAKE_INSTALL_PREFIX:PATH=%i ..
# Line 22 | Line 26 | make %makeprocesses
26   cd gccxml-build
27   make install
28   cd %i
25 #patch -p1 <%{_sourcedir}/gccxml1
26 #patch -p1 <%{_sourcedir}/gccxml3
29  
30   # SCRAM ToolBox toolfile
31   mkdir -p %i/etc/scram.d

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines