SPECS: ntfsprogs.spec - without crypto bcond, BTW: configure says ...

sparky sparky at pld-linux.org
Fri Dec 9 19:30:18 CET 2005


Author: sparky                       Date: Fri Dec  9 18:30:18 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- without crypto bcond, BTW: configure says it was disabled by default

---- Files affected:
SPECS:
   ntfsprogs.spec (1.43 -> 1.44) 

---- Diffs:

================================================================
Index: SPECS/ntfsprogs.spec
diff -u SPECS/ntfsprogs.spec:1.43 SPECS/ntfsprogs.spec:1.44
--- SPECS/ntfsprogs.spec:1.43	Tue Oct 25 23:37:45 2005
+++ SPECS/ntfsprogs.spec	Fri Dec  9 19:30:12 2005
@@ -1,6 +1,7 @@
 # $Revision$, $Date$
 #
 # Conditional build:
+%bcond_without	crypto		# don't build crypto support
 %bcond_without	gnome		# don't build gnome-vfs2 module
 %bcond_without	fuse		# don't build ntfsmount utility
 #
@@ -22,10 +23,10 @@
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	gcc >= 3.1
-BuildRequires:	gnutls-devel >= 1.2.3
+%{?with_crypto:BuildRequires:	gnutls-devel >= 1.2.3}
 %{?with_gnome:BuildRequires:	gnome-vfs2-devel >= 2.0}
 %{?with_fuse:BuildRequires:	libfuse-devel >= 2.3.0}
-BuildRequires:	libgcrypt-devel >= 1.2.0
+%{?with_crypto:BuildRequires:	libgcrypt-devel >= 1.2.0}
 BuildRequires:	libtool >= 1:1.4.2-9
 BuildRequires:	pkgconfig
 Obsoletes:	linux-ntfs
@@ -144,6 +145,7 @@
 %configure \
 	--%{?with_fuse:en}%{!?with_fuse:dis}able-fuse-module \
 	--%{?with_gnome:en}%{!?with_gnome:dis}able-gnome-vfs
+	--%{?with_crypto:en}%{!?with_crypto:dis}able-crypto
 
 %{__make}
 
@@ -219,6 +221,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.44  2005/12/09 18:30:12  sparky
+- without crypto bcond, BTW: configure says it was disabled by default
+
 Revision 1.43  2005/10/25 21:37:45  qboosh
 - added gnutls,libgcrypt versions
 - pkgconfig is needed for gnome or fuse, always BRed for aclocal macro
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ntfsprogs.spec?r1=1.43&r2=1.44&f=u




More information about the pld-cvs-commit mailing list