|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: fish
|
|
|
|
|
Version: 2.1.0
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Summary: A friendly interactive shell
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Shells
|
|
|
|
@ -9,12 +9,9 @@ URL: http://fishshell.com/
|
|
|
|
|
Source0: http://fishshell.com/files/%{version}/fish-%{version}.tar.gz
|
|
|
|
|
Patch0: fish-remove-usr-local.patch
|
|
|
|
|
Patch1: fish-add-link-cxxflags.patch
|
|
|
|
|
Patch2: fish-use-python3.patch
|
|
|
|
|
Patch2: fish-use-usrbinpython.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: ncurses-devel gettext groff doxygen python3
|
|
|
|
|
|
|
|
|
|
# brp-python-bytecompile doesn't parse script #! lines...
|
|
|
|
|
%global __python %{__python3}
|
|
|
|
|
BuildRequires: ncurses-devel gettext groff doxygen
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
fish is a fully-equipped command line shell (like bash or zsh) that is
|
|
|
|
@ -29,7 +26,8 @@ nothing to learn or configure.
|
|
|
|
|
%patch1 -p1
|
|
|
|
|
%patch2 -p1
|
|
|
|
|
|
|
|
|
|
# This requires Python2, but nothing uses it.
|
|
|
|
|
# This is unused. If we fiddle with Python versions, its presence will
|
|
|
|
|
# be confusing.
|
|
|
|
|
rm create_wajig_completions.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -79,6 +77,9 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Dec 20 2013 Andy Lutomirski <luto@mit.edu> - 2.1.0-6
|
|
|
|
|
- Switch back to Python 2
|
|
|
|
|
|
|
|
|
|
* Fri Dec 20 2013 Andy Lutomirski <luto@mit.edu> - 2.1.0-5
|
|
|
|
|
- Add BR: python3 (for __pycache__)
|
|
|
|
|
- Remove --without-xsel: fish dropped it in favor of a runtime check
|
|
|
|
|