0.1.5
This commit is contained in:
parent
aa191a6e52
commit
b47c3fbc60
@ -1 +1 @@
|
|||||||
gvfs-0.1.4.tar.bz2
|
gvfs-0.1.5.tar.bz2
|
||||||
|
23
gvfs.spec
23
gvfs.spec
@ -1,20 +1,20 @@
|
|||||||
Summary: Backends for the gio framework in GLib
|
Summary: Backends for the gio framework in GLib
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 0.1.4
|
Version: 0.1.5
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
Source: http://download.gnome.org/sources/gvfs/0.1/gvfs-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/gvfs/0.1/gvfs-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: glib2-devel >= 2.15.1
|
BuildRequires: glib2-devel >= 2.15.4
|
||||||
BuildRequires: dbus-glib-devel
|
BuildRequires: dbus-glib-devel
|
||||||
BuildRequires: /usr/bin/ssh
|
BuildRequires: /usr/bin/ssh
|
||||||
BuildRequires: libcdio-devel >= 0.78.2
|
BuildRequires: libcdio-devel >= 0.78.2
|
||||||
BuildRequires: fuse-devel
|
BuildRequires: fuse-devel
|
||||||
BuildRequires: hal-devel >= 0.5.9
|
BuildRequires: hal-devel >= 0.5.9
|
||||||
BuildRequires: libsoup-devel >= 2.2.104
|
BuildRequires: libsoup-devel >= 2.3.0
|
||||||
BuildRequires: libsmbclient-devel
|
BuildRequires: libsmbclient-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
@ -71,9 +71,8 @@ killall -USR1 gvfsd > /dev/null || :
|
|||||||
%{_datadir}/gvfs/mounts/trash.mount
|
%{_datadir}/gvfs/mounts/trash.mount
|
||||||
%{_datadir}/gvfs/mounts/cdda.mount
|
%{_datadir}/gvfs/mounts/cdda.mount
|
||||||
%{_datadir}/gvfs/mounts/computer.mount
|
%{_datadir}/gvfs/mounts/computer.mount
|
||||||
# We don't have the new libsoup yet.
|
%{_datadir}/gvfs/mounts/dav.mount
|
||||||
#%{_datadir}/gvfs/mounts/dav.mount
|
%{_datadir}/gvfs/mounts/http.mount
|
||||||
#%{_datadir}/gvfs/mounts/http.mount
|
|
||||||
%{_datadir}/gvfs/mounts/localtest.mount
|
%{_datadir}/gvfs/mounts/localtest.mount
|
||||||
%{_datadir}/gvfs/mounts/burn.mount
|
%{_datadir}/gvfs/mounts/burn.mount
|
||||||
%{_datadir}/dbus-1/services/gvfs-daemon.service
|
%{_datadir}/dbus-1/services/gvfs-daemon.service
|
||||||
@ -89,8 +88,8 @@ killall -USR1 gvfsd > /dev/null || :
|
|||||||
%{_libexecdir}/gvfsd-trash
|
%{_libexecdir}/gvfsd-trash
|
||||||
%{_libexecdir}/gvfsd-cdda
|
%{_libexecdir}/gvfsd-cdda
|
||||||
%{_libexecdir}/gvfsd-computer
|
%{_libexecdir}/gvfsd-computer
|
||||||
#%{_libexecdir}/gvfsd-dav
|
%{_libexecdir}/gvfsd-dav
|
||||||
#%{_libexecdir}/gvfsd-http
|
%{_libexecdir}/gvfsd-http
|
||||||
%{_libexecdir}/gvfsd-localtest
|
%{_libexecdir}/gvfsd-localtest
|
||||||
%{_libexecdir}/gvfsd-burn
|
%{_libexecdir}/gvfsd-burn
|
||||||
%{_bindir}/gvfs-cat
|
%{_bindir}/gvfs-cat
|
||||||
@ -115,7 +114,11 @@ killall -USR1 gvfsd > /dev/null || :
|
|||||||
%{_libdir}/libgvfscommon.so
|
%{_libdir}/libgvfscommon.so
|
||||||
|
|
||||||
%changelog
|
%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
|
- 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
|
* Mon Jan 21 2008 Alexander Larsson <alexl@redhat.com> - 0.1.4-1
|
||||||
|
Loading…
Reference in New Issue
Block a user