]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- updated to 1.3.99
authorfilon <filon@sokrates.mimuw.edu.pl>
Wed, 22 May 2002 05:21:38 +0000 (05:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated rr.compressed patch
- added LIBOBJ patch for new autoconf to work
- full ac/am regeneration
- removed --with-iconv, it means using libiconv (wrong)
- cosmetics, STBR

Changed files:
    mutt.spec -> 1.117

mutt.spec

index ac5880d6878de148f8ccc6c0727965d60ab29f27..21a47226ac21e0a7c854b5adb67346783ca6414e 100644 (file)
--- a/mutt.spec
+++ b/mutt.spec
@@ -8,8 +8,8 @@ Summary(ru):    
 Summary(tr):   Mutt elektronik posta programý
 Summary(uk):   ðÏÛÔÏ×Á Ë̦¤ÎÔÓØËÁ ÐÒÏÇÒÁÍÁ Mutt
 Name:          mutt
-Version:       1.3.28i
-Release:       2
+Version:       1.3.99i
+Release:       1
 Epoch:         5
 License:       GPL
 Group:         Applications/Mail
@@ -31,6 +31,7 @@ Patch10:      %{name}-cd.purge_message.patch
 Patch11:       %{name}-cd.signatures_menu.patch
 Patch12:       %{name}-folder_columns.patch
 Patch13:       %{name}-nr.tag_prefix_cond.patch
+Patch14:       %{name}-LIBOBJ.patch
 URL:           http://www.mutt.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -109,11 +110,15 @@ Mutt - 
 %patch11 -p1
 %patch12 -p1
 #%patch13 -p0
+%patch14 -p1
 
 %build
+%{__gettextize}
+%{__aclocal} -I m4
 %{__autoconf}
+%{__automake}
 #PGP=%{_bindir}/pgp PGPK=%{_bindir}/pgpk
-CFLAGS="%{optflags} -I%{_includedir}/slang" \
+#CFLAGS="%{optflags} -I%{_includedir}/slang" \
 %configure \
        --enable-pop \
        --enable-imap \
@@ -123,11 +128,10 @@ CFLAGS="%{optflags} -I%{_includedir}/slang" \
        %{!?debug:--disable-debug} %{?debug:--enable-debug} \
        --disable-warnings \
        --with-curses \
-       --with-iconv \
        --with-regex \
        --with-ssl \
        %{!?_without_sasl:--with-sasl} %{?_without_sasl:--without-sasl} \
-       --without-included-nls \
+       --without-included-gettext \
        --with-homespool=Maildir \
        --with-mixmaster \
        --with-mailpath=/var/mail \
This page took 0.035372 seconds and 4 git commands to generate.