[netatalk/el6] add --with-libgcrypt option

Jiri Skala jskala at fedoraproject.org
Fri Jul 22 13:24:24 UTC 2011


commit 0d0fb5f774026a8b0e74603d49ee76c64d6548c8
Author: Jiri Skala <jskala at redhat.com>
Date:   Fri Jul 22 15:24:09 2011 +0200

    add --with-libgcrypt option

 netatalk.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/netatalk.spec b/netatalk.spec
index acfd922..d90d4c5 100644
--- a/netatalk.spec
+++ b/netatalk.spec
@@ -1,7 +1,7 @@
 Summary: AppleTalk networking programs
 Name:    netatalk
 Version: 2.1.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch:   4
 License: GPLv2+
 Group:   System Environment/Daemons
@@ -68,7 +68,8 @@ export CFLAGS="$CFLAGS -fsigned-char"
         --enable-krbV-uam \
         --enable-overwrite \
         --with-gnu-ld \
-	--enable-redhat
+	--enable-redhat \
+	--with-libgcrypt
 
 # Grrrr. Fix broken libtool/autoFOO Makefiles.
 if [ "%{_lib}" != lib ]; then
@@ -164,6 +165,9 @@ fi
 %{_mandir}/man*/netatalk-config.1*
 
 %changelog
+* Fri Jul 22 2011 Jiri Skala <jskala at redhat.com> - 4:2.1.5-2
+- add --with-libgcrypt option
+
 * Tue Jan 25 2011 Jiri Skala <jskala at redhat.com> - 4:2.1.5-1
 - updated to latest upstream 2.1.5 - initial version of EPEL 6
 


More information about the scm-commits mailing list