]> git.pld-linux.org Git - packages/cdecl.git/commitdiff
- release 12,
authorkloczek <kloczek@pld-linux.org>
Wed, 17 Nov 1999 00:50:49 +0000 (00:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- build against ncurses 5.0,
- -lncurses replaced by -ltinfo.

Changed files:
    cdecl.spec -> 1.10

cdecl.spec

index 50b117fd38d04406d4f8ec0a90a05b7cba0b3e5e..339952c76932f9ca47f6e2df606e3ac1ffc1b31a 100644 (file)
@@ -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
This page took 0.058385 seconds and 4 git commands to generate.