auto-import ladspa-1.12-0.fdr.3.1 from ladspa-1.12-0.fdr.3.1.src.rpm

This commit is contained in:
cvsextras 2004-11-08 04:40:21 +00:00
parent 76d8d822e6
commit f052d7488f

View File

@ -1,6 +1,6 @@
Name: ladspa Name: ladspa
Version: 1.12 Version: 1.12
Release: 0.fdr.3.rh90 Release: 0.fdr.3.1
Epoch: 0 Epoch: 0
Summary: LADSPA SDK, example plug-ins and tools. 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 and plug-in is contained within copious comments within the ladspa.h
header file. header file.
# -----------------------------------------------------------------------------
%prep %prep
%setup -q -n ladspa_sdk %setup -q -n ladspa_sdk
@ -45,7 +44,6 @@ perl -pi -e 's/^(CFLAGS.*)-O3(.*)/$1\$\(RPM_OPT_FLAGS\)$2/' src/makefile
cd doc cd doc
perl -pi -e "s!HREF=\"ladspa.h.txt\"!href=\"file:///usr/include/ladspa.h\"!" *.html perl -pi -e "s!HREF=\"ladspa.h.txt\"!href=\"file:///usr/include/ladspa.h\"!" *.html
# -----------------------------------------------------------------------------
%build %build
cd src cd src
@ -54,7 +52,6 @@ make targets %{?_smp_mflags}
#make test #make test
#make check #make check
# -----------------------------------------------------------------------------
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -72,12 +69,10 @@ make install \
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
# -----------------------------------------------------------------------------
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -93,7 +88,6 @@ rm -rf $RPM_BUILD_ROOT
%doc doc/*.html %doc doc/*.html
%{_includedir}/ladspa.h %{_includedir}/ladspa.h
# -----------------------------------------------------------------------------
%changelog %changelog
* Sun Sep 07 2003 Thomas Vander Stichele <thomas at apestaart dot org> * Sun Sep 07 2003 Thomas Vander Stichele <thomas at apestaart dot org>