|
Lines 14-19
Url: http://dickey.his.com/%name/%name.h
Link Here
|
| 14 |
|
14 |
|
| 15 |
Source: ftp://invisible-island.com/%name/%srcname.tar.bz2 |
15 |
Source: ftp://invisible-island.com/%name/%srcname.tar.bz2 |
| 16 |
Patch: %name-4.9.10-20030418-alt-makefile.patch |
16 |
Patch: %name-4.9.10-20030418-alt-makefile.patch |
|
|
17 |
Patch1: cdk-4.9.10-20030418-alt-fix-linking.patch |
| 17 |
|
18 |
|
| 18 |
# Automatically added by buildreq on Fri Aug 29 2003 |
19 |
# Automatically added by buildreq on Fri Aug 29 2003 |
| 19 |
BuildRequires: libncurses-devel libtinfo-devel |
20 |
BuildRequires: libncurses-devel libtinfo-devel |
|
Lines 70-80
This package contains CDK static library
Link Here
|
| 70 |
%prep |
71 |
%prep |
| 71 |
%setup -q -n %srcname |
72 |
%setup -q -n %srcname |
| 72 |
%patch -p1 |
73 |
%patch -p1 |
|
|
74 |
%patch1 -p1 |
| 73 |
|
75 |
|
| 74 |
%build |
76 |
%build |
| 75 |
%configure |
77 |
%configure --with-ncurses |
| 76 |
%make_build all \ |
78 |
%make_build all \ |
| 77 |
DOCUMENT_DIR=%_docdir/%name-%ver |
79 |
DOCUMENT_DIR=%_docdir/%name-%ver LDFLAGS="-L%_libdir -lncurses" |
| 78 |
|
80 |
|
| 79 |
%install |
81 |
%install |
| 80 |
%make_install install \ |
82 |
%make_install install \ |