|
|
|
|
@ -32,8 +32,8 @@ Packager: The OpenPKG Project
|
|
|
|
|
Distribution: OpenPKG [BASE] |
|
|
|
|
Group: Development |
|
|
|
|
License: GPL |
|
|
|
|
Version: 4.8.2 |
|
|
|
|
Release: 20030210 |
|
|
|
|
Version: 5.0.0 |
|
|
|
|
Release: 20030517 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://dmalloc.com/releases/dmalloc-%{version}.tgz |
|
|
|
|
@ -41,7 +41,7 @@ Source0: http://dmalloc.com/releases/dmalloc-%{version}.tgz
|
|
|
|
|
# build information |
|
|
|
|
Prefix: %{l_prefix} |
|
|
|
|
BuildRoot: %{l_buildroot} |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20020206 |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20020206, autoconf |
|
|
|
|
PreReq: OpenPKG, openpkg >= 20020206 |
|
|
|
|
AutoReq: no |
|
|
|
|
AutoReqProv: no |
|
|
|
|
@ -59,6 +59,7 @@ AutoReqProv: no
|
|
|
|
|
%setup -q |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
autoconf |
|
|
|
|
CC="%{l_cc}" \ |
|
|
|
|
CFLAGS="%{l_cflags -O}" \ |
|
|
|
|
./configure \ |
|
|
|
|
|