]> git.pld-linux.org Git - packages/ed.git/commitdiff
- release 17, ed-0_2-17
authorkloczek <kloczek@pld-linux.org>
Sun, 14 Nov 1999 01:58:40 +0000 (01:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added using %%configure macro.

Changed files:
    ed.spec -> 1.15

ed.spec

diff --git a/ed.spec b/ed.spec
index cb4031bd63561e35f13644a79e0ded5196ff065e..7bfbfdec4372f30ae17f150ea014fd33c2a0c838 100644 (file)
--- a/ed.spec
+++ b/ed.spec
@@ -5,7 +5,7 @@ Summary(pl):    GNU edytor liniowy
 Summary(tr):   GNU satýr düzenleyici
 Name:          ed
 Version:       0.2
-Release:       16
+Release:       17
 Copyright:     GPL
 Group:         Applications/Editors
 Group(pl):     Aplikacje/Edytory
@@ -15,6 +15,9 @@ Patch1:               ed-autoconf.patch
 Prereq:                /usr/sbin/fix-info-dir
 Buildroot:     /tmp/%{name}-%{version}-root
 
+%define                _prefix         /usr
+%define                _exec_prefix    /
+
 %description
 This is the GNU line editor.  It is an implementation of one of the first
 editors under *nix. Some programs rely on it, but in general you probably
@@ -47,10 +50,8 @@ yaz
 %build
 chmod +w configure
 autoconf
-CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure %{_target_platform} \
-       --prefix=/usr \
-       --exec-prefix=/
+LDFLAGS="-s"; export LDFLAGS
+%configure
 
 rm -f ed.info
 make 
This page took 0.132607 seconds and 4 git commands to generate.