]> git.pld-linux.org Git - packages/elvis.git/commitdiff
used %{_target} macro elvis-2_1-1
authorArtur Frysiak <artur@frysiak.net>
Fri, 30 Apr 1999 10:20:15 +0000 (10:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elvis.spec -> 1.5

elvis.spec

index e2a2b93114dd6e8d5180ec172fc36919abb9c788..c002a347c4b9cf22f3add6000518611c57fe5f0e 100644 (file)
@@ -43,7 +43,8 @@ CC="cc $RPM_OPT_FLAGS" LDFLAGS="-static -s" \
 ./configure \
        --prefix=/usr \
        --without-x \
 ./configure \
        --prefix=/usr \
        --without-x \
-       linux
+       %{_target}
+       
 make LIBS="-lncurses"
 mv elvis elvis.static
 
 make LIBS="-lncurses"
 mv elvis elvis.static
 
@@ -53,7 +54,8 @@ CC="cc $RPM_OPT_FLAGS" LDFLAGS="-s" \
 ./configure \
        --prefix=/usr \
        --with-x \
 ./configure \
        --prefix=/usr \
        --with-x \
-       linux
+       %{_target}
+       
 make LIBS="-lncurses -lX11 -L/usr/X11R6/lib"
 
 %install
 make LIBS="-lncurses -lX11 -L/usr/X11R6/lib"
 
 %install
This page took 0.073054 seconds and 4 git commands to generate.