new upstream version

epel9
Lorenzo Villani 16 years ago
parent 3e08012712
commit ea9586a3d7

@ -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/
@ -13,9 +13,9 @@ 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
%description %description
fish is a shell geared towards interactive use. Its features are fish is a shell geared towards interactive use. Its features are
focused on user friendliness and discoverability. The language syntax focused on user friendliness and discoverability. The language syntax
is simple but incompatible with other shell languages. is simple but incompatible with other shell languages.
%prep %prep
@ -32,7 +32,7 @@ make %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make install DESTDIR="$RPM_BUILD_ROOT" make install DESTDIR="$RPM_BUILD_ROOT"
# Find translation files # Find translation files
%find_lang %{name}.\* %find_lang %{name}.\*
@ -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

Loading…
Cancel
Save