This commit is contained in:
Matthias Clasen 2008-01-29 03:08:03 +00:00
parent aa191a6e52
commit b47c3fbc60
3 changed files with 15 additions and 12 deletions

View File

@ -1 +1 @@
gvfs-0.1.4.tar.bz2
gvfs-0.1.5.tar.bz2

View File

@ -1,20 +1,20 @@
Summary: Backends for the gio framework in GLib
Name: gvfs
Version: 0.1.4
Release: 2%{?dist}
Version: 0.1.5
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
Source: http://download.gnome.org/sources/gvfs/0.1/gvfs-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pkgconfig
BuildRequires: glib2-devel >= 2.15.1
BuildRequires: glib2-devel >= 2.15.4
BuildRequires: dbus-glib-devel
BuildRequires: /usr/bin/ssh
BuildRequires: libcdio-devel >= 0.78.2
BuildRequires: fuse-devel
BuildRequires: hal-devel >= 0.5.9
BuildRequires: libsoup-devel >= 2.2.104
BuildRequires: libsoup-devel >= 2.3.0
BuildRequires: libsmbclient-devel
BuildRequires: intltool
BuildRequires: gettext-devel
@ -71,9 +71,8 @@ killall -USR1 gvfsd > /dev/null || :
%{_datadir}/gvfs/mounts/trash.mount
%{_datadir}/gvfs/mounts/cdda.mount
%{_datadir}/gvfs/mounts/computer.mount
# We don't have the new libsoup yet.
#%{_datadir}/gvfs/mounts/dav.mount
#%{_datadir}/gvfs/mounts/http.mount
%{_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
@ -89,8 +88,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
@ -115,7 +114,11 @@ killall -USR1 gvfsd > /dev/null || :
%{_libdir}/libgvfscommon.so
%changelog
* Mon Jan 21 2008 Alexander Larsson <alexl@redhat.com> - 0.1.4-2
* Mon Jan 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
- Update to 0.1.5
- Reenable http/dav
* 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

View File

@ -1 +1 @@
a227be3f37bfc1eda3ba53e6483218a4 gvfs-0.1.4.tar.bz2
d948ddc3a9bbea4afbcaf5efa6258f42 gvfs-0.1.5.tar.bz2