File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed
scram-tools.file/tools/xtd Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ Requires: python_tools
152152Requires: dablooms
153153Requires: zlib
154154Requires: rivet
155-
155+ Requires: xtd
156156
157157# Only for Linux platform.
158158%ifos linux
Original file line number Diff line number Diff line change 1+ <tool name =" @TOOL@" version =" @TOOL_VERSION@" revision =" 1" >
2+ <client >
3+ <environment name =" @TOOL_BASE@" default =" @TOOL_ROOT@" />
4+ <environment name =" INCLUDE" default =" $@TOOL_BASE@/include" />
5+ </client >
6+ <runtime name =" ROOT_INCLUDE_PATH" value =" $INCLUDE" type =" path" />
7+ </tool >
Original file line number Diff line number Diff line change 1+ ### RPM external xtd be7dc5807e054ea9a4796c902b5076a7c36ca918
2+ ## NOCOMPILER
3+
4+ %define git_commit %{realversion }
5+
6+ Source: https://github.com/cms-patatrack/%{n }/archive/%{git_commit }.tar.gz
7+
8+ %prep
9+ %setup -n %{n }-%{git_commit }
10+
11+ %build
12+
13+ %install
14+ cp -ar LICENSE %{i }/LICENSE
15+ cp -ar README.md %{i }/README.md
16+ cp -ar include %{i }/include
17+
18+ %post
You can’t perform that action at this time.
0 commit comments