|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: A friendly interactive shell
|
|
|
|
Summary: A friendly interactive shell
|
|
|
|
Name: fish
|
|
|
|
Name: fish
|
|
|
|
Version: 1.23.0
|
|
|
|
Version: 1.23.1
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPLv2
|
|
|
|
License: GPLv2
|
|
|
|
Group: System Environment/Shells
|
|
|
|
Group: System Environment/Shells
|
|
|
|
URL: http://fishshell.org/
|
|
|
|
URL: http://fishshell.org/
|
|
|
@ -61,6 +61,7 @@ fi
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc %{_datadir}/doc/%{name}-%{version}
|
|
|
|
%doc %{_datadir}/doc/%{name}-%{version}
|
|
|
|
%{_mandir}/man1/*.1*
|
|
|
|
%{_mandir}/man1/*.1*
|
|
|
|
|
|
|
|
%exclude %{_bindir}/xsel
|
|
|
|
%exclude %{_mandir}/man1/count*
|
|
|
|
%exclude %{_mandir}/man1/count*
|
|
|
|
%exclude %{_mandir}/man1/alias*
|
|
|
|
%exclude %{_mandir}/man1/alias*
|
|
|
|
%exclude %{_mandir}/man1/bg*
|
|
|
|
%exclude %{_mandir}/man1/bg*
|
|
|
@ -88,6 +89,7 @@ fi
|
|
|
|
%exclude %{_mandir}/man1/type*
|
|
|
|
%exclude %{_mandir}/man1/type*
|
|
|
|
%exclude %{_mandir}/man1/ulimit*
|
|
|
|
%exclude %{_mandir}/man1/ulimit*
|
|
|
|
%exclude %{_mandir}/man1/umask*
|
|
|
|
%exclude %{_mandir}/man1/umask*
|
|
|
|
|
|
|
|
%exclude %{_mandir}/man1/xsel*
|
|
|
|
%attr(0755,root,root) %{_bindir}/fish
|
|
|
|
%attr(0755,root,root) %{_bindir}/fish
|
|
|
|
%attr(0755,root,root) %{_bindir}/fishd
|
|
|
|
%attr(0755,root,root) %{_bindir}/fishd
|
|
|
|
%attr(0755,root,root) %{_bindir}/fish_pager
|
|
|
|
%attr(0755,root,root) %{_bindir}/fish_pager
|
|
|
@ -99,6 +101,10 @@ fi
|
|
|
|
%{_datadir}/fish/
|
|
|
|
%{_datadir}/fish/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jul 03 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 1.23.1-1
|
|
|
|
|
|
|
|
- 1.23.1
|
|
|
|
|
|
|
|
- Fix bz #472613
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.23.0-7
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.23.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|