ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/lcov-toolfile.spec
Revision: 1.1
Committed: Tue Jul 17 12:28:21 2012 UTC (12 years, 9 months ago) by davidlt
Branch: MAIN
Log Message:
Misc. updates to lcov. Builds now correctly on OS X.

File Contents

# Content
1 ### RPM external lcov-toolfile 1.0
2 Requires: lcov
3 %prep
4
5 %build
6
7 %install
8
9 mkdir -p %i/etc/scram.d
10 cat << \EOF_TOOLFILE >%i/etc/scram.d/lcov.xml
11 <tool name="lcov" version="@TOOL_VERSION@">
12 <client>
13 <environment name="LCOV_BASE" default="@TOOL_ROOT@"/>
14 </client>
15 <runtime name="PATH" value="$LCOV_BASE/bin" type="path"/>
16 </tool>
17 EOF_TOOLFILE
18
19 ## IMPORT scram-tools-post