# $Id$ Name: DataQueue Version: 5.0 Release: 1 Summary: The DataQueue executable. Group: KM3NeT/DAQ License: INFN URL: http://wiki.km3net.de/index.php/DataQueue Source0: http://svn.km3net.de/Jpp/trunk/software/DataQueue/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: km3boost,jpp-libs %description DataQueue provides the first data aggregation and distribution layer for the on-shore KM3NeT DAQ system. %define debug_package %{nil} %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/bin/ mv DataQueue $RPM_BUILD_ROOT/usr/bin/ %clean rm -rf $RPM_BUILD_ROOT %files %defattr(755,root,root,-) /usr/bin/DataQueue %changelog * Fri May 27 2016 Carmelo Pellegrino 5.0 - CLB data format aligned to CLB f/w rev20160510 * Thu Dec 17 2015 Carmelo Pellegrino 3.4 - Monitor of the memory usage added to the debug log * Thu Dec 17 2015 Carmelo Pellegrino 3.3 - Minor optimisation removed. This improves robustness of DQ * Thu Dec 10 2015 Carmelo Pellegrino 3.2 - Dump file file name now contains also the detector ID * Mon Nov 30 2015 Carmelo Pellegrino 3.1 - First RPM version - DQ now add Detector ID information to DAQCommonHeader