]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- added --disable/enable debug dependant on %%debug
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Wed, 30 May 2001 12:01:06 +0000 (12:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed in-reply-to bug

Changed files:
    mutt.spec -> 1.75

mutt.spec

index 057e703f6c12c7b1eb12ab693285ef2988fa8450..935ac022b1a2d5f2bdeee2150a161d36dd7f1d12 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.3.18i
-Release:       1
+Release:       2
 Epoch:         4
 License:       GPL
 Group:         Applications/Mail
@@ -16,6 +16,7 @@ Source0:      ftp://ftp.mutt.org/pub/mutt/devel/%{name}-%{version}.tar.gz
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 Patch0:                %{name}-forcedotlock.patch
+Patch1:                %{name}-in_reply_to.patch
 URL:           http://www.mutt.org/
 Requires:      smtpdaemon
 Requires:      mailcap
@@ -57,6 +58,7 @@ deste
 %prep
 %setup -q -n %{name}-%(echo %{version} | sed 's/i$//')
 %patch0 -p1
+%patch1 -p1
 
 %build
 aclocal -I m4
@@ -76,7 +78,7 @@ automake -a -c
        --enable-imap \
        --with-ssl \
        --with-sasl \
-       --disable-debug \
+       %{!?debug:--disable-debug} %{?debug:--enable-debug} \
        --disable-warnings \
        --enable-mailtool \
        --without-included-nls
This page took 0.053097 seconds and 4 git commands to generate.