]> git.pld-linux.org Git - packages/dspam.git/commitdiff
- fix the %%if syntax, db4 driver works again
authorMichal Moskal <michal@moskal.me>
Fri, 15 Oct 2004 09:40:48 +0000 (09:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dspam.spec -> 1.9

dspam.spec

index e8297fae4f44e9cf73aff72e7e6413ee0084e6ff..90a76e495a6a5bdf1687ac3f8f9daacac9bb08e1 100644 (file)
@@ -143,7 +143,8 @@ Statyczna biblioteka DSPAM.
        --with-storage-driver=mysql_drv \
        --with-mysql-includes=%{_includedir}/mysql \
        --with-mysql-libraries=%{_libdir}
-%else if %{with pgsql}
+%else
+%if %{with pgsql}
        --enable-neural-networking \
        --enable-virtual-users \
        --with-storage-driver=pgsql_drv \
@@ -154,6 +155,7 @@ Statyczna biblioteka DSPAM.
        --with-db4-includes=%{_includedir} \
        --with-db4-libraries=%{_libdir}
 %endif
+%endif
 %{__make}
 
 %install
This page took 0.036126 seconds and 4 git commands to generate.