Author: jajcus                       Date: Tue Apr  5 11:23:06 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- without_kerberos5 bcond added

---- Files affected:
packages/mailx:
   mailx.spec (1.57 -> 1.58) 

---- Diffs:

================================================================
Index: packages/mailx/mailx.spec
diff -u packages/mailx/mailx.spec:1.57 packages/mailx/mailx.spec:1.58
--- packages/mailx/mailx.spec:1.57      Mon Oct  4 20:26:22 2010
+++ packages/mailx/mailx.spec   Tue Apr  5 13:23:00 2011
@@ -1,4 +1,8 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without kerberos5       # build without Kerberos support
+
 Summary:       An enhanced implementation of the mailx command
 Summary(pl.UTF-8):     Rozszerzona implementacja komendy mailx
 Name:          mailx
@@ -15,7 +19,12 @@
 Patch4:                %{name}-ipv6.patch
 Patch5:                %{name}-pager.patch
 URL:           http://heirloom.sourceforge.net/mailx.html
+%if %{with kerberos5}
 BuildRequires: heimdal-devel
+%else
+BuildConflicts:        heimdal-devel
+BuildConflicts:        krb5-devel
+%endif
 BuildRequires: openssl-devel >= 0.9.7d
 Obsoletes:     nail
 Obsoletes:     nail-mail
@@ -94,6 +103,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.58  2011/04/05 11:23:00  jajcus
+- without_kerberos5 bcond added
+
 Revision 1.57  2010/10/04 18:26:22  baggins
 - rel 2
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mailx/mailx.spec?r1=1.57&r2=1.58&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to