Name: swh-plugins Version: 0.4.7 Release: 0.fdr.1 Summary: Steve Harris's set of audio plug-ins for LADSPA. Group: System Environment/Libraries License: GPL URL: http://wwww.plugin.org.uk/ Source: http://plugin.org.uk/releases/%{version}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: ladspa BuildRequires: ladspa-devel BuildRequires: pkgconfig BuildRequires: gettext BuildRequires: fftw-devel # gverb/ dir requires libtool instead of using the created one, FIXME BuildRequires: libtool BuildRequires: gcc-c++ %description swh-plugins is a set of audio plugins for LADSPA written by Steve Harris. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT # INSTALL_ROOT is used in toplevel Makefile.am # DESTDIR is used in all other subdirs make INSTALL_ROOT=$RPM_BUILD_ROOT DESTDIR=$RPM_BUILD_ROOT install %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING NEWS README TODO %{_datadir}/ladspa/rdf/swh-aux.rdf %{_datadir}/ladspa/rdf/swh-plugins.rdf %{_datadir}/ladspa/rdf/swh-scales.rdf %{_libdir}/ladspa/*.so %changelog * Fri Jul 30 2004 Thomas Vander Stichele - 0.4.7-0.fdr.1 - new upstream release - fix buildrequires * Tue Mar 16 2004 Thomas Vander Stichele - 0.4.3-0.fdr.1: update * Tue Jun 10 2003 Thomas Vander Stichele - 0:0.4.2-0.fdr.1: initial RPM release