fix file list, use system-wide xsel

epel9
Lorenzo Villani 16 years ago
parent 50cd97ef55
commit 787e3f021f

@ -1,7 +1,7 @@
Summary: A friendly interactive shell Summary: A friendly interactive shell
Name: fish Name: fish
Version: 1.23.1 Version: 1.23.1
Release: 2%{?dist} Release: 3%{?dist}
License: GPLv2 License: GPLv2
Group: System Environment/Shells Group: System Environment/Shells
URL: http://fishshell.org/ URL: http://fishshell.org/
@ -9,6 +9,7 @@ Source0: http://fishshell.org/files/%{version}/fish-%{version}.ta
# Emailed to upstream # Emailed to upstream
Patch0: fish-1.23.0-ARG_MAX.patch Patch0: fish-1.23.0-ARG_MAX.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: xsel
BuildRequires: ncurses-devel gettext groff doxygen BuildRequires: ncurses-devel gettext groff doxygen
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: xorg-x11-proto-devel libX11-devel libXt-devel libXext-devel BuildRequires: xorg-x11-proto-devel libX11-devel libXt-devel libXext-devel
@ -94,13 +95,16 @@ fi
%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
%attr(0755,root,root) %{_bindir}/fish_indent %attr(0755,root,root) %{_bindir}/fish_indent
%attr(0755,root,root) %{_bindir}/xsel
%attr(0755,root,root) %{_bindir}/set_color %attr(0755,root,root) %{_bindir}/set_color
%attr(0755,root,root) %{_bindir}/mimedb %attr(0755,root,root) %{_bindir}/mimedb
%config(noreplace) %{_sysconfdir}/fish %config(noreplace) %{_sysconfdir}/fish
%{_datadir}/fish/ %{_datadir}/fish/
%changelog %changelog
* Fri Jul 03 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 1.23.1-3
- Fix file list
- Don't use own copy of xsel
* Fri Jul 03 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 1.23.1-2 * Fri Jul 03 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 1.23.1-2
- rebuilt - rebuilt

Loading…
Cancel
Save