- Fix buildreqs

- Fix wutil.h
epel9
Oliver Falk 19 years ago
parent fda8b7812a
commit f975ad98b1

@ -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 <dirent.h>
#include <sys/stat.h>
#include <unistd.h>
+#include "config.h"
/**

@ -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 <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

Loading…
Cancel
Save