From: kloczek Date: Wed, 17 Nov 1999 00:50:49 +0000 (+0000) Subject: - release 12, X-Git-Tag: cdecl-2_5-12~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcdecl.git;a=commitdiff_plain;h=b761025465f75db1690942eec22dae25a6c80710 - release 12, - build against ncurses 5.0, - -lncurses replaced by -ltinfo. Changed files: cdecl.spec -> 1.10 --- diff --git a/cdecl.spec b/cdecl.spec index 50b117f..339952c 100644 --- a/cdecl.spec +++ b/cdecl.spec @@ -1,13 +1,14 @@ Summary: Programs for encoding and decoding C and C++ function declarations. Name: cdecl Version: 2.5 -Release: 11 +Release: 12 Copyright: distributable Group: Development/Tools Group(pl): Programowanie/Narzêdzia Source: ftp://sunsite.unc.edu/pub/Linux/devel/lang/c/%{name}-%{version}.tar.gz Patch: cdecl-misc.patch BuildRequires: byacc +BuildRequires: ncurses-devel >= 5.0 BuildRoot: /tmp/%{name}-%{version}-root %description @@ -23,7 +24,7 @@ programming. %build make CFLAGS="$RPM_OPT_FLAGS -DUSE_READLINE -s" \ - LIBS="-lreadline -lncurses" + LIBS="-lreadline -ltinfo" %install rm -rf $RPM_BUILD_ROOT