]> git.pld-linux.org Git - packages/neon.git/commitdiff
- rel 2 auto/th/neon-0_26_3-2
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 31 Mar 2007 22:05:11 +0000 (22:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- s/heimdal/krb5/

Changed files:
    neon.spec -> 1.62

neon.spec

index 874f3bb1ca71b05bebc113ba6f3f22308d439a6e..2b43f02184e295c8a786b39d3419087b1e0e924c 100644 (file)
--- a/neon.spec
+++ b/neon.spec
@@ -1,13 +1,13 @@
 #
 # Conditional build:
 %bcond_without static_libs     # don't build static libraries
-%bcond_without krb             # don't build krb support
+%bcond_without kerberos5       # don't build Kerberos V support
 #
 Summary:       An HTTP and WebDAV client library
 Summary(pl.UTF-8):     Biblioteka kliencka HTTP i WebDAV
 Name:          neon
 Version:       0.26.3
-Release:       1
+Release:       2
 License:       GPL
 Group:         Libraries
 Source0:       http://www.webdav.org/neon/%{name}-%{version}.tar.gz
@@ -15,7 +15,7 @@ Source0:      http://www.webdav.org/neon/%{name}-%{version}.tar.gz
 URL:           http://www.webdav.org/neon/
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
-%{?with_krb:BuildRequires:     heimdal-devel >= 0.7}
+%{?with_kerberos5:BuildRequires:       krb5-devel}
 BuildRequires: libtool
 BuildRequires: libxml2-devel
 BuildRequires: openssl-devel >= 0.9.7d
@@ -60,7 +60,7 @@ Summary:      Header files for neon
 Summary(pl.UTF-8):     Pliki nagłówkowe neon
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-%{?with_krb:Requires:  heimdal-devel >= 0.6-5}
+%{?with_kerberos5:Requires:    krb5-devel}
 Requires:      libxml2-devel
 Requires:      openssl-devel >= 0.9.7c
 
@@ -93,7 +93,7 @@ Statyczne biblioteki neon.
        --with-ssl \
        --enable-shared \
        %{!?with_static_libs:--enable-static=no} \
-       %{!?with_krb:--without-gssapi} \
+       %{!?with_kerberos5:--without-gssapi} \
        --with-libxml2
 
 %{__make}
This page took 0.069666 seconds and 4 git commands to generate.