Port to DeviceKit-disks

This commit is contained in:
Matthias Clasen 2009-03-03 04:46:29 +00:00
parent 6372ee587e
commit e3319e5dcb
2 changed files with 5174 additions and 6 deletions

5159
gvfs-gdu.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
Summary: Backends for the gio framework in GLib Summary: Backends for the gio framework in GLib
Name: gvfs Name: gvfs
Version: 1.1.7 Version: 1.1.7
Release: 1%{?dist} Release: 2%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.gtk.org URL: http://www.gtk.org
@ -9,7 +9,7 @@ Source: http://download.gnome.org/sources/gvfs/1.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.19.2 BuildRequires: glib2-devel >= 2.19.2
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: hal-devel >= 0.5.10 BuildRequires: hal-devel >= 0.5.10
@ -18,8 +18,8 @@ BuildRequires: avahi-glib-devel >= 0.6
BuildRequires: gnome-keyring-devel BuildRequires: gnome-keyring-devel
BuildRequires: intltool BuildRequires: intltool
BuildRequires: gettext-devel BuildRequires: gettext-devel
BuildRequires: perl(XML::Parser)
BuildRequires: GConf2-devel BuildRequires: GConf2-devel
BuildRequires: gnome-disk-utility-devel >= 0.2
Requires(post): desktop-file-utils Requires(post): desktop-file-utils
@ -31,10 +31,12 @@ BuildRequires: libtool
# http://bugzilla.gnome.org/show_bug.cgi?id=567235 # http://bugzilla.gnome.org/show_bug.cgi?id=567235
Patch1: gvfs-0.99.2-archive-integration.patch Patch1: gvfs-0.99.2-archive-integration.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=573826
Patch2: gvfs-gdu.patch
%description %description
The gvfs package provides backend implementations for the gio The gvfs package provides backend implementations for the gio
framework in GLib. It includes ftp, sftp, cifs. framework in GLib. It includes ftp, sftp, cifs.
%package devel %package devel
@ -113,6 +115,7 @@ media players (Media Transfer Protocol) to applications using gvfs.
%prep %prep
%setup -q %setup -q
%patch1 -p0 -b .archive-integration %patch1 -p0 -b .archive-integration
%patch2 -p0 -b .gdu
%build %build
@ -123,7 +126,7 @@ autoheader || :
automake || : automake || :
autoconf || : autoconf || :
%configure %configure --enable-gdu
make # %{?_smp_mflags} make # %{?_smp_mflags}
%install %install
@ -170,7 +173,9 @@ update-desktop-database &> /dev/null ||:
%{_datadir}/gvfs/mounts/ftp.mount %{_datadir}/gvfs/mounts/ftp.mount
%{_datadir}/dbus-1/services/gvfs-daemon.service %{_datadir}/dbus-1/services/gvfs-daemon.service
%{_datadir}/dbus-1/services/org.gtk.Private.HalVolumeMonitor.service %{_datadir}/dbus-1/services/org.gtk.Private.HalVolumeMonitor.service
%{_datadir}/dbus-1/services/org.gtk.Private.GduVolumeMonitor.service
%{_datadir}/gvfs/remote-volume-monitors/hal.monitor %{_datadir}/gvfs/remote-volume-monitors/hal.monitor
%{_datadir}/gvfs/remote-volume-monitors/gdu.monitor
%{_libdir}/libgvfscommon.so.* %{_libdir}/libgvfscommon.so.*
%{_libdir}/libgvfscommon-dnssd.so.* %{_libdir}/libgvfscommon-dnssd.so.*
# %{_libdir}/gio/modules/libgiohal-volume-monitor.so # %{_libdir}/gio/modules/libgiohal-volume-monitor.so
@ -190,6 +195,7 @@ update-desktop-database &> /dev/null ||:
%{_libexecdir}/gvfsd-dnssd %{_libexecdir}/gvfsd-dnssd
%{_libexecdir}/gvfsd-network %{_libexecdir}/gvfsd-network
%{_libexecdir}/gvfs-hal-volume-monitor %{_libexecdir}/gvfs-hal-volume-monitor
%{_libexecdir}/gvfs-gdu-volume-monitor
%{_bindir}/gvfs-cat %{_bindir}/gvfs-cat
%{_bindir}/gvfs-copy %{_bindir}/gvfs-copy
%{_bindir}/gvfs-info %{_bindir}/gvfs-info
@ -253,6 +259,9 @@ update-desktop-database &> /dev/null ||:
%changelog %changelog
* Mon Mar 2 2009 Matthias Clasen <mclasen@redhat.com> - 1.1.7-2
- Port to DeviceKit-disks
* Mon Mar 2 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.7-1 * Mon Mar 2 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.7-1
- Update to 1.1.7 - Update to 1.1.7