From e560ca87014e16afdf913bee855e61507de9f951 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Mon, 28 Feb 2005 21:12:57 +0000 Subject: [PATCH] Remove wrong 80 white space lines, replace with correct newlines. --- ladspa.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ladspa.spec b/ladspa.spec index 58a2c67..88ad701 100644 --- a/ladspa.spec +++ b/ladspa.spec @@ -3,13 +3,13 @@ Version: 1.12 Release: 3 Epoch: 0 Summary: LADSPA SDK, example plug-ins and tools. - + Group: System Environment/Libraries License: LGPL URL: http://www.ladspa.org/ Source: http://www.ladspa.org/download/%{name}_sdk_%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - + BuildRequires: perl BuildRequires: gcc-c++ @@ -19,9 +19,9 @@ the Linux platform at this time. The Linux Audio Developer's Simple Plugin API (LADSPA) attempts to give programmers the ability to write simple `plugin' audio processors in C/C++ and link them dynamically against a range of host applications. - + This package contains the example plug-ins and tools from the LADSPA SDK. - + %package devel Summary: Linux Audio Developer's Simple Plug-in API Group: Development/Libraries @@ -29,7 +29,7 @@ Requires: %{name} = %{epoch}:%{version}-%{release} %description devel ladspa-devel contains the ladspa.h header file. - + 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. @@ -68,7 +68,7 @@ make install \ INSTALL_PLUGINS_DIR=$RPM_BUILD_ROOT/%{_libdir}/ladspa \ INSTALL_INCLUDE_DIR=$RPM_BUILD_ROOT/%{_includedir} \ INSTALL_BINARY_DIR=$RPM_BUILD_ROOT/%{_bindir} - + %clean rm -rf $RPM_BUILD_ROOT