]> git.pld-linux.org Git - packages/libesmtp.git/commitdiff
- reelase 2, libesmtp-0_8_4-2
authorkloczek <kloczek@pld-linux.org>
Wed, 29 Aug 2001 04:21:27 +0000 (04:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added conditionaly --{enable,disable}-debug depending on %%{debug},
- added --enable-etrn.

Changed files:
    libesmtp.spec -> 1.5

libesmtp.spec

index 47a5888a857a5348e19fa7111d20e0d5479aaaa5..c86ad147e78db5e8518819b8ec049ee6266c1b13 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       SMTP client library
 Name:          libesmtp
 Version:       0.8.4
-Release:       1
+Release:       2
 License:       LGPL
 Group:         Libraries
 Group(de):     Libraries
@@ -64,10 +64,12 @@ Static libesmtp libraries.
 aclocal
 autoconf)
 %configure \
+       %{?debug:--enable-debug}%{!?debug:--disable-debug} \
        --with-auth-plugin-dir=%{_libdir}/esmtp-plugins \
        --enable-pthreads \
        --disable-ltdl-install \
-       --enable-require-all-recipients=yes
+       --enable-require-all-recipients=yes \
+       --enable-etrn
 %{__make}
 
 gzip -9nf AUTHORS NEWS Notes README
This page took 0.149229 seconds and 4 git commands to generate.