]> git.pld-linux.org Git - packages/cboard.git/commitdiff
- BR: ncurses-ext-devel, unification
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Aug 2004 12:07:27 +0000 (12:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cboard.spec -> 1.5

cboard.spec

index d4ca182d2691a873dd3b0a3d8b99f53804c93015..d985b28d6160c7705e93e0acd8ec00c65127ad38 100644 (file)
@@ -11,7 +11,7 @@ Group:                Applications/Games
 Source0:       http://arbornet.org/~bjk/cboard/%{name}-%{version}.tar.gz
 # Source0-md5: fb2de107fbd5294427646371adf1611e
 URL:           http://arbornet.org/~bjk/cboard/
-BuildRequires: ncurses-ext
+BuildRequires: ncurses-ext-devel
 Requires:      gnuchess
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -29,8 +29,8 @@ i wiele innych.
 %setup -q
 
 %build
-%{configure} \
-       CPPFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"
+%configure \
+       CPPFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.074013 seconds and 4 git commands to generate.