Port to DeviceKit-disks
This commit is contained in:
parent
6372ee587e
commit
e3319e5dcb
5159
gvfs-gdu.patch
Normal file
5159
gvfs-gdu.patch
Normal file
File diff suppressed because it is too large
Load Diff
15
gvfs.spec
15
gvfs.spec
@ -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
|
||||||
@ -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,6 +31,8 @@ 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
|
||||||
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user