Summary: DIM server to translate GTU DIM services Name: @PACKAGE_TARNAME@ Version: @PACKAGE_VERSION@ Release: @RPM_RELEASE@ License: GPL Group: Applications/Science Source: %{name}-%{version}.tar.gz Distribution: ALICE TRD Vendor: ALICE TRD Packager: @PACKAGE_BUGREPORT@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description DIM server to translate GTU DIM services. The GTU publishes many of its data as C-structs, but the dimarch deamon cannot hadle such structs. This program is a hack to parse the data from the GTU DIM server, extract the optical power received from the 12 ORIs and re-publish the data as single floats. %prep %setup %configure %build make %install rm -rf $RPM_BUILD_ROOT %makeinstall %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) /usr/sbin/oripwrproxy /etc/init.d/oripwrproxy