]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- release 2.pre2i,
authorkloczek <kloczek@pld-linux.org>
Mon, 13 Sep 1999 01:37:13 +0000 (01:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed passing LDFGALGS and CFLAGS to ./configure parameters,
- cuted %changelog.

Changed files:
    mutt.spec -> 1.27

mutt.spec

index 162badad73718755fa53e74d9df079cb12a4e898..28ff171959cef1dbd6f8a6d15ea60643520c0de7 100644 (file)
--- a/mutt.spec
+++ b/mutt.spec
@@ -6,7 +6,7 @@ Summary(pl):    Program pocztowy Mutt
 Summary(tr):   Mutt elektronik posta programý
 Name:          mutt
 Version:       1.0
-Release:       1.%{_pre}i
+Release:       2.%{_pre}i
 Copyright:     GPL
 Group:         Applications/Mail
 Group(pl):     Aplikacje/Poczta
@@ -19,6 +19,8 @@ Requires:     smtpdaemon
 Requires:      mailcap
 Buildroot:     /tmp/%{name}-%{version}-root
 
+%define                _sysconfdir             /etc
+
 %description
 Mutt is a small but very poweful full-screen Unix mail client.
 Features include MIME support, color, POP3 support, message threading,
@@ -49,10 +51,11 @@ renk ve POP3 deste
 %patch -p0
 
 %build
-CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" LDFLAGS="-s" \
+CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+LDFLAGS="-s"
+export CFLAGS LDFLAGS
 %configure \
        --with-sharedir=%{_datadir} \
-       --sysconfdir=/etc \
        --enable-pop \
        --enable-imap \
        --with-curses \
This page took 0.152324 seconds and 4 git commands to generate.