auto-import ladspa-1.12-0.fdr.3.1 from ladspa-1.12-0.fdr.3.1.src.rpm
This commit is contained in:
parent
76d8d822e6
commit
f052d7488f
@ -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 <thomas at apestaart dot org>
|
||||
|
Loading…
Reference in New Issue
Block a user