]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
- fixed bcond
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 Mar 2005 06:54:20 +0000 (06:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asterisk.spec -> 1.44

asterisk.spec

index db7482df4f9579564ea66c17f37b7efe040d5fa5..1fce6358d8668bb3c913dc20980e70d192a29db6 100644 (file)
@@ -46,12 +46,12 @@ BuildRequires:      zlib-devel
 # 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
@@ -120,7 +120,7 @@ rm -f pbx/.depend
        CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
-%if %{with h323}
+%if %{with openh323}
 # H323 plugin:
 %{__make} -C channels/h323 \
        PWLIBDIR="%{_prefix}" \
This page took 0.134829 seconds and 4 git commands to generate.