]> git.pld-linux.org Git - packages/gvfs.git/commitdiff
handle multiple bcond conditions auto/th/gvfs-1.18.3-5
authorElan Ruusamäe <glen@delfi.ee>
Sun, 16 Mar 2014 01:36:42 +0000 (03:36 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 16 Mar 2014 01:36:42 +0000 (03:36 +0200)
gvfs.spec

index 284c0e0d138e78e04f6ee624a80a3863550e3456..de00ce64573b7d68a853519b1ee8ddaa1d9334dc 100644 (file)
--- a/gvfs.spec
+++ b/gvfs.spec
@@ -25,6 +25,7 @@
 %if %{without gudev}
 %undefine      with_gphoto2
 %undefine      with_mtp
+%undefine      with_udisks2
 %endif
 
 %ifarch s390 s390x
@@ -420,7 +421,7 @@ killall -USR1 gvfsd >/dev/null 2>&1 || :
 %{?with_cdda:%{_datadir}/gvfs/mounts/cdda.mount}
 %{_datadir}/gvfs/mounts/computer.mount
 %{?with_http:%{_datadir}/gvfs/mounts/dav.mount}
-%{?with_http:%{_datadir}/gvfs/mounts/dav+sd.mount}
+%{?with_http:%{?with_avahi:%{_datadir}/gvfs/mounts/dav+sd.mount}}
 %{?with_avahi:%{_datadir}/gvfs/mounts/dns-sd.mount}
 %{_datadir}/gvfs/mounts/ftp.mount
 %{?with_http:%{_datadir}/gvfs/mounts/http.mount}
@@ -463,8 +464,11 @@ killall -USR1 gvfsd >/dev/null 2>&1 || :
 %if %{with doc}
 %{_mandir}/man1/gvfsd-fuse.1*
 %endif
+%if %{with systemd}
+# FIXME: reusing USE_LIBSYSTEMD_LOGIN as systemd has no universal header or pkg-config file
 %{systemdtmpfilesdir}/gvfsd-fuse-tmpfiles.conf
 %endif
+%endif
 
 %if %{with samba}
 %files smb
This page took 0.204312 seconds and 4 git commands to generate.