Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 17f86c0b8de69a64473405a6a897a689 > files > 2

cmt-1.15-3mdk.src.rpm

%define name cmt
%define oname cmt_src
%define version 1.15
%define release 3mdk

Summary: Computer Music Toolkit ladspa plugins.
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.ladspa.org/download/%{oname}_%version.tar.bz2
Patch:	 cmt-gcc3.1.patch.bz2
License: GPL
Group: Sound
URL: http://www.ladspa.org
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: ladspa-devel

%description 

The Computer Music Toolkit (CMT) is a collection of LADSPA plugins for
use with software synthesis and recording packages on Linux.

This package contains several audio plugins, including freeverb.

%prep
%setup -q -n %name
%patch

%build
cd src
%make targets OPTFLAGS="%optflags"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%_libdir/ladspa
cp plugins/* $RPM_BUILD_ROOT%_libdir/ladspa

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc doc/*
%_libdir/ladspa/*.so

%changelog
* Fri Jun  4 2004 Götz Waschk <waschk@linux-mandrake.com> 1.15-3mdk
- add source URL
- drop prefix
- new g++

* Fri Jan  2 2004 Götz Waschk <waschk@linux-mandrake.com> 1.15-2mdk
- routinely rebuild 

* Fri Dec 27 2002 Götz Waschk <waschk@linux-mandrake.com> 1.15-1mdk
- new version

* Fri Aug 16 2002 Götz Waschk <waschk@linux-mandrake.com> 1.14-3mdk
- gcc 3.2-0.3mdk rebuild

* Mon Aug 12 2002 Götz Waschk <waschk@linux-mandrake.com> 1.14-2mdk
- arrgh, use real sources
- fix patch (half-merged)

* Mon Aug 12 2002 Götz Waschk <waschk@linux-mandrake.com> 1.14-1mdk
- new version

* Mon Jul 29 2002 Götz Waschk <waschk@linux-mandrake.com> 1.12-3mdk
- gcc 3.2 build

* Tue May 28 2002 Götz Waschk <waschk@linux-mandrake.com> 1.12-2mdk
- use our optflags
- patch to allow build with g++3.1
- gcc 3.1

* Fri Mar 29 2002 Götz Waschk <waschk@linux-mandrake.com> 1.12-1mdk
- initial package