|
|
@ -2,16 +2,18 @@ Summary: A friendly interactive shell
|
|
|
|
Name: fish
|
|
|
|
Name: fish
|
|
|
|
|
|
|
|
|
|
|
|
Version: 1.14.0
|
|
|
|
Version: 1.14.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: GPL
|
|
|
|
License: GPL
|
|
|
|
Group: System Environment/Shells
|
|
|
|
Group: System Environment/Shells
|
|
|
|
URL: http://roo.no-ip.org/fish/
|
|
|
|
URL: http://roo.no-ip.org/fish/
|
|
|
|
|
|
|
|
|
|
|
|
Source0: http://roo.no-ip.org/%{name}/files/%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
Source0: http://roo.no-ip.org/%{name}/files/%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
|
|
Patch0: fish-1.14.0-wutil.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: doxygen ncurses-devel xorg-x11-devel
|
|
|
|
BuildRequires: doxygen ncurses-devel
|
|
|
|
|
|
|
|
BuildRequires: libX11-devel libXt-devel libXext-devel
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
fish is a shell geared towards interactive use. It's features are
|
|
|
|
fish is a shell geared towards interactive use. It's features are
|
|
|
@ -20,6 +22,8 @@ is simple but incompatible with other shell languages.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%patch0 -p1 -b .wutil
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
|
@ -69,6 +73,10 @@ fi
|
|
|
|
%config %_sysconfdir/fish.d/completions/*.fish
|
|
|
|
%config %_sysconfdir/fish.d/completions/*.fish
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Mar 10 2006 Oliver Falk <oliver@linux-kernel.at> - 1.14.0-2
|
|
|
|
|
|
|
|
- Fix buildreqs
|
|
|
|
|
|
|
|
- Fix wutil.h
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Sep 24 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.14.0-0
|
|
|
|
* Sat Sep 24 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.14.0-0
|
|
|
|
- 1.14.0
|
|
|
|
- 1.14.0
|
|
|
|
|
|
|
|
|
|
|
|