Remove wrong 80 white space lines, replace with correct newlines.

This commit is contained in:
Matthias Saou 2005-02-28 21:12:57 +00:00
parent 3ee6f14f08
commit e560ca8701

View File

@ -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