]> git.pld-linux.org Git - packages/bosh.git/commitdiff
- use -ncurses.patch instead of sed macro to fix ncurses problem (add -I/usr/include...
authorlisu <lisu@pld-linux.org>
Mon, 30 Mar 2009 09:36:07 +0000 (09:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bosh.spec -> 1.2

bosh.spec

index 726dbaae7c3c568eb6d04a07dfd21adacc3adf86..3f549d4f738af8f43d56c4b8f5206e689245c591 100644 (file)
--- a/bosh.spec
+++ b/bosh.spec
@@ -6,11 +6,11 @@ License:      GPL v2+
 Group:         Applications
 Source0:       http://dl.sourceforge.net/bosh/%{name}-%{version}.tar.gz
 # Source0-md5: 975ef183ed4d2314186b1f2705d57c65
+Patch0:                %{name}-ncurses.patch
 URL:           http://bosh.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: ncurses-devel
-BuildRequires: sed >= 4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -22,7 +22,7 @@ the contents of the currently selected line.
 
 %prep
 %setup -q
-%{__sed} -i 's@ncurses.h@ncurses/ncurses.h@' configure.in *.c
+%patch0 -p1
 
 %build
 %{__aclocal}
This page took 0.072922 seconds and 4 git commands to generate.