[packages/speexdsp: 1/3] - fix headers not to depend on HAVE_STDINT_H define from caller's configure - speex epoch - release

qboosh qboosh at pld-linux.org
Tue Mar 3 20:45:26 CET 2015


commit 91065b1f31a73182ccd6ac074a35fd18cbf9d1d7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Mar 3 20:47:51 2015 +0100

    - fix headers not to depend on HAVE_STDINT_H define from caller's configure
    - speex epoch
    - release .2

 speexdsp.spec | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/speexdsp.spec b/speexdsp.spec
index 6bd63b5..1078e60 100644
--- a/speexdsp.spec
+++ b/speexdsp.spec
@@ -7,7 +7,7 @@ Summary(pl.UTF-8):	SpeexDSP - biblioteka do przetwarzania mowy towarzysząca kod
 Name:		speexdsp
 Version:	1.2
 %define	subver	rc3
-%define	rel	1
+%define	rel	2
 Release:	0.%{subver}.%{rel}
 Epoch:		1
 License:	BSD
@@ -18,7 +18,8 @@ URL:		http://www.speex.org/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
 BuildRequires:	libtool
-Conflicts:	speex < 1.2-rc2
+BuildRequires:	sed >= 4.0
+Conflicts:	speex < 1:1.2-rc2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -34,7 +35,7 @@ Summary:	SpeexDSP library - development files
 Summary(pl.UTF-8):	Pliki dla programistów używających biblioteki SpeexDSP
 Group:		Development/Libraries
 Requires:	%{name} = %{epoch}:%{version}-%{release}
-Conflicts:	speex-devel < 1.2-rc2
+Conflicts:	speex-devel < 1:1.2-rc2
 
 %description devel
 SpeexDSP library - development files.
@@ -47,7 +48,7 @@ Summary:	SpeexDSP static library
 Summary(pl.UTF-8):	Biblioteka statyczna SpeexDSP
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{epoch}:%{version}-%{release}
-Conflicts:	speex-static < 1.2-rc2
+Conflicts:	speex-static < 1:1.2-rc2
 
 %description static
 SpeexDSP static library.
@@ -58,6 +59,9 @@ Biblioteka statyczna SpeexDSP.
 %prep
 %setup -q -n %{name}-%{version}%{subver}
 
+# make it not depend on caller's configure checks
+%{__sed} -i -e 's/defined HAVE_STDINT_H/1/' include/speex/speexdsp_config_types.h.in
+
 %build
 %{__libtoolize}
 %{__aclocal}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/speexdsp.git/commitdiff/cbb216be6f2f4f98763a6a0570bf70ae4ed0e2e5



More information about the pld-cvs-commit mailing list