]> git.pld-linux.org Git - packages/dump.git/commitdiff
- adapterized and made spec %%debug ready or using %%rpm*flags macros
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 May 2001 00:42:08 +0000 (00:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dump.spec -> 1.37

dump.spec

index fe9a73ea72980267bc41e69c660c4014de449fc3..ce0609f4ce57185ab64b315df2c5da705a23f8a2 100644 (file)
--- a/dump.spec
+++ b/dump.spec
@@ -100,8 +100,8 @@ MYGRP=`id -rg`; \
 %configure \
        --enable-rmt \
        --enable-readline \
-       --with-ccopts="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
-       --with-ldopts="%{!?debug:-s}" \
+       --with-ccopts="%{rpmcflags}" \
+       --with-ldopts="%{rpmldflags}" \
        --with-binowner=$MYNAME \
        --with-bingrp=$MYGRP \
        --with-binmode=755 \
This page took 0.066222 seconds and 4 git commands to generate.