Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated utm: include installation of xsd-type and UTM_XSD_DIR env #2150

Merged
merged 1 commit into from Feb 17, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion utm-toolfile.spec
@@ -1,4 +1,4 @@
### RPM external utm-toolfile 1.0
### RPM external utm-toolfile 1.1
Requires: utm
%prep

Expand All @@ -20,6 +20,7 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/utm.xml
<environment name="INCLUDE" default="$UTM_BASE/include"/>
</client>
<runtime name="ROOT_INCLUDE_PATH" value="$INCLUDE" type="path"/>
<runtime name="UTM_XSD_DIR" value="$UTM_BASE/xsd-type"/>
<use name="root_cxxdefaults"/>
</tool>
EOF_TOOLFILE
Expand Down
3 changes: 2 additions & 1 deletion utm.spec
@@ -1,4 +1,4 @@
### RPM external utm r41757-xsd310-patch
### RPM external utm r42528-xsd310-patch
Source: git+https://gitlab.cern.ch/cms-l1t-utm/utm.git?obj=master/%{realversion}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz
BuildRequires: gmake
Requires: xerces-c
Expand All @@ -16,4 +16,5 @@ make %{makeprocesses} -f Makefile.standalone install
%install
cp -r lib %{i}/lib
cp -r include %{i}/include
cp -r xsd-type %{i}/xsd-type