- Move bash-completion out of profile.d (#466883)
This commit is contained in:
parent
eee457ca40
commit
a804038d9a
11
gvfs.spec
11
gvfs.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Backends for the gio framework in GLib
|
Summary: Backends for the gio framework in GLib
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 1.2.3
|
Version: 1.2.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
@ -190,8 +190,8 @@ autoheader || :
|
|||||||
automake || :
|
automake || :
|
||||||
autoconf || :
|
autoconf || :
|
||||||
|
|
||||||
%configure --enable-gdu
|
%configure --enable-gdu --with-bash-completion-dir=%{_sysconfdir}/bash_completion.d/
|
||||||
make # %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -222,7 +222,7 @@ update-desktop-database &> /dev/null ||:
|
|||||||
%doc AUTHORS COPYING NEWS README
|
%doc AUTHORS COPYING NEWS README
|
||||||
%dir %{_datadir}/gvfs
|
%dir %{_datadir}/gvfs
|
||||||
%dir %{_datadir}/gvfs/mounts
|
%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/sftp.mount
|
||||||
%{_datadir}/gvfs/mounts/trash.mount
|
%{_datadir}/gvfs/mounts/trash.mount
|
||||||
%{_datadir}/gvfs/mounts/cdda.mount
|
%{_datadir}/gvfs/mounts/cdda.mount
|
||||||
@ -323,6 +323,9 @@ update-desktop-database &> /dev/null ||:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 8 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.2.3-2
|
||||||
- SFTP: Increase timeout (#504339)
|
- SFTP: Increase timeout (#504339)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user