]> git.uio.no Git - u/mrichter/AliRoot.git/blob - cmake/da.spec.in
ALIROOT-3799 - DAs documentation
[u/mrichter/AliRoot.git] / cmake / da.spec.in
1 # RPM specfile for  Detector Algorithm
2 Summary: @DETECTOR@ Detector Algorithm
3 Name: @DA_NAME@
4 Version: @ALIROOT_VERSION_RPM@
5 Release: @GIT_SHORT_SHA1@
6 License: CERN Alice DAQ/Offine
7 Group: Applications/Alice
8 Prefix: /opt/%{name}
9 BuildRoot: /@CMAKE_CURRENT_BINARY_DIR@/da-@_ALGORITHM@-rpm/root
10 Packager: Alina Grigoras <alina.gabriela.grigoras@cern.ch>
11
12 # automatic dependencies
13 AutoReqProv: yes
14
15 # list here required RPM packages for compilation
16 BuildRequires: date
17
18 # list here required RPM packages for runtime
19 Requires: date, daqDA-lib
20
21 # You can specify other dependencies in the description tag below.
22
23 # description of the package
24 %description
25 @RPM_DESCRIPTION@
26
27 # Turning off the Fascist build policy
28 %define _unpackaged_files_terminate_build 0
29
30 # list of files to be installed
31 %files
32 %defattr (-,root,root)
33 %{prefix}/@DA_EXECUTABLE@