Remove wrong 80 white space lines, replace with correct newlines.
This commit is contained in:
parent
3ee6f14f08
commit
e560ca8701
12
ladspa.spec
12
ladspa.spec
@ -3,13 +3,13 @@ Version: 1.12
|
|||||||
Release: 3
|
Release: 3
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: LADSPA SDK, example plug-ins and tools.
|
Summary: LADSPA SDK, example plug-ins and tools.
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPL
|
License: LGPL
|
||||||
URL: http://www.ladspa.org/
|
URL: http://www.ladspa.org/
|
||||||
Source: http://www.ladspa.org/download/%{name}_sdk_%{version}.tgz
|
Source: http://www.ladspa.org/download/%{name}_sdk_%{version}.tgz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: gcc-c++
|
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
|
Plugin API (LADSPA) attempts to give programmers the ability to write
|
||||||
simple `plugin' audio processors in C/C++ and link them dynamically
|
simple `plugin' audio processors in C/C++ and link them dynamically
|
||||||
against a range of host applications.
|
against a range of host applications.
|
||||||
|
|
||||||
This package contains the example plug-ins and tools from the LADSPA SDK.
|
This package contains the example plug-ins and tools from the LADSPA SDK.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Linux Audio Developer's Simple Plug-in API
|
Summary: Linux Audio Developer's Simple Plug-in API
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -29,7 +29,7 @@ Requires: %{name} = %{epoch}:%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
ladspa-devel contains the ladspa.h header file.
|
ladspa-devel contains the ladspa.h header file.
|
||||||
|
|
||||||
Definitive technical documentation on LADSPA plug-ins for both the host
|
Definitive technical documentation on LADSPA plug-ins for both the host
|
||||||
and plug-in is contained within copious comments within the ladspa.h
|
and plug-in is contained within copious comments within the ladspa.h
|
||||||
header file.
|
header file.
|
||||||
@ -68,7 +68,7 @@ make install \
|
|||||||
INSTALL_PLUGINS_DIR=$RPM_BUILD_ROOT/%{_libdir}/ladspa \
|
INSTALL_PLUGINS_DIR=$RPM_BUILD_ROOT/%{_libdir}/ladspa \
|
||||||
INSTALL_INCLUDE_DIR=$RPM_BUILD_ROOT/%{_includedir} \
|
INSTALL_INCLUDE_DIR=$RPM_BUILD_ROOT/%{_includedir} \
|
||||||
INSTALL_BINARY_DIR=$RPM_BUILD_ROOT/%{_bindir}
|
INSTALL_BINARY_DIR=$RPM_BUILD_ROOT/%{_bindir}
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
Loading…
Reference in New Issue
Block a user