]> git.pld-linux.org Git - packages/dump.git/commitdiff
- release 3: make spec %%{debug} ready. dump-0_4b21-3
authorkloczek <kloczek@pld-linux.org>
Sun, 4 Feb 2001 10:31:14 +0000 (10:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dump.spec -> 1.33

dump.spec

index d0634101858b389d5bed2b1a20b45592695fe624..fdda5dc5daaa92dcf73c6b3a1eaca60f48f3e301 100644 (file)
--- a/dump.spec
+++ b/dump.spec
@@ -5,7 +5,7 @@ Summary(pl):    Programy do wykonywania kopii bezpiecze
 Summary(tr):   dump/restore yedekleme sistemi
 Name:          dump
 Version:       0.4b21
-Release:       1
+Release:       3
 License:       BSD
 Group:         Applications/System
 Group(de):     Applikationen/System
@@ -98,8 +98,8 @@ MYGRP=`id -rg`; \
 %configure \
        --enable-rmt \
        --enable-readline \
-       --with-ccopts="$RPM_OPT_FLAGS" \
-       --with-ldopts="-s" \
+       --with-ccopts="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
+       --with-ldopts="%{!?debug:-s}" \
        --with-binowner=$MYNAME \
        --with-bingrp=$MYGRP \
        --with-binmode=755 \
This page took 0.052662 seconds and 4 git commands to generate.