]> git.pld-linux.org Git - packages/libfuse.git/commitdiff
- added link patch (only fusermount needs -lselinux) auto/ac/libfuse-2_6_1-3
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 12 Dec 2006 21:06:22 +0000 (21:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: libselinux-devel (for fusermount)
- release 3

Changed files:
    libfuse.spec -> 1.76

libfuse.spec

index 5ee7aaf5463a0bf9084097a0e04d664eb0fe4495..6ef7f161b95f5b34dacf5440faa31177f0f8c22e 100644 (file)
@@ -15,7 +15,7 @@
 %undefine      with_smp
 %endif
 #
-%define                _rel    2
+%define                _rel    3
 Summary:       Filesystem in Userspace
 Summary(pl):   System plików w przestrzeni u¿ytkownika
 Name:          libfuse
@@ -28,15 +28,19 @@ Source0:    http://dl.sourceforge.net/fuse/fuse-%{version}.tar.gz
 # Source0-md5: 13e1873086a1d7a95f470bbc7428c528
 Source1:       fuse.conf
 Patch0:                kernel-misc-fuse-Makefile.am.patch
+Patch1:                %{name}-link.patch
 URL:           http://fuse.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: sed >= 4.0
 %if %{with kernel}
 %{?with_dist_kernel:BuildRequires:     kernel%{_alt_kernel}-module-build >= 3:2.6.9}
 BuildRequires: rpmbuild(macros) >= 1.330
 %endif
-BuildRequires: libtool
-BuildRequires: sed >= 4.0
+%if %{with userspace}
+BuildRequires: libselinux-devel
+%endif
 Requires(postun):      /sbin/ldconfig
 Requires(postun):      /usr/sbin/groupdel
 Requires(pre): /usr/bin/getgid
@@ -145,6 +149,7 @@ montowania w
 %prep
 %setup -q -n fuse-%{version}
 %patch0 -p1
+%patch1 -p1
 
 sed -i '/FUSERMOUNT_PROG/s,fusermount,%{_bindir}/fusermount,' lib/mount.c
 
This page took 0.033683 seconds and 4 git commands to generate.