]> git.pld-linux.org Git - packages/libfuse.git/blobdiff - libfuse.spec
- mass atack: -j1 for make scripts
[packages/libfuse.git] / libfuse.spec
index e676359b8be166465be2eae0185218356a4cc137..88285fd17dfa497e6b2559a7511d3e167262f1fc 100644 (file)
@@ -173,7 +173,7 @@ for cfg in %{?with_dist_kernel:%{?with_smp:smp} up}%{!?with_dist_kernel:nondist}
        ln -sf %{_kernelsrcdir}/Module.symvers-$cfg o/Module.symvers
        ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h o/include/linux/autoconf.h
 %if %{with dist_kernel}
-       %{__make} -C %{_kernelsrcdir} O=$PWD/o prepare scripts
+       %{__make} -j1 -C %{_kernelsrcdir} O=$PWD/o prepare scripts
 %else
        install -d o/include/config
        touch o/include/config/MARKER
@@ -231,8 +231,8 @@ rm -rf $RPM_BUILD_ROOT
 %post  -p /sbin/ldconfig
 %postun
 /sbin/ldconfig
-if [ "$1" == "0" ] ; then
-    %groupremove fuse
+if [ "$1" = "0" ] ; then
+       %groupremove fuse
 fi
 
 %post -n kernel-misc-fuse
@@ -252,7 +252,7 @@ fi
 %defattr(644,root,root,755)
 %doc README NEWS ChangeLog AUTHORS doc/*
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fuse.conf
-%attr(4750,root,fuse) %{_bindir}/fusermount
+%attr(4754,root,fuse) %{_bindir}/fusermount
 %attr(755,root,root) /sbin/mount.fuse
 %attr(755,root,root) %{_libdir}/libfuse.so.*.*.*
 
This page took 0.031692 seconds and 4 git commands to generate.