|
|
|
Summary: A friendly interactive shell
|
|
|
|
Name: fish
|
|
|
|
|
|
|
|
Version: 1.21.2
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
License: GPL
|
|
|
|
Group: System Environment/Shells
|
|
|
|
URL: http://roo.no-ip.org/fish/
|
|
|
|
|
|
|
|
Source0: http://roo.no-ip.org/%{name}/files/%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
Patch0: fish-1.21.2-fallback.patch
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: doxygen ncurses-devel
|
|
|
|
BuildRequires: libX11-devel libXt-devel libXext-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
fish is a shell geared towards interactive use. It's features are
|
|
|
|
focused on user friendlieness and discoverability. The language syntax
|
|
|
|
is simple but incompatible with other shell languages.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1 -b .fallback
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%configure docdir=%_datadir/doc/%{name}-%{version}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR="$RPM_BUILD_ROOT"
|
|
|
|
|
|
|
|
%find_lang %{name}.\*
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post
|
|
|
|
if ! grep %_bindir/fish %_sysconfdir/shells >/dev/null; then
|
|
|
|
echo %_bindir/fish >>%_sysconfdir/shells
|
|
|
|
fi
|
|
|
|
|
|
|
|
%postun
|
|
|
|
if [ "$1" = 0 ]; then
|
|
|
|
grep -v %_bindir/fish %_sysconfdir/shells >%_sysconfdir/fish.tmp
|
|
|
|
mv %_sysconfdir/fish.tmp %_sysconfdir/shells
|
|
|
|
fi
|
|
|
|
|
|
|
|
%files -f %{name}.\*.lang
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc %_datadir/doc/%{name}-%{version}
|
|
|
|
%_mandir/man1/fish.1*
|
|
|
|
%_mandir/man1/xsel.1x*
|
|
|
|
%_mandir/man1/mimedb.1*
|
|
|
|
%_mandir/man1/set_color.1*
|
|
|
|
%_mandir/man1/count.1*
|
|
|
|
%_mandir/man1/fishd.1.*
|
|
|
|
%_mandir/man1/fish_pager.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/mimedb
|
|
|
|
%attr(0755,root,root) %_bindir/count
|
|
|
|
%dir %_datadir/fish/completions
|
|
|
|
%config %_datadir/fish/completions/*.fish
|
|
|
|
%dir %_datadir/fish/functions
|
|
|
|
%config %_datadir/fish/functions/*.fish
|
|
|
|
%_datadir/fish/fish
|
|
|
|
%config %_sysconfdir/fish
|
|
|
|
%config %_sysconfdir/fish_inputrc
|
|
|
|
%dir %_sysconfdir/fish.d
|
|
|
|
%config %_sysconfdir/fish.d/fish_*.fish
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Mon Mar 13 2006 Oliver Falk <oliver@linux-kernel.at> - 1.21.2-1
|
|
|
|
- Update
|
|
|
|
- Applied patch provided by Michael Schwendt
|
|
|
|
|
|
|
|
* 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
|
|
|
|
- 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
|
|
|
|
|
|
|
|
* Fri Jul 01 2005 Oliver Falk <oliver@linux-kernel.at> - 1.11.1-10
|
|
|
|
- Added dist macro to the release
|
|
|
|
- Small spec beautifying
|
|
|
|
|
|
|
|
* Thu Jun 30 2005 Michael Schwendt <mschwendt@users.sf.net> 1.11.1-9
|
|
|
|
- Set CFLAGS the proper way
|
|
|
|
|
|
|
|
* Thu Jun 30 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.11.1-8
|
|
|
|
- Fix revision number in changelog
|
|
|
|
|
|
|
|
* Wed Jun 29 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.11.1-7
|
|
|
|
- Send post-script output to /dev/null
|
|
|
|
|
|
|
|
* Wed Jun 29 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.11.1-6
|
|
|
|
- Add changelog section to spec file
|
|
|
|
- Add macros to source tags
|
|
|
|
- Add smp_mflags to 'make all'
|
|
|
|
- Fix typo in post install scriptlet test
|
|
|
|
- Set CFLAGS from spec file
|