Copy from home:vuntz:branches:GNOME:Factory/gvfs via accept of submit request 18667
Request was accepted with message: OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=52
This commit is contained in:
parent
b2f4e4dbc4
commit
177dc8c8b6
@ -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
|
||||
|
||||
|
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.
|
||||
#
|
||||
@ -15,10 +15,24 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
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: dbus-1-glib-devel
|
||||
BuildRequires: fuse-devel
|
||||
@ -32,45 +46,24 @@ BuildRequires: libavahi-glib-devel
|
||||
BuildRequires: libcdio-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libgphoto2-devel
|
||||
%if %suse_version > 1110
|
||||
BuildRequires: libgdu-devel
|
||||
BuildRequires: libgudev-1_0-devel
|
||||
%endif
|
||||
BuildRequires: libsmbclient-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: translation-update-upstream
|
||||
Summary: VFS functionality for GLib
|
||||
Version: 1.3.4
|
||||
Release: 1
|
||||
License: LGPL v2.0 or later
|
||||
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
|
||||
Url: http://www.gnome.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: %{name}-lang = %{version}
|
||||
%if %suse_version > 1110
|
||||
BuildRequires: libgdu-devel
|
||||
BuildRequires: libgudev-1_0-devel
|
||||
%endif
|
||||
Requires: %{name}-lang = %{version}
|
||||
Requires: libgvfscommon0 = %{version}
|
||||
Recommends: gvfs-backends
|
||||
Recommends: gvfs-common
|
||||
Recommends: gvfs-fuse
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
VFS functionality for GLib.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
%package -n libgvfscommon0
|
||||
License: LGPL v2.0 or later
|
||||
Summary: VFS functionality for GLib
|
||||
@ -80,12 +73,6 @@ Requires: %{name} >= %{version}
|
||||
%description -n libgvfscommon0
|
||||
VFS functionality for GLib.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
%package backends
|
||||
License: LGPL v2.0 or later
|
||||
Summary: VFS functionality for GLib
|
||||
@ -97,12 +84,6 @@ Recommends: obex-data-server
|
||||
%description backends
|
||||
VFS functionality for GLib.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
%package fuse
|
||||
License: LGPL v2.0 or later
|
||||
Summary: VFS functionality for GLib
|
||||
@ -113,12 +94,6 @@ Requires: fuse
|
||||
%description fuse
|
||||
VFS functionality for GLib.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
%package devel
|
||||
License: LGPL v2.0 or later
|
||||
Summary: VFS functionality for GLib
|
||||
@ -128,15 +103,9 @@ Requires: %{name} = %{version}
|
||||
%description devel
|
||||
VFS functionality for GLib.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -n %{name}-%{version}
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
%patch1 -p1
|
||||
%patch4 -p1
|
||||
@ -153,10 +122,10 @@ libtoolize -c -f
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
|
||||
rm $RPM_BUILD_ROOT/%{_libdir}/gio/modules/*.*a
|
||||
rm %{buildroot}%{_libdir}/*.*a
|
||||
rm %{buildroot}%{_libdir}/gio/modules/*.*a
|
||||
# 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}
|
||||
|
||||
%post -n libgvfscommon0 -p /sbin/ldconfig
|
||||
@ -164,7 +133,7 @@ chmod -x $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d/*
|
||||
%postun -n libgvfscommon0 -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
|
Loading…
Reference in New Issue
Block a user