- Added libarchive dependency for archive backend
- Require new libsmbclient in order to get smb backend working again
This commit is contained in:
parent
ab24fb3a18
commit
fb7a0d43f7
13
gvfs.spec
13
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: 0.2.1
|
Version: 0.2.1
|
||||||
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
|
||||||
@ -15,7 +15,7 @@ BuildRequires: libcdio-devel >= 0.78.2
|
|||||||
BuildRequires: fuse-devel
|
BuildRequires: fuse-devel
|
||||||
BuildRequires: hal-devel >= 0.5.10
|
BuildRequires: hal-devel >= 0.5.10
|
||||||
BuildRequires: libsoup-devel >= 2.3.0
|
BuildRequires: libsoup-devel >= 2.3.0
|
||||||
BuildRequires: libsmbclient-devel
|
BuildRequires: libsmbclient-devel >= 3.2.0-1.pre2.8
|
||||||
BuildRequires: avahi-glib-devel >= 0.6
|
BuildRequires: avahi-glib-devel >= 0.6
|
||||||
BuildRequires: gphoto2-devel
|
BuildRequires: gphoto2-devel
|
||||||
BuildRequires: gnome-keyring-devel
|
BuildRequires: gnome-keyring-devel
|
||||||
@ -25,6 +25,7 @@ BuildRequires: perl(XML::Parser)
|
|||||||
BuildRequires: GConf2-devel
|
BuildRequires: GConf2-devel
|
||||||
BuildRequires: bluez-libs-devel >= 3.12
|
BuildRequires: bluez-libs-devel >= 3.12
|
||||||
BuildRequires: expat-devel
|
BuildRequires: expat-devel
|
||||||
|
BuildRequires: libarchive-devel
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -90,6 +91,7 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%{_datadir}/gvfs/mounts/network.mount
|
%{_datadir}/gvfs/mounts/network.mount
|
||||||
%{_datadir}/gvfs/mounts/obexftp.mount
|
%{_datadir}/gvfs/mounts/obexftp.mount
|
||||||
%{_datadir}/gvfs/mounts/ftp.mount
|
%{_datadir}/gvfs/mounts/ftp.mount
|
||||||
|
%{_datadir}/gvfs/mounts/archive.mount
|
||||||
%{_datadir}/dbus-1/services/gvfs-daemon.service
|
%{_datadir}/dbus-1/services/gvfs-daemon.service
|
||||||
%{_libdir}/libgvfscommon.so.*
|
%{_libdir}/libgvfscommon.so.*
|
||||||
%{_libdir}/gio/modules/libgiohal-volume-monitor.so
|
%{_libdir}/gio/modules/libgiohal-volume-monitor.so
|
||||||
@ -112,6 +114,7 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%{_libexecdir}/gvfsd-gphoto2
|
%{_libexecdir}/gvfsd-gphoto2
|
||||||
%{_libexecdir}/gvfsd-network
|
%{_libexecdir}/gvfsd-network
|
||||||
%{_libexecdir}/gvfsd-obexftp
|
%{_libexecdir}/gvfsd-obexftp
|
||||||
|
%{_libexecdir}/gvfsd-archive
|
||||||
%{_bindir}/gvfs-cat
|
%{_bindir}/gvfs-cat
|
||||||
%{_bindir}/gvfs-copy
|
%{_bindir}/gvfs-copy
|
||||||
%{_bindir}/gvfs-info
|
%{_bindir}/gvfs-info
|
||||||
@ -123,8 +126,8 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%{_bindir}/gvfs-mount
|
%{_bindir}/gvfs-mount
|
||||||
%{_bindir}/gvfs-move
|
%{_bindir}/gvfs-move
|
||||||
%{_bindir}/gvfs-open
|
%{_bindir}/gvfs-open
|
||||||
%{_bindir}/gvfs-rm
|
|
||||||
%{_bindir}/gvfs-rename
|
%{_bindir}/gvfs-rename
|
||||||
|
%{_bindir}/gvfs-rm
|
||||||
%{_bindir}/gvfs-save
|
%{_bindir}/gvfs-save
|
||||||
%{_bindir}/gvfs-trash
|
%{_bindir}/gvfs-trash
|
||||||
%{_bindir}/gvfs-tree
|
%{_bindir}/gvfs-tree
|
||||||
@ -138,6 +141,10 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%{_libdir}/libgvfscommon.so
|
%{_libdir}/libgvfscommon.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 19 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.1-2
|
||||||
|
- Added libarchive dependency for archive backend
|
||||||
|
- Require new libsmbclient in order to get smb backend working again
|
||||||
|
|
||||||
* Tue Mar 18 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.1-1
|
* Tue Mar 18 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.1-1
|
||||||
- Update to 0.2.1 (archive backend temporarily disabled)
|
- Update to 0.2.1 (archive backend temporarily disabled)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user