From f052d7488f579391289172b57cb15a7f122b25c6 Mon Sep 17 00:00:00 2001 From: cvsextras Date: Mon, 8 Nov 2004 04:40:21 +0000 Subject: [PATCH] auto-import ladspa-1.12-0.fdr.3.1 from ladspa-1.12-0.fdr.3.1.src.rpm --- ladspa.spec | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ladspa.spec b/ladspa.spec index 4241fea..06ebc55 100644 --- a/ladspa.spec +++ b/ladspa.spec @@ -1,6 +1,6 @@ Name: ladspa Version: 1.12 -Release: 0.fdr.3.rh90 +Release: 0.fdr.3.1 Epoch: 0 Summary: LADSPA SDK, example plug-ins and tools. @@ -34,7 +34,6 @@ Definitive technical documentation on LADSPA plug-ins for both the host and plug-in is contained within copious comments within the ladspa.h header file. -# ----------------------------------------------------------------------------- %prep %setup -q -n ladspa_sdk @@ -45,7 +44,6 @@ perl -pi -e 's/^(CFLAGS.*)-O3(.*)/$1\$\(RPM_OPT_FLAGS\)$2/' src/makefile cd doc perl -pi -e "s!HREF=\"ladspa.h.txt\"!href=\"file:///usr/include/ladspa.h\"!" *.html -# ----------------------------------------------------------------------------- %build cd src @@ -54,7 +52,6 @@ make targets %{?_smp_mflags} #make test #make check -# ----------------------------------------------------------------------------- %install rm -rf $RPM_BUILD_ROOT @@ -72,12 +69,10 @@ make install \ INSTALL_INCLUDE_DIR=$RPM_BUILD_ROOT/%{_includedir} \ INSTALL_BINARY_DIR=$RPM_BUILD_ROOT/%{_bindir} -# ----------------------------------------------------------------------------- %clean rm -rf $RPM_BUILD_ROOT -# ----------------------------------------------------------------------------- %files %defattr(-,root,root,-) @@ -93,7 +88,6 @@ rm -rf $RPM_BUILD_ROOT %doc doc/*.html %{_includedir}/ladspa.h -# ----------------------------------------------------------------------------- %changelog * Sun Sep 07 2003 Thomas Vander Stichele