Forráskód Böngészése

upgrading package: nail 10.1 -> 10.2

Ralf S. Engelschall 23 éve
szülő
commit
1f70550765
1 módosított fájl, 5 hozzáadás és 2 törlés
  1. 5 2
      nail/nail.spec

+ 5 - 2
nail/nail.spec

@@ -32,8 +32,8 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [EVAL]
 Group:        Mail
 License:      BSD
-Version:      10.1
-Release:      20021015
+Version:      10.2
+Release:      20021123
 
 #   list of sources
 Source0:      http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/nail-%{version}.tar.gz
@@ -62,7 +62,10 @@ AutoReqProv:  no
     CFLAGS="%{l_cflags -O}" \
     ./configure \
         --prefix=%{l_prefix} \
+        --with-rcfile=%{l_prefix}/etc/nail/nailrc \
         --with-sendmail=%{l_prefix}/sbin/sendmail \
+        --without-openssl \
+        --enable-all-chars \
         --disable-nls
     %{l_make} %{l_mflags -O}