# | Line 5 | Line 5 | Source: http://www.gccxml.org/files/v0.6 | |
---|---|---|
5 | Patch0: gccxml1 | |
6 | Patch1: gccxml2 | |
7 | Patch2: gccxml3 | |
8 | + | Patch3: gccxml4 |
9 | ||
10 | %prep | |
11 | %setup -n %{n}-%{realversion} | |
12 | < | %patch1 -p1 |
12 | > | #%patch1 -p1 |
13 | > | %patch4 -p1 |
14 | ||
15 | %build | |
16 | mkdir gccxml-build | |
# | Line 20 | Line 22 | make %makeprocesses | |
22 | cd gccxml-build | |
23 | make install | |
24 | cd %i | |
25 | < | patch -p1 <%{_sourcedir}/gccxml1 |
26 | < | patch -p1 <%{_sourcedir}/gccxml3 |
25 | > | #patch -p1 <%{_sourcedir}/gccxml1 |
26 | > | #patch -p1 <%{_sourcedir}/gccxml3 |
27 | ||
28 | # SCRAM ToolBox toolfile | |
29 | mkdir -p %i/etc/scram.d |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |