From 165ac93ed45818d92f9c742f43e35cb794a5c61c Mon Sep 17 00:00:00 2001 From: kloczek Date: Sun, 4 Feb 2001 10:31:14 +0000 Subject: [PATCH] - release 3: make spec %%{debug} ready. Changed files: dump.spec -> 1.33 --- dump.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dump.spec b/dump.spec index d063410..fdda5dc 100644 --- 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 \ -- 2.44.0