]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- release 2: use new rpm automation suit also now spec %%{debug} ready.
authorkloczek <kloczek@pld-linux.org>
Mon, 2 Oct 2000 14:47:22 +0000 (14:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mutt.spec -> 1.59

mutt.spec

index 2cbd7539e8452100e379ad6b730a008ed921dda6..86d58555d6e62e0734ffef9a0540d67b263593ce 100644 (file)
--- a/mutt.spec
+++ b/mutt.spec
@@ -5,7 +5,7 @@ Summary(pl):    Program pocztowy Mutt
 Summary(tr):   Mutt elektronik posta programý
 Name:          mutt
 Version:       1.2.5i
-Release:       1
+Release:       2
 Epoch:         2
 License:       GPL
 Group:         Applications/Mail
@@ -99,7 +99,7 @@ mv -f aclocal.m4 acinclude.m4
 aclocal
 automake
 autoconf
-CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -fno-strict-aliasing"
 %configure \
        --with-sharedir=%{_datadir} \
        --enable-pop \
@@ -128,8 +128,7 @@ install %{SOURCE2} %{SOURCE3} .
 
 gzip -9nf contrib/{*rc*,*cap*} \
        ChangeLog README TODO NEWS README.SECURITY README.SSL README.UPGRADE \
-       patches_{bj,sec}.txt \
-       $RPM_BUILD_ROOT%{_mandir}/man1/*
+       patches_{bj,sec}.txt
 
 %find_lang %{name}
 
This page took 0.040595 seconds and 4 git commands to generate.