SPECS: asterisk.spec - still doesn't build

arekm arekm at pld-linux.org
Thu Apr 19 08:23:08 CEST 2007


Author: arekm                        Date: Thu Apr 19 06:23:08 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- still doesn't build

---- Files affected:
SPECS:
   asterisk.spec (1.90 -> 1.91) 

---- Diffs:

================================================================
Index: SPECS/asterisk.spec
diff -u SPECS/asterisk.spec:1.90 SPECS/asterisk.spec:1.91
--- SPECS/asterisk.spec:1.90	Thu Apr 19 00:01:43 2007
+++ SPECS/asterisk.spec	Thu Apr 19 08:23:03 2007
@@ -17,7 +17,7 @@
 Summary(pl.UTF-8):	Centralka (PBX) Asterisk
 Name:		asterisk
 Version:	1.4.2
-Release:	1
+Release:	0.1
 License:	GPL v2
 Group:		Applications/System
 Source0:	http://ftp.digium.com/pub/asterisk/releases/%{name}-%{version}.tar.gz
@@ -120,7 +120,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch1 -p1
+#%patch1 -p1
 #%patch2 -p1
 #%patch3 -p1
 #%patch4 -p1
@@ -151,15 +151,20 @@
 %{__aclocal}
 %{__autoconf}
 
+CPPFLAGS="-I/usr/include/openh323"; export CPPFLAGS
 %configure
 
 cp -f .cleancount .lastclean
 
-%{__make} -C menuselect 
-%{__make} \
-     CC="%{__cc}" \
-     OPTIMIZE="%{rpmcflags}" \
-		 CHANNEL_LIBS+=chan_bluetooth.so
+%{__make} -C menuselect \
+	CC="%{__cc}" \
+	OPTIMIZE="%{rpmcflags}"
+
+%{__make} -j1 \
+	CC="%{__cc}" \
+	OPTIMIZE="%{rpmcflags}" \
+	OH323_LIBDIR="%{_libdir}" \
+	CHANNEL_LIBS+=chan_bluetooth.so
 
 # it requires doxygen - I don't know if we should do this...
 #%{__make} progdocs
@@ -268,6 +273,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.91  2007/04/19 06:23:03  arekm
+- still doesn't build
+
 Revision 1.90  2007/04/18 22:01:43  arekm
 - up to 1.4.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/asterisk.spec?r1=1.90&r2=1.91&f=u



More information about the pld-cvs-commit mailing list