Summary: Simple command line replacement for PVSS 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 Simple command line replacement for PVSS. Useful for debugging of InterCom Layer/FeeServer without full PVSS system. The software is not intended for production use. %prep %setup %configure %build make %install rm -rf $RPM_BUILD_ROOT %makeinstall #make DESTDIR=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) /usr/bin/* /usr/share/man/man1/* /usr/share/pvss_mockup/*