ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/gccxml.spec
Revision: 1.2
Committed: Wed Mar 15 17:28:03 2006 UTC (19 years, 1 month ago) by eulisse
Branch: MAIN
CVS Tags: CRABSERVER_TEST_BUILD_V4, CRABSERVER_TEST_BUILD_V3, CRABSERVER_TEST_BUILD_V2, CRABSERVER_TEST_BUILD_V1, forCRABSERVER104test, forCRABSERVER103, PRODAGENT_0_10_12_V10, PRODAGENT_0_10_12_V9, PRODAGENT_0_10_12_V8, PRODAGENT_0_10_12_V7, PRODAGENT_0_10_12_V6, PRODAGENT_0_10_12_V5, PRODAGENT_0_10_12_V4, forCS102pre4, PRODAGENT_0_10_12_V3, PRODAGENT_0_10_12_V2, PRODAGENT_0_10_12, PRODAGENT_0_10_3, PRODAGENT_0_10_3_20080521, PRODAGENT_0_8_3_SL4, forPA070pre3-slc3, forPA070pre3-slc4, forPA070pre3-slc, forPA061, forPA060pre7-slc4, forPA060pre3, forDBS106, forPA050pre3, WEBTOOLS_CONFIG_1_pre2, WEBTOOLS_CONFIG_1_pre1, forPA030, forPA020, PR_0_5_4, PR_0_5_0, PR_0_4_21, PRODREQUEST_0_4_0, PR0_3_13, PR0_3_12, PR0-3-11, forPR034, forPR033, forPIL116, forPR032, forPR030, forPR020, forPA011, forPR010, forPA010, af20060928, ProdAgent_pa17, phedex_2_3_series, forLCG_44, forCMSSW_0_8_0_pre2, V00-01-02, V00-01-2, V00-01-01, V00-01-00, V00-00-11, V00-00-10, V00-00-09, V00-00-08, V00-00-07, V00-00-06, V00-00-05, V00-00-04, V00-00-03, V00-00-02, V00-00-01, V00-00-00, test2, test1, NataliaStart
Changes since 1.1: +1 -1 lines
Log Message:
Optional -j n added to make command.

File Contents

# User Rev Content
1 eulisse 1.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 eulisse 1.2 make %makeprocesses
18 eulisse 1.1
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