]> git.uio.no Git - u/mrichter/AliRoot.git/blob - cmake/da.spec.in
Create DA RPM
[u/mrichter/AliRoot.git] / cmake / da.spec.in
1 # RPM specfile for  Detector Algorithm
2 Summary: @DETECTOR@ Detector Algorithm
3 Name: daqDA-@DETECTOR@-@ALGORITHM@
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
10
11 # automatic dependencies
12 AutoReqProv: yes
13
14 # list here required RPM packages for compilation
15 BuildRequires: date
16
17 # list here required RPM packages for runtime
18 Requires: date, daqDA-lib
19
20 # You can specify other dependencies in the description tag below.
21
22 # description of the package
23 %description
24 @RPM_DESCRIPTION@
25
26 # Turning off the Fascist build policy
27 %define _unpackaged_files_terminate_build 0
28
29 # list of files to be installed
30 %files
31 %defattr (-,root,root)
32 %{prefix}/@DA_EXECUTABLE@