Updating link to change in openSUSE:Factory/gvfs revision 43.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=f6dccc15cada0d553c9bfdd8de340c48
This commit is contained in:
parent
03239d0cc2
commit
945469c0b8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:69b96bd8e9bdb41727f3bff9f0b336c61a85ec37032679a11388ac250a79d567
|
|
||||||
size 1160956
|
|
3
gvfs-1.3.5.tar.bz2
Normal file
3
gvfs-1.3.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c442d6db6f89eb14fc60fb4dbd12707ee0e455e6ebc03d5cab8a2e85df236e2a
|
||||||
|
size 1180603
|
17
gvfs.changes
17
gvfs.changes
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 25 13:27:08 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Update to version 1.3.5:
|
||||||
|
+ Properly translate gvfs-* programs
|
||||||
|
+ Implement support for g_cancellable_release_fd
|
||||||
|
+ sftp: Handle existing file on mkdir
|
||||||
|
+ smb: Better performance when reading files
|
||||||
|
+ ftp: Fix memory leaks
|
||||||
|
+ Make dav mounts work be accessible with fuse (bgo#590730,
|
||||||
|
bgo#590862)
|
||||||
|
+ metadata: Fix memory leaks in daemon
|
||||||
|
+ metadata: Fix rare write error on journal wrapover
|
||||||
|
+ gphoto: Handle removal of camera with multiple storage heads
|
||||||
|
+ hal: Fix crash for volumes with no HAL UDI
|
||||||
|
- Reorder preamble.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 10 21:28:38 CEST 2009 - vuntz@novell.com
|
Mon Aug 10 21:28:38 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
85
gvfs.spec
85
gvfs.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gvfs (Version 1.3.4)
|
# spec file for package gvfs (Version 1.3.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -15,10 +15,24 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
|
Version: 1.3.5
|
||||||
|
Release: 1
|
||||||
|
License: LGPL v2.0 or later
|
||||||
|
Summary: VFS functionality for GLib
|
||||||
|
Url: http://www.gnome.org
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
|
# PATCH-FEATURE-OPENSUSE gvfs-dice-backend.patch hpj@suse.de -- Implements Novell IceDesktop backend. Should be upstreamed eventually.
|
||||||
|
Patch1: gvfs-dice-backend.patch
|
||||||
|
# PATCH-FIX-UPSTREAM gvfs-429959-handle-blank-schemas.patch bnc429959 hpj@suse.de -- Fix URI handler lookup with blank schemas.
|
||||||
|
Patch4: gvfs-429959-handle-blank-schemas.patch
|
||||||
|
# PATCH-FEATURE-OPENSUSE gvfs-nvvfs.patch ksamrat@novell.com -- Provides gvfs backend for novell nautilus plugin
|
||||||
|
Patch5: gvfs-nvvfs.patch
|
||||||
|
# PATCH-FEATURE-OPENSUSE gvfs-nds.patch ksamrat@novell.com -- Provides NDS browsing for nautilus
|
||||||
|
Patch6: gvfs-nds.patch
|
||||||
BuildRequires: bluez-devel
|
BuildRequires: bluez-devel
|
||||||
BuildRequires: dbus-1-glib-devel
|
BuildRequires: dbus-1-glib-devel
|
||||||
BuildRequires: fuse-devel
|
BuildRequires: fuse-devel
|
||||||
@ -32,45 +46,24 @@ BuildRequires: libavahi-glib-devel
|
|||||||
BuildRequires: libcdio-devel
|
BuildRequires: libcdio-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libgphoto2-devel
|
BuildRequires: libgphoto2-devel
|
||||||
%if %suse_version > 1110
|
|
||||||
BuildRequires: libgdu-devel
|
|
||||||
BuildRequires: libgudev-1_0-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: libsmbclient-devel
|
BuildRequires: libsmbclient-devel
|
||||||
BuildRequires: libsoup-devel
|
BuildRequires: libsoup-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
Summary: VFS functionality for GLib
|
%if %suse_version > 1110
|
||||||
Version: 1.3.4
|
BuildRequires: libgdu-devel
|
||||||
Release: 1
|
BuildRequires: libgudev-1_0-devel
|
||||||
License: LGPL v2.0 or later
|
%endif
|
||||||
Group: Development/Libraries/C and C++
|
Requires: %{name}-lang = %{version}
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
|
||||||
# PATCH-FEATURE-OPENSUSE gvfs-dice-backend.patch hpj@suse.de -- Implements Novell IceDesktop backend. Should be upstreamed eventually.
|
|
||||||
Patch1: gvfs-dice-backend.patch
|
|
||||||
# PATCH-FIX-UPSTREAM gvfs-429959-handle-blank-schemas.patch bnc429959 hpj@suse.de -- Fix URI handler lookup with blank schemas.
|
|
||||||
Patch4: gvfs-429959-handle-blank-schemas.patch
|
|
||||||
# PATCH-FEATURE-OPENSUSE gvfs-nvvfs.patch ksamrat@novell.com -- Provides gvfs backend for novell nautilus plugin
|
|
||||||
Patch5: gvfs-nvvfs.patch
|
|
||||||
# PATCH-FEATURE-OPENSUSE gvfs-nds.patch ksamrat@novell.com -- Provides NDS browsing for nautilus
|
|
||||||
Patch6: gvfs-nds.patch
|
|
||||||
Url: http://www.gnome.org
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
Requires: %{name}-lang = %{version}
|
|
||||||
Requires: libgvfscommon0 = %{version}
|
Requires: libgvfscommon0 = %{version}
|
||||||
Recommends: gvfs-backends
|
Recommends: gvfs-backends
|
||||||
Recommends: gvfs-common
|
Recommends: gvfs-common
|
||||||
Recommends: gvfs-fuse
|
Recommends: gvfs-fuse
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
VFS functionality for GLib.
|
VFS functionality for GLib.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Alexander Larsson <alexl@redhat.com>
|
|
||||||
|
|
||||||
%package -n libgvfscommon0
|
%package -n libgvfscommon0
|
||||||
License: LGPL v2.0 or later
|
License: LGPL v2.0 or later
|
||||||
Summary: VFS functionality for GLib
|
Summary: VFS functionality for GLib
|
||||||
@ -80,12 +73,6 @@ Requires: %{name} >= %{version}
|
|||||||
%description -n libgvfscommon0
|
%description -n libgvfscommon0
|
||||||
VFS functionality for GLib.
|
VFS functionality for GLib.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Alexander Larsson <alexl@redhat.com>
|
|
||||||
|
|
||||||
%package backends
|
%package backends
|
||||||
License: LGPL v2.0 or later
|
License: LGPL v2.0 or later
|
||||||
Summary: VFS functionality for GLib
|
Summary: VFS functionality for GLib
|
||||||
@ -97,12 +84,6 @@ Recommends: obex-data-server
|
|||||||
%description backends
|
%description backends
|
||||||
VFS functionality for GLib.
|
VFS functionality for GLib.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Alexander Larsson <alexl@redhat.com>
|
|
||||||
|
|
||||||
%package fuse
|
%package fuse
|
||||||
License: LGPL v2.0 or later
|
License: LGPL v2.0 or later
|
||||||
Summary: VFS functionality for GLib
|
Summary: VFS functionality for GLib
|
||||||
@ -113,12 +94,6 @@ Requires: fuse
|
|||||||
%description fuse
|
%description fuse
|
||||||
VFS functionality for GLib.
|
VFS functionality for GLib.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Alexander Larsson <alexl@redhat.com>
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPL v2.0 or later
|
License: LGPL v2.0 or later
|
||||||
Summary: VFS functionality for GLib
|
Summary: VFS functionality for GLib
|
||||||
@ -128,15 +103,9 @@ Requires: %{name} = %{version}
|
|||||||
%description devel
|
%description devel
|
||||||
VFS functionality for GLib.
|
VFS functionality for GLib.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Alexander Larsson <alexl@redhat.com>
|
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version}
|
%setup -q
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
@ -153,10 +122,10 @@ libtoolize -c -f
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
|
rm %{buildroot}%{_libdir}/*.*a
|
||||||
rm $RPM_BUILD_ROOT/%{_libdir}/gio/modules/*.*a
|
rm %{buildroot}%{_libdir}/gio/modules/*.*a
|
||||||
# We can drop the chmod when bgo523420 is fixed.
|
# We can drop the chmod when bgo523420 is fixed.
|
||||||
chmod -x $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d/*
|
chmod -x %{buildroot}%{_sysconfdir}/profile.d/*
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%post -n libgvfscommon0 -p /sbin/ldconfig
|
%post -n libgvfscommon0 -p /sbin/ldconfig
|
||||||
@ -164,7 +133,7 @@ chmod -x $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d/*
|
|||||||
%postun -n libgvfscommon0 -p /sbin/ldconfig
|
%postun -n libgvfscommon0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
Loading…
Reference in New Issue
Block a user