diff --git a/.cvsignore b/.cvsignore index e69de29..160b52b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +tap-plugins-0.7.0.tar.gz diff --git a/ladspa-tap-plugins.spec b/ladspa-tap-plugins.spec new file mode 100644 index 0000000..dc973e7 --- /dev/null +++ b/ladspa-tap-plugins.spec @@ -0,0 +1,87 @@ +Name: ladspa-tap-plugins +Version: 0.7.0 +Release: 4%{?dist} +Summary: Tom's Audio Processing plugin +License: GPLv2+ +Group: Applications/Multimedia +URL: http://tap-plugins.sourceforge.net/ +Source0: http://downloads.sourceforge.net/tap-plugins/tap-plugins-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: ladspa-devel +Requires: ladspa +Obsoletes: tap-plugins <= 0.7.0-1 +Provides: tap-plugins = %{version}-%{release} + +%description +TAP-plugins is short for Tom's Audio Processing plugins. It is a bunch +of LADSPA plugins for digital audio processing, intended for use in a +professional DAW environment such as Ardour. + + +%prep +%setup -q -n tap-plugins-%{version} +# use the system version of ladspa.h +%{__rm} ladspa.h +ln -s /usr/include/ladspa.h . + + +%build +%{__make} %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -ffast-math -c -fPIC -DPIC" + + +%install +%{__rm} -rf %{buildroot} +%{__mkdir} -p %{buildroot}%{_libdir}/ladspa +%{__make} INSTALL_PLUGINS_DIR=%{buildroot}%{_libdir}/ladspa/ \ + INSTALL_LRDF_DIR=%{buildroot}%{_datadir}/ladspa/rdf/ install + + +%clean +%{__rm} -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%doc COPYING CREDITS README +%{_libdir}/ladspa/*.so +%{_datadir}/ladspa/rdf/* + + +%changelog +* Thu Oct 4 2007 Hans de Goede 0.7.0-4 +- Use system version of ladspa.h + +* Wed Oct 3 2007 Hans de Goede 0.7.0-3 +- Various specfile improvements to match the Fedora Packaging Guidelines +- Submit for review for Fedora inclusion + +* Mon Apr 16 2007 Fernando Lopez-Lezcano 0.7.0-2 +- change name from tap-plugins to ladspa-tap-plugins, build on fc6 + +* Mon Dec 20 2004 Fernando Lopez-Lezcano +- spec file cleanup + +* Fri Dec 3 2004 Fernando Lopez-Lezcano +- added proper compilation flags, leave original optimization alone + +* Wed Aug 18 2004 Fernando Lopez-Lezcano 0.7.0-1 +- updated to 0.7.0 + +* Sun Jul 4 2004 Fernando Lopez-Lezcano 0.6.0-1 +- updated to 0.6.0 +- documentation is now on a separate package + +* Thu May 13 2004 Fernando Lopez-Lezcano 0.5.0-1 +- updated to 0.5.0, added documentation files + +* Wed Mar 3 2004 Fernando Lopez-Lezcano 0.4.2-1 +- updated to 0.4.2 + +* Wed Feb 18 2004 Fernando Lopez-Lezcano 0.4.0-1 +- do not depend on ladspa package explicitly + +* Wed Feb 4 2004 Fernando Lopez-Lezcano 0.3.0-1 +- updated to 0.3.0 + +* Thu Jan 29 2004 Fernando Lopez-Lezcano 0.2.0-1 +- initial build diff --git a/sources b/sources index e69de29..a8e64c0 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +e3e13df63627dcf54d0a96f8125df9ee tap-plugins-0.7.0.tar.gz