From a804038d9a3b436a326228b60bd93e5c949c0bef Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Fri, 12 Jun 2009 15:25:47 +0000 Subject: [PATCH] - Move bash-completion out of profile.d (#466883) --- gvfs.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gvfs.spec b/gvfs.spec index 8eb03c8..0582d4f 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -1,7 +1,7 @@ Summary: Backends for the gio framework in GLib Name: gvfs Version: 1.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gtk.org @@ -190,8 +190,8 @@ autoheader || : automake || : autoconf || : -%configure --enable-gdu -make # %{?_smp_mflags} +%configure --enable-gdu --with-bash-completion-dir=%{_sysconfdir}/bash_completion.d/ +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -222,7 +222,7 @@ update-desktop-database &> /dev/null ||: %doc AUTHORS COPYING NEWS README %dir %{_datadir}/gvfs %dir %{_datadir}/gvfs/mounts -%{_sysconfdir}/profile.d/gvfs-bash-completion.sh +%{_sysconfdir}/bash_completion.d/gvfs-bash-completion.sh %{_datadir}/gvfs/mounts/sftp.mount %{_datadir}/gvfs/mounts/trash.mount %{_datadir}/gvfs/mounts/cdda.mount @@ -323,6 +323,9 @@ update-desktop-database &> /dev/null ||: %changelog +* Fri Jun 12 2009 Tomas Bzatek - 1.2.3-3 +- Move bash-completion out of profile.d (#466883) + * Mon Jun 8 2009 Tomas Bzatek - 1.2.3-2 - SFTP: Increase timeout (#504339)