2008-01-28 04:35:08 +01:00
|
|
|
#
|
2008-03-10 02:57:01 +01:00
|
|
|
# spec file for package gvfs (Version 0.1.11)
|
2008-01-28 04:35:08 +01:00
|
|
|
#
|
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-02-19 02:26:26 +01:00
|
|
|
|
2008-01-28 04:35:08 +01:00
|
|
|
Name: gvfs
|
2008-03-10 02:57:01 +01:00
|
|
|
BuildRequires: bluez-utils dbus-1-glib-devel fuse-devel gconf2-devel glib2-devel gnome-keyring-devel hal-devel intltool libavahi-glib-devel libsmbclient-devel libsoup-devel pkg-config
|
2008-02-29 23:05:09 +01:00
|
|
|
%if %suse_version > 1010
|
|
|
|
BuildRequires: libgphoto2-devel
|
|
|
|
%else
|
|
|
|
BuildRequires: libgphoto2
|
|
|
|
%endif
|
2008-01-28 04:35:08 +01:00
|
|
|
%if %suse_version <= 1020
|
|
|
|
%define _prefix /opt/gnome
|
|
|
|
%define _sysconfdir /etc/%_prefix
|
|
|
|
BuildRequires: extra-rpm-macros
|
|
|
|
%endif
|
|
|
|
Summary: VFS functionality for GLib
|
2008-03-10 02:57:01 +01:00
|
|
|
Version: 0.1.11
|
2008-02-29 23:05:09 +01:00
|
|
|
Release: 1
|
2008-01-28 04:35:08 +01:00
|
|
|
License: LGPL v2.0 or later
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
Url: http://www.gnome.org
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
AutoReqProv: on
|
|
|
|
Requires: %{name}-lang = %{version}
|
2008-02-08 18:49:34 +01:00
|
|
|
Recommends: fuse
|
2008-01-28 04:35:08 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
VFS functionality for GLib.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: VFS functionality for GLib
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
VFS functionality for GLib.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
|
|
%setup -n %{name}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
|
|
%configure \
|
|
|
|
--libexecdir=%{_libdir}/%{name}
|
2008-02-29 10:20:49 +01:00
|
|
|
%__make
|
2008-01-28 04:35:08 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
%makeinstall
|
|
|
|
rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
|
2008-02-29 10:20:49 +01:00
|
|
|
rm $RPM_BUILD_ROOT/%{_libdir}/gio/modules/*.*a
|
2008-01-28 04:35:08 +01:00
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc AUTHORS NEWS README TODO
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_datadir}/dbus-1/services/*.service
|
|
|
|
%{_datadir}/gvfs
|
|
|
|
%{_libdir}/gvfs
|
2008-02-29 10:20:49 +01:00
|
|
|
%{_libdir}/gio
|
2008-01-28 04:35:08 +01:00
|
|
|
%{_libdir}/*.so.*
|
2008-02-29 23:05:09 +01:00
|
|
|
%{_sysconfdir}/profile.d/*
|
2008-01-28 04:35:08 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_includedir}/gvfs-client
|
|
|
|
# %{_libdir}/pkgconfig/*.pc
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
|
|
|
%changelog
|
2008-03-10 02:57:01 +01:00
|
|
|
* Wed Mar 05 2008 jpr@suse.de
|
|
|
|
- Update to version 0.1.11
|
|
|
|
* Correctly free mounts
|
|
|
|
* Disable debug log
|
|
|
|
* Fix volume monitor change reporting
|
|
|
|
* Fix timeout during automount
|
|
|
|
- enable obex backend
|
|
|
|
* Tue Mar 04 2008 maw@suse.de
|
|
|
|
- Update to version 0.1.9:
|
|
|
|
+ Added ftp backend
|
|
|
|
+ Added obexftp backend
|
|
|
|
+ Locking fixed for volume monitors
|
|
|
|
+ Better bash completion
|
|
|
|
+ Better webdav support
|
|
|
|
+ Allow backends to specify uri details in .mount file
|
|
|
|
+ Fix leaks and crashes
|
|
|
|
+ Fix icon for audio cds.
|
2008-02-29 23:05:09 +01:00
|
|
|
* Fri Feb 29 2008 jpr@suse.de
|
|
|
|
- Update to 0.1.8
|
|
|
|
* Update for gio API changes
|
|
|
|
* Add gphoto2 backend
|
|
|
|
* Add network: and dns-sd: backend support
|
|
|
|
* Http and webdav backend updates
|
|
|
|
* Keyring support
|
|
|
|
* Fix crashes and deadlocks
|
|
|
|
* Add trash::item-count attribute to trash:///
|
|
|
|
* Fix smb reads > 65535 bytes breaking on some servers
|
|
|
|
* Fix cancellation race in reading
|
|
|
|
* Fill in thumbnail info for backends
|
|
|
|
* sftp: Handle host identity changes
|
|
|
|
* Enable translations everywhere
|
|
|
|
* Add bash completion support for command line apps
|
|
|
|
* Fix handling of blank cds and audio cds
|
|
|
|
* Support port in sftp uris
|
2008-02-29 10:20:49 +01:00
|
|
|
* Fri Feb 29 2008 jpr@suse.de
|
|
|
|
- Move the gio modules into the main package (#358748)
|
|
|
|
- Enable gconf backend
|
2008-02-19 02:26:26 +01:00
|
|
|
* Mon Feb 18 2008 maw@suse.de
|
|
|
|
- Update to version 0.1.7:
|
|
|
|
+ Update for gio API changes
|
|
|
|
+ Add gconf based implementation of
|
|
|
|
g_app_info_get_default_for_uri_scheme
|
|
|
|
+ Fix crashes
|
|
|
|
+ Allow navigation with http uris
|
|
|
|
+ Better file read performance with readahead and large block
|
|
|
|
reads
|
|
|
|
+ Lots of bugs fixed in trash backend
|
|
|
|
+ Pick up cdrom icons from autorun.inf
|
|
|
|
+ Add "filesystem" file to computer://
|
|
|
|
+ Fix renaming in sftp and smb.
|
2008-02-08 18:49:34 +01:00
|
|
|
* Fri Feb 08 2008 maw@suse.de
|
|
|
|
- Recomend fuse (bnc#359928).
|
2008-01-30 21:05:26 +01:00
|
|
|
* Wed Jan 30 2008 maw@suse.de
|
|
|
|
- Update to version 0.1.6:
|
|
|
|
+ Updates to work with more recent glib
|
|
|
|
+ Fix sftp error handling on reading directories
|
|
|
|
+ Use correct file info attribute name style
|
|
|
|
+ Add gvfs-mkdir app
|
|
|
|
+ hal: Don't show drives if all volumes are hidden
|
|
|
|
+ Enable translations
|
|
|
|
+ Plus some files that were missing in 0.1.5.
|
2008-01-28 04:35:08 +01:00
|
|
|
* Tue Jan 22 2008 maw@suse.de
|
|
|
|
- Initial package, version 0.1.4.
|