Author: qboosh Date: Wed Mar 2 06:54:26 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed bcond
---- Files affected:
SPECS:
asterisk.spec (1.43 -> 1.44)
---- Diffs:
================================================================
Index: SPECS/asterisk.spec
diff -u SPECS/asterisk.spec:1.43 SPECS/asterisk.spec:1.44
--- SPECS/asterisk.spec:1.43 Tue Mar 1 22:08:17 2005
+++ SPECS/asterisk.spec Wed Mar 2 07:54:20 2005
@@ -47,12 +47,12 @@
# With openh323 1.11.7 and pwlib 1.4.11 i had sig11
#BuildRequires: openh323-devel = 1.10.4
#BuildRequires: pwlib-devel = 1.4.4
-%{!?without_h323:BuildRequires: openh323-devel}
-%{!?without_h323:BuildRequires: pwlib-devel}
+%{?with_openh323:BuildRequires: openh323-devel}
+%{?with_openh323:BuildRequires: pwlib-devel}
PreReq: rc-scripts
Requires(post,preun): /sbin/chkconfig
-%{?without_h323:%requires_eq openh323}
-%{?without_h323:%requires_eq pwlib}
+%{?with_openh323:%requires_eq openh323}
+%{?with_openh323:%requires_eq pwlib}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -121,7 +121,7 @@
CC="%{__cc}" \
OPTIMIZE="%{rpmcflags}"
-%if %{with h323}
+%if %{with openh323}
# H323 plugin:
%{__make} -C channels/h323 \
PWLIBDIR="%{_prefix}" \
@@ -229,6 +229,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.44 2005/03/02 06:54:20 qboosh
+- fixed bcond
+
Revision 1.43 2005/03/01 21:08:17 qboosh
- simplified
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/asterisk.spec?r1=1.43&r2=1.44&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit