diff --git a/fish-1.14.0-wutil.patch b/fish-1.14.0-wutil.patch new file mode 100644 index 0000000..45289a4 --- /dev/null +++ b/fish-1.14.0-wutil.patch @@ -0,0 +1,11 @@ +diff -Nur fish-1.14.0-orig/wutil.h fish-1.14.0/wutil.h +--- fish-1.14.0-orig/wutil.h 2005-09-24 22:31:33.000000000 +0200 ++++ fish-1.14.0/wutil.h 2006-03-10 11:19:08.000000000 +0100 +@@ -11,6 +11,7 @@ + #include + #include + #include ++#include "config.h" + + + /** diff --git a/fish.spec b/fish.spec index 3714c65..a24a862 100644 --- a/fish.spec +++ b/fish.spec @@ -2,16 +2,18 @@ Summary: A friendly interactive shell Name: fish Version: 1.14.0 -Release: 1%{?dist} +Release: 2%{?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.14.0-wutil.patch 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 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 %setup -q +%patch0 -p1 -b .wutil + %build @@ -69,6 +73,10 @@ fi %config %_sysconfdir/fish.d/completions/*.fish %changelog +* Fri Mar 10 2006 Oliver Falk - 1.14.0-2 +- Fix buildreqs +- Fix wutil.h + * Sat Sep 24 2005 Axel Liljencrantz 1.14.0-0 - 1.14.0