diff --git a/gvfs-1.3.4.tar.bz2 b/gvfs-1.3.4.tar.bz2 new file mode 100644 index 0000000..c0b3643 --- /dev/null +++ b/gvfs-1.3.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b96bd8e9bdb41727f3bff9f0b336c61a85ec37032679a11388ac250a79d567 +size 1160956 diff --git a/gvfs-1.3.5.tar.bz2 b/gvfs-1.3.5.tar.bz2 deleted file mode 100644 index cf9ccb9..0000000 --- a/gvfs-1.3.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c442d6db6f89eb14fc60fb4dbd12707ee0e455e6ebc03d5cab8a2e85df236e2a -size 1180603 diff --git a/gvfs.changes b/gvfs.changes index f53125f..a2e0922 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -1,20 +1,3 @@ -------------------------------------------------------------------- -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 diff --git a/gvfs.spec b/gvfs.spec index 067d217..24e35d9 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -1,5 +1,5 @@ # -# spec file for package gvfs (Version 1.3.5) +# spec file for package gvfs (Version 1.3.4) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,24 +15,10 @@ # 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 @@ -46,24 +32,45 @@ BuildRequires: libavahi-glib-devel BuildRequires: libcdio-devel BuildRequires: libexpat-devel BuildRequires: libgphoto2-devel -BuildRequires: libsmbclient-devel -BuildRequires: libsoup-devel -BuildRequires: pkg-config -BuildRequires: translation-update-upstream %if %suse_version > 1110 BuildRequires: libgdu-devel BuildRequires: libgudev-1_0-devel %endif -Requires: %{name}-lang = %{version} +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} 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 + %package -n libgvfscommon0 License: LGPL v2.0 or later Summary: VFS functionality for GLib @@ -73,6 +80,12 @@ Requires: %{name} >= %{version} %description -n libgvfscommon0 VFS functionality for GLib. + + +Authors: +-------- + Alexander Larsson + %package backends License: LGPL v2.0 or later Summary: VFS functionality for GLib @@ -84,6 +97,12 @@ Recommends: obex-data-server %description backends VFS functionality for GLib. + + +Authors: +-------- + Alexander Larsson + %package fuse License: LGPL v2.0 or later Summary: VFS functionality for GLib @@ -94,6 +113,12 @@ Requires: fuse %description fuse VFS functionality for GLib. + + +Authors: +-------- + Alexander Larsson + %package devel License: LGPL v2.0 or later Summary: VFS functionality for GLib @@ -103,9 +128,15 @@ Requires: %{name} = %{version} %description devel VFS functionality for GLib. + + +Authors: +-------- + Alexander Larsson + %lang_package %prep -%setup -q +%setup -n %{name}-%{version} translation-update-upstream %patch1 -p1 %patch4 -p1 @@ -122,10 +153,10 @@ libtoolize -c -f %install %makeinstall -rm %{buildroot}%{_libdir}/*.*a -rm %{buildroot}%{_libdir}/gio/modules/*.*a +rm $RPM_BUILD_ROOT/%{_libdir}/*.*a +rm $RPM_BUILD_ROOT/%{_libdir}/gio/modules/*.*a # We can drop the chmod when bgo523420 is fixed. -chmod -x %{buildroot}%{_sysconfdir}/profile.d/* +chmod -x $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d/* %find_lang %{name} %post -n libgvfscommon0 -p /sbin/ldconfig @@ -133,7 +164,7 @@ chmod -x %{buildroot}%{_sysconfdir}/profile.d/* %postun -n libgvfscommon0 -p /sbin/ldconfig %clean -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root)