Author: qboosh                       Date: Mon Feb 20 11:35:58 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- proper pam dep in -common

---- Files affected:
SPECS:
   imap.spec (1.94 -> 1.95) 

---- Diffs:

================================================================
Index: SPECS/imap.spec
diff -u SPECS/imap.spec:1.94 SPECS/imap.spec:1.95
--- SPECS/imap.spec:1.94        Mon Feb 20 12:32:14 2006
+++ SPECS/imap.spec     Mon Feb 20 12:35:51 2006
@@ -36,7 +36,6 @@
 BuildRequires: pam-devel
 Requires(post,postun): rc-inetd >= 0.8.1
 Requires:      %{name}-common = %{epoch}:%{version}-%{release}
-Requires:      pam >= 0.79.0
 Requires:      rc-inetd >= 0.8.1
 Provides:      imapdaemon
 Obsoletes:     imapdaemon
@@ -180,7 +179,7 @@
 Summary(pl):   Pliki wspólne dla serwerów imap i pop
 Group:         Networking/Daemons
 Requires:      %{name}-lib = %{epoch}:%{version}-%{release}
-Requires:      pam >= 0.77.3
+Requires:      pam >= 0.79.0
 
 %description common
 Common files for WU imap and pop daemons.
@@ -298,14 +297,20 @@
 # support for plain-text auth w/o SSL/TLS
 # (but it should be made some runtime option!
 echo 'y' | %{__make} lnp \
-       CC="%{__cc}" OPT="%{rpmcflags} -pipe -fPIC" LDOPT="%{rpmldflags}" \
-       SSLTYPE=unix VERSION="%{version}"
+       CC="%{__cc}" \
+       OPT="%{rpmcflags} -pipe -fPIC" \
+       LDOPT="%{rpmldflags}" \
+       SSLTYPE=unix \
+       VERSION="%{version}"
 mv -f c-client/c-client.a libc-client.a
 
 %{__make} clean
 echo 'y' | %{__make} lnps \
-       CC="%{__cc}" OPT="%{rpmcflags} -pipe -fPIC" LDOPT="%{rpmldflags}" \
-       SSLTYPE=unix VERSION="%{version}"
+       CC="%{__cc}" \
+       OPT="%{rpmcflags} -pipe -fPIC" \
+       LDOPT="%{rpmldflags}" \
+       SSLTYPE=unix \
+       VERSION="%{version}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -452,6 +457,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.95  2006/02/20 11:35:51  qboosh
+- proper pam dep in -common
+
 Revision 1.94  2006/02/20 11:32:14  qboosh
 - killed PreReq
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/imap.spec?r1=1.94&r2=1.95&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to