- Remove the http/dav stuff for now, as we don't have the latest libsoup
This commit is contained in:
parent
c478e12263
commit
aa191a6e52
14
gvfs.spec
14
gvfs.spec
@ -1,7 +1,7 @@
|
||||
Summary: Backends for the gio framework in GLib
|
||||
Name: gvfs
|
||||
Version: 0.1.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.gtk.org
|
||||
@ -71,8 +71,9 @@ killall -USR1 gvfsd > /dev/null || :
|
||||
%{_datadir}/gvfs/mounts/trash.mount
|
||||
%{_datadir}/gvfs/mounts/cdda.mount
|
||||
%{_datadir}/gvfs/mounts/computer.mount
|
||||
%{_datadir}/gvfs/mounts/dav.mount
|
||||
%{_datadir}/gvfs/mounts/http.mount
|
||||
# We don't have the new libsoup yet.
|
||||
#%{_datadir}/gvfs/mounts/dav.mount
|
||||
#%{_datadir}/gvfs/mounts/http.mount
|
||||
%{_datadir}/gvfs/mounts/localtest.mount
|
||||
%{_datadir}/gvfs/mounts/burn.mount
|
||||
%{_datadir}/dbus-1/services/gvfs-daemon.service
|
||||
@ -88,8 +89,8 @@ killall -USR1 gvfsd > /dev/null || :
|
||||
%{_libexecdir}/gvfsd-trash
|
||||
%{_libexecdir}/gvfsd-cdda
|
||||
%{_libexecdir}/gvfsd-computer
|
||||
%{_libexecdir}/gvfsd-dav
|
||||
%{_libexecdir}/gvfsd-http
|
||||
#%{_libexecdir}/gvfsd-dav
|
||||
#%{_libexecdir}/gvfsd-http
|
||||
%{_libexecdir}/gvfsd-localtest
|
||||
%{_libexecdir}/gvfsd-burn
|
||||
%{_bindir}/gvfs-cat
|
||||
@ -114,6 +115,9 @@ killall -USR1 gvfsd > /dev/null || :
|
||||
%{_libdir}/libgvfscommon.so
|
||||
|
||||
%changelog
|
||||
* Mon Jan 21 2008 Alexander Larsson <alexl@redhat.com> - 0.1.4-2
|
||||
- Remove the http/dav stuff for now, as we don't have the latest libsoup
|
||||
|
||||
* Mon Jan 21 2008 Alexander Larsson <alexl@redhat.com> - 0.1.4-1
|
||||
- Update to 0.1.4
|
||||
- Send USR1 in post to reload config
|
||||
|
Loading…
Reference in New Issue
Block a user