SPECS: ntfsprogs.spec - added pkgconfig patch to allow build with ...

qboosh qboosh at pld-linux.org
Sun Jul 24 13:28:32 CEST 2005


Author: qboosh                       Date: Sun Jul 24 11:28:32 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added pkgconfig patch to allow build with fuse without gnomevfs
- don't check for fuse if building without it

---- Files affected:
SPECS:
   ntfsprogs.spec (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: SPECS/ntfsprogs.spec
diff -u SPECS/ntfsprogs.spec:1.30 SPECS/ntfsprogs.spec:1.31
--- SPECS/ntfsprogs.spec:1.30	Fri Jul 22 12:31:39 2005
+++ SPECS/ntfsprogs.spec	Sun Jul 24 13:28:27 2005
@@ -17,6 +17,7 @@
 Source1:	http://dl.sourceforge.net/linux-ntfs/ntfsdoc-%{docver}.tar.bz2
 # Source1-md5:	d713836df621686785c3230e5788c689
 Patch0:		%{name}-gcc33.patch
+Patch1:		%{name}-pkgconfig.patch
 URL:		http://linux-ntfs.sf.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -121,6 +122,7 @@
 %prep
 %setup -q -a1
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -132,7 +134,8 @@
 # -fms-extensions needed to compile typedefed unnamed structs with gcc 3.3
 CFLAGS="%{rpmcflags} -fms-extensions"
 %configure \
-	%{!?with_gnome:--disable-gnome-vfs}
+	--%{?with_fuse:en}%{!?with_fuse:dis}able-fuse-module \
+	--%{?with_gnome:en}%{!?with_gnome:dis}able-gnome-vfs
 
 %{__make}
 
@@ -200,6 +203,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2005/07/24 11:28:27  qboosh
+- added pkgconfig patch to allow build with fuse without gnomevfs
+- don't check for fuse if building without it
+
 Revision 1.30  2005/07/22 10:31:39  qboosh
 - wrapped, -static just after -devel
 
================================================================

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




More information about the pld-cvs-commit mailing list