Name: cmt Version: 1.15 Release: 0.fdr.1 Summary: Computer Music Toolkit LADSPA plug-ins. Group: System Environment/Libraries License: LGPL URL: http://www.ladspa.org/ Source: http://www.ladspa.org/download/cmt_src_%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: ladspa BuildRequires: ladspa-devel BuildRequires: gcc-c++ %description The Computer Music Toolkit (CMT) is a collection of LADSPA plug-ins for use with software synthesis and recording packages on Linux. This package contains several audio plug-ins, including freeverb. %prep %setup -q -n %{name} %build cd src make INCLUDES= targets %install rm -rf $RPM_BUILD_ROOT # the makefile does not create this directory install -m 755 -d $RPM_BUILD_ROOT%{_libdir}/ladspa cd src make \ INSTALL_PLUGINS_DIR=$RPM_BUILD_ROOT%{_libdir}/ladspa \ install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %doc doc/* %{_libdir}/ladspa/cmt.so %changelog * Tue Dec 21 2004 Thomas Vander Stichele - 1.15-0.fdr.1 - re-adopt - new upstream release * Fri Oct 25 2002 Matthias Saou - Spec file cleanup. * Mon Jun 17 2002 Thomas Vander Stichele - release 2 * Tue Jun 04 2002 Thomas Vander Stichele - adapted from Mandrake spec * Fri Mar 29 2002 Götz Waschk 1.12-1mdk - initial package