|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: A friendly interactive shell
|
|
|
|
|
Name: fish
|
|
|
|
|
|
|
|
|
|
Version: 1.12.0
|
|
|
|
|
Version: 1.14.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPL
|
|
|
|
@ -54,6 +54,8 @@ fi
|
|
|
|
|
%_mandir/man1/tokenize.1*
|
|
|
|
|
%_mandir/man1/count.1*
|
|
|
|
|
%attr(0755,root,root) %_bindir/fish
|
|
|
|
|
%attr(0755,root,root) %_bindir/fishd
|
|
|
|
|
%attr(0755,root,root) %_bindir/fish_pager
|
|
|
|
|
%attr(0755,root,root) %_bindir/xsel
|
|
|
|
|
%attr(0755,root,root) %_bindir/set_color
|
|
|
|
|
%attr(0755,root,root) %_bindir/tokenize
|
|
|
|
@ -63,8 +65,34 @@ fi
|
|
|
|
|
%config %_sysconfdir/fish_inputrc
|
|
|
|
|
%dir %_sysconfdir/fish.d
|
|
|
|
|
%config %_sysconfdir/fish.d/fish_*.fish
|
|
|
|
|
%dir %_sysconfdir/fish.d/completions
|
|
|
|
|
%config %_sysconfdir/fish.d/completions/*.fish
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Sep 24 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.14.0-0
|
|
|
|
|
- 1.14.0
|
|
|
|
|
|
|
|
|
|
* Mon Sep 12 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.13.4-0
|
|
|
|
|
- 1.13.4
|
|
|
|
|
|
|
|
|
|
* Wed Sep 07 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.13.3-0
|
|
|
|
|
- 1.13.3
|
|
|
|
|
|
|
|
|
|
* Tue Sep 06 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.13.2-0
|
|
|
|
|
- 1.13.2
|
|
|
|
|
|
|
|
|
|
* Fri Aug 30 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.13.1-0
|
|
|
|
|
- 1.13.1
|
|
|
|
|
|
|
|
|
|
* Sun Aug 28 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.13.0-0
|
|
|
|
|
- 1.13.0
|
|
|
|
|
|
|
|
|
|
* Sat Aug 13 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.13.0-0
|
|
|
|
|
- Add completions subdirectory
|
|
|
|
|
|
|
|
|
|
* Thu Jul 28 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.12.1-0
|
|
|
|
|
- 1.12.1
|
|
|
|
|
|
|
|
|
|
* Fri Jul 15 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.12.0-1
|
|
|
|
|
- 1.12.0
|
|
|
|
|
|
|
|
|
|