Author: arekm Date: Thu Apr 19 22:06:09 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - builds now; spandsp doesn't seem to be needed
---- Files affected: SPECS: asterisk.spec (1.91 -> 1.92) ---- Diffs: ================================================================ Index: SPECS/asterisk.spec diff -u SPECS/asterisk.spec:1.91 SPECS/asterisk.spec:1.92 --- SPECS/asterisk.spec:1.91 Thu Apr 19 08:23:03 2007 +++ SPECS/asterisk.spec Fri Apr 20 00:05:58 2007 @@ -17,7 +17,7 @@ Summary(pl.UTF-8): Centralka (PBX) Asterisk Name: asterisk Version: 1.4.2 -Release: 0.1 +Release: 1 License: GPL v2 Group: Applications/System Source0: http://ftp.digium.com/pub/asterisk/releases/%{name}-%{version}.tar.gz @@ -55,8 +55,6 @@ BuildRequires: openssl-devel >= 0.9.7d BuildRequires: rpmbuild(macros) >= 1.268 BuildRequires: sed >= 4.0 -BuildRequires: spandsp-devel < 1:0.0.3 -BuildRequires: spandsp-devel >= 1:0.0.2-0.pre20.1 %{?with_rxfax:BuildRequires: spandsp-devel-%{_spandsp_version}} BuildRequires: speex-devel BuildRequires: unixODBC-devel @@ -156,14 +154,19 @@ cp -f .cleancount .lastclean -%{__make} -C menuselect \ +%{__make} -j1 -C menuselect \ CC="%{__cc}" \ OPTIMIZE="%{rpmcflags}" %{__make} -j1 \ CC="%{__cc}" \ OPTIMIZE="%{rpmcflags}" \ - OH323_LIBDIR="%{_libdir}" \ + CHANNEL_LIBS+=chan_bluetooth.so || : + +# rerun needed; asterisk want's that +%{__make} -j1 \ + CC="%{__cc}" \ + OPTIMIZE="%{rpmcflags}" \ CHANNEL_LIBS+=chan_bluetooth.so # it requires doxygen - I don't know if we should do this... @@ -273,6 +276,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.92 2007/04/19 22:05:58 arekm +- builds now; spandsp doesn't seem to be needed + Revision 1.91 2007/04/19 06:23:03 arekm - still doesn't build ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/asterisk.spec?r1=1.91&r2=1.92&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
