[packages/spandsp] update/cleanup BR
glen
glen at pld-linux.org
Sun Mar 22 06:45:49 CET 2015
commit 491a6f4935217458da4cc167ddf1fb87f9f2e2d9
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Mar 22 05:42:55 2015 +0000
update/cleanup BR
audiofile-devel may be superfluous !
fftw-devel may be superfluous !
docbook-dtd43-xml ../t38_manual.xml:3: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
docbook-style-xsl-- warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"
fftw3-common-devel -- conftest.c:106:19: fatal error: fftw3.h: No such file or directory
fftw3-devel -- /usr/bin/ld: cannot find -lfftw3
fltk-devel -- conftest.cc:111:19: fatal error: FL/Fl.H: No such file or directory
libpcap-devel -- /usr/bin/ld: cannot find -lpcap
libsndfile-devel -- /usr/bin/ld: cannot find -lsndfile
spandsp.spec | 22 ++++++++++++++++++++--
1 file changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/spandsp.spec b/spandsp.spec
index 1137d35..b30aaa7 100644
--- a/spandsp.spec
+++ b/spandsp.spec
@@ -16,10 +16,28 @@ Group: Libraries
Source0: http://www.soft-switch.org/downloads/spandsp/%{name}-%{version}%{subver}.tgz
# Source0-md5: 9bdf1d027f1b5dc5e622d707fa1634cb
URL: http://www.soft-switch.org/
-BuildRequires: audiofile-devel
+#audiofile-devel may be superfluous !
+#BuildRequires: audiofile-devel
BuildRequires: automake
+# AUTO: -- ../t38_manual.xml:3: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+BuildRequires: docbook-dtd43-xml
+# AUTO: -- warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"
+BuildRequires: docbook-style-xsl
BuildRequires: doxygen
-BuildRequires: fftw-devel
+#fftw-devel may be superfluous !
+#BuildRequires: fftw-devel
+# AUTO: -- conftest.c:106:19: fatal error: fftw3.h: No such file or directory
+BuildRequires: fftw3-common-devel
+# AUTO: -- /usr/bin/ld: cannot find -lfftw3
+BuildRequires: fftw3-devel
+# AUTO: -- conftest.cc:111:19: fatal error: FL/Fl.H: No such file or directory
+BuildRequires: fltk-devel
+# AUTO: -- configure:5457: checking for x86_64-pld-linux-gfortran
+BuildRequires: gcc-fortran
+# AUTO: -- /usr/bin/ld: cannot find -lpcap
+BuildRequires: libpcap-devel
+# AUTO: -- /usr/bin/ld: cannot find -lsndfile
+BuildRequires: libsndfile-devel
BuildRequires: libtiff-devel
BuildRequires: libxml2-devel
BuildRequires: libxslt-progs
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/spandsp.git/commitdiff/491a6f4935217458da4cc167ddf1fb87f9f2e2d9
More information about the pld-cvs-commit
mailing list