Przeglądaj źródła

upgrading package: dmalloc 4.8.2 -> 5.0.0

Ralf S. Engelschall 22 lat temu
rodzic
commit
41770ef044
1 zmienionych plików z 4 dodań i 3 usunięć
  1. 4 3
      dmalloc/dmalloc.spec

+ 4 - 3
dmalloc/dmalloc.spec

@@ -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 \