ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/jimmy.spec
Revision: 1.3
Committed: Tue May 1 17:56:14 2007 UTC (18 years ago) by elmer
Branch: MAIN
CVS Tags: CMSSW_1_5_4, CMSSW_1_5_3, dl070725, CMSSW_1_5_2, CMSSW_1_5_1, dl070629t2, dl070629, ge20070629, CMSSW_1_5_0-ignominy470, pe20070626c-ports, ge20070625, pe20070626b-ports, sm20070626a-ports, pe20070626a-ports, pe20070625b-ports, pe20070625a-ports, pe20070624a-ports, CMSSW_1_5_0, ge20070622, dl070621, CMSSW_1_5_0_pre6, dl070616, nrFWLITE_150pre5_noseal_newboost, dl070615, dl070614xdaq, dl070614, pe20070607a-ports, CMSSW_1_5_0_pre5, dl070602t2, dl070602, CMSSW_1_5_0_pre4, nrFWLITE_150pre4, dl070522_150pre4cand, pe20070522a-ports, CMSSW_1_5_0_pre3, pe20070518c, pe20070519a-ports, pe20070518b, pe20070518a, pe20070517-for150p3ext, pe20070512a-ports, pe20070508a-ports, pe20070507a-ports, CMSSW_1_5_0_pre2, dl070505t4, dl070505t3, dl070505t2, dl070505, pe20070501c-ports
Changes since 1.2: +0 -6 lines
Log Message:
Removing more gcc-wrapper stuff

File Contents

# User Rev Content
1 dlange 1.1 ### RPM external jimmy 4.2
2 dlange 1.2 Requires: herwig
3 dlange 1.1 %define realversion %(echo %v | cut -d- -f1 )
4     Source: http://service-spi.web.cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{realversion}-src.tgz
5     %prep
6     %setup -q -n %{n}
7 dlange 1.2 ./configure --with-herwig=$HERWIG_ROOT
8 dlange 1.1
9     %build
10     make
11    
12     %install
13     tar -c lib include | tar -x -C %i
14