Summary: Support library for the TRD Name: @PACKAGE_TARNAME@ Version: @PACKAGE_VERSION@ Release: @RPM_RELEASE@ Copyright: 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 Various functions for the ALICE TRD. %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/include/* /usr/bin/* /usr/lib/libTRD.a /usr/lib/libTRD.so* %exclude /usr/lib/libTRD.la