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
21
gvfs.spec
21
gvfs.spec
@ -1,7 +1,7 @@
|
||||
Summary: Backends for the gio framework in GLib
|
||||
Name: gvfs
|
||||
Version: 1.1.7
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
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)
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: glib2-devel >= 2.19.2
|
||||
BuildRequires: dbus-glib-devel
|
||||
BuildRequires: dbus-glib-devel
|
||||
BuildRequires: /usr/bin/ssh
|
||||
BuildRequires: libcdio-devel >= 0.78.2
|
||||
BuildRequires: hal-devel >= 0.5.10
|
||||
@ -18,8 +18,8 @@ BuildRequires: avahi-glib-devel >= 0.6
|
||||
BuildRequires: gnome-keyring-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: perl(XML::Parser)
|
||||
BuildRequires: GConf2-devel
|
||||
BuildRequires: gnome-disk-utility-devel >= 0.2
|
||||
|
||||
|
||||
Requires(post): desktop-file-utils
|
||||
@ -31,10 +31,12 @@ BuildRequires: libtool
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=567235
|
||||
Patch1: gvfs-0.99.2-archive-integration.patch
|
||||
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=573826
|
||||
Patch2: gvfs-gdu.patch
|
||||
|
||||
%description
|
||||
The gvfs package provides backend implementations for the gio
|
||||
framework in GLib. It includes ftp, sftp, cifs.
|
||||
The gvfs package provides backend implementations for the gio
|
||||
framework in GLib. It includes ftp, sftp, cifs.
|
||||
|
||||
|
||||
%package devel
|
||||
@ -113,6 +115,7 @@ media players (Media Transfer Protocol) to applications using gvfs.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p0 -b .archive-integration
|
||||
%patch2 -p0 -b .gdu
|
||||
|
||||
%build
|
||||
|
||||
@ -123,7 +126,7 @@ autoheader || :
|
||||
automake || :
|
||||
autoconf || :
|
||||
|
||||
%configure
|
||||
%configure --enable-gdu
|
||||
make # %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -170,7 +173,9 @@ update-desktop-database &> /dev/null ||:
|
||||
%{_datadir}/gvfs/mounts/ftp.mount
|
||||
%{_datadir}/dbus-1/services/gvfs-daemon.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/gdu.monitor
|
||||
%{_libdir}/libgvfscommon.so.*
|
||||
%{_libdir}/libgvfscommon-dnssd.so.*
|
||||
# %{_libdir}/gio/modules/libgiohal-volume-monitor.so
|
||||
@ -190,6 +195,7 @@ update-desktop-database &> /dev/null ||:
|
||||
%{_libexecdir}/gvfsd-dnssd
|
||||
%{_libexecdir}/gvfsd-network
|
||||
%{_libexecdir}/gvfs-hal-volume-monitor
|
||||
%{_libexecdir}/gvfs-gdu-volume-monitor
|
||||
%{_bindir}/gvfs-cat
|
||||
%{_bindir}/gvfs-copy
|
||||
%{_bindir}/gvfs-info
|
||||
@ -253,6 +259,9 @@ update-desktop-database &> /dev/null ||:
|
||||
|
||||
|
||||
%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
|
||||
- Update to 1.1.7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user