]> git.pld-linux.org Git - packages/elvis.git/commitdiff
- release 3, elvis-2_1-3
authorkloczek <kloczek@pld-linux.org>
Fri, 19 Nov 1999 00:36:51 +0000 (00:36 +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:
    elvis.spec -> 1.16

elvis.spec

index b8691ed405ec0f871990c0fbbc1b6c13c9e9cffb..1f956e69c874cac6367ca4d00dcdece93adbff31 100644 (file)
@@ -2,12 +2,13 @@ Summary:      Elvis is a clone of vi/ex
 Summary(pl):   Elvis jest klonem edytora vi
 Name:          elvis
 Version:       2.1
-Release:       2
+Release:       3
 Copyright:     Artistic License
 Group:         Applications/Editors
 Group(pl):     Aplikacje/Edytory
 Source:                ftp://ftp.cs.pdx.edu/pub/elvis/%{name}-%{version}.tar.gz
-BuildRequires: ncurses-devel
+BuildRequires: ncurses-devel >= 5.0
+BuildRequires: ncurses-static
 BuildRequires: XFree86-devel
 BuildRoot:     /tmp/%{name}-%{version}-root
 Obsoletes:     elvis-X11
@@ -46,7 +47,7 @@ LDFLAGS="-static -s"; export LDFLAGS
 %configure \
        --without-x
        
-make LIBS="-lncurses"
+make LIBS="-ltinfo"
 mv elvis elvis.static
 
 make clean
@@ -54,8 +55,8 @@ make clean
 LDFLAGS="-s";export LDFLAGS
 %configure \
        --with-x
-       
-make LIBS="-lncurses -lX11 -L/usr/X11R6/lib"
+
+make LIBS="-ltinfo -lX11 -L/usr/X11R6/lib"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.094163 seconds and 4 git commands to generate.