- Move bash-completion out of profile.d (#466883)

This commit is contained in:
Tomas Bzatek 2009-06-12 15:25:47 +00:00
parent eee457ca40
commit a804038d9a

View File

@ -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 <tbzatek@redhat.com> - 1.2.3-3
- Move bash-completion out of profile.d (#466883)
* Mon Jun 8 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.2.3-2
- SFTP: Increase timeout (#504339)