ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/boss.spec
Revision: 1.1
Committed: Tue Mar 14 12:49:46 2006 UTC (19 years, 1 month ago) by eulisse
Branch: MAIN
CVS Tags: test2, test1, NataliaStart
Log Message:
First added to repository. required by crab.

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM cms boss 3.6.3
2     ## INITENV +PATH PATH %i/bin
3     %define downloadv %(echo v%v | tr '.' '_')
4     Source: http://boss.bo.infn.it/%n-%downloadv.tar.gz
5     %prep
6     %setup -n %n-%downloadv
7     %build
8     # BOSS does not support separate build and install directory... Building
9     # directly in %i.
10     mkdir -p %i
11     cp -r ./* %{i}
12     cd %{i}
13     make
14     %install