forked from sclorg/rhscl-rebuild-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
thermostat.yml
31 lines (31 loc) · 985 Bytes
/
thermostat.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Recipe for thermostat1 collection
#
# Note that protobuf-java is a BR of netty, its source RPM may be obtain here:
#
# https://www.softwarecollections.org/repos/rhscl/thermostat1/epel-7-x86_64/thermostat1-protobuf-java-2.5.0-5.el7.centos.src.rpm
#
# Instructions as to how to build the collection are:
#
# 1. Install dependent scldevel packages + javapackages-tools:
# $ yum install rh-mongodb26-scldevel \
# rh-java-common-scldevel \
# maven30-scldevel \
# maven30-javapackages-tools
# 2. Build metapackage: thermostat1
# 3. Build other packages as listed in this yaml file.
#
# The maven30 dependency is build-only. No runtime requires should
# get generated on maven30 packages.
---
thermostat1:
name: Thermostat 1.2
requires: [rh-java-common, rh-mongodb26, maven30]
packages:
- thermostat1
- protobuf-java
- netty
- jcommon
- jfreechart
- jline2
- apache-commons-fileupload
- thermostat