From 177dc8c8b6abc7517f79242a0bf205c836932d564e4fe705f1e0af3c87ca3b62 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 28 Aug 2009 08:41:41 +0000 Subject: [PATCH 1/3] 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 --- gvfs-1.3.4.tar.bz2 | 3 -- gvfs-1.3.5.tar.bz2 | 3 ++ gvfs.changes | 17 ++++++++++ gvfs.spec | 85 +++++++++++++++------------------------------- 4 files changed, 47 insertions(+), 61 deletions(-) delete mode 100644 gvfs-1.3.4.tar.bz2 create mode 100644 gvfs-1.3.5.tar.bz2 diff --git a/gvfs-1.3.4.tar.bz2 b/gvfs-1.3.4.tar.bz2 deleted file mode 100644 index c0b3643..0000000 --- a/gvfs-1.3.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -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 new file mode 100644 index 0000000..cf9ccb9 --- /dev/null +++ b/gvfs-1.3.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c442d6db6f89eb14fc60fb4dbd12707ee0e455e6ebc03d5cab8a2e85df236e2a +size 1180603 diff --git a/gvfs.changes b/gvfs.changes index a2e0922..f53125f 100644 --- a/gvfs.changes +++ b/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 diff --git a/gvfs.spec b/gvfs.spec index 24e35d9..067d217 100644 --- a/gvfs.spec +++ b/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 - %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 - %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 - %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 - %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 - %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) From 03239d0cc24150185454c74f9a617105c8efc9cab3df918609cc5f31f2379714 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 3 Sep 2009 23:24:35 +0000 Subject: [PATCH 2/3] checked in OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=53 --- gvfs-1.3.4.tar.bz2 | 3 ++ gvfs-1.3.5.tar.bz2 | 3 -- gvfs.changes | 17 ---------- gvfs.spec | 85 +++++++++++++++++++++++++++++++--------------- 4 files changed, 61 insertions(+), 47 deletions(-) create mode 100644 gvfs-1.3.4.tar.bz2 delete mode 100644 gvfs-1.3.5.tar.bz2 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) From 945469c0b8408b82502a07425f467656dcca4e6fcf372af1c1fa44af6fae7a71 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 3 Sep 2009 23:24:37 +0000 Subject: [PATCH 3/3] 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 --- gvfs-1.3.4.tar.bz2 | 3 -- gvfs-1.3.5.tar.bz2 | 3 ++ gvfs.changes | 17 ++++++++++ gvfs.spec | 85 +++++++++++++++------------------------------- 4 files changed, 47 insertions(+), 61 deletions(-) delete mode 100644 gvfs-1.3.4.tar.bz2 create mode 100644 gvfs-1.3.5.tar.bz2 diff --git a/gvfs-1.3.4.tar.bz2 b/gvfs-1.3.4.tar.bz2 deleted file mode 100644 index c0b3643..0000000 --- a/gvfs-1.3.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -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 new file mode 100644 index 0000000..cf9ccb9 --- /dev/null +++ b/gvfs-1.3.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c442d6db6f89eb14fc60fb4dbd12707ee0e455e6ebc03d5cab8a2e85df236e2a +size 1180603 diff --git a/gvfs.changes b/gvfs.changes index a2e0922..f53125f 100644 --- a/gvfs.changes +++ b/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 diff --git a/gvfs.spec b/gvfs.spec index 24e35d9..067d217 100644 --- a/gvfs.spec +++ b/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 - %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 - %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 - %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 - %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 - %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)