X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=mutt.spec;h=fd068b18ad8ad14a2add33b6c138ee29cdb288a7;hb=f920ad6c158047cbddb5bfb680edf7566050d41b;hp=a6247c4a8ca314c07be9848aca4a0d87c431dce6;hpb=f9922ea4b0bc77515f1c0ab2ef0e38468a356fff;p=packages%2Fmutt.git diff --git a/mutt.spec b/mutt.spec index a6247c4..fd068b1 100644 --- a/mutt.spec +++ b/mutt.spec @@ -1,24 +1,33 @@ Summary: The Mutt Mail User Agent -Summary(de): Der Mutt Mail-User-Agent +Summary(de): Der Mutt Mail-User-Agent +Summary(es): Mutt, cliente de correo electrónico Summary(fr): Agent courrier Mutt Summary(pl): Program pocztowy Mutt +Summary(pt_BR): Mutt, cliente de correio eletrônico +Summary(es): Mutt, cliente de correo electrónico Summary(tr): Mutt elektronik posta programý Name: mutt -Version: 1.3.18i -Release: 4 -Epoch: 4 +Version: 1.3.27i +Release: 2 +Epoch: 5 License: GPL Group: Applications/Mail Group(de): Applikationen/Post Group(pl): Aplikacje/Poczta Group(pt): Aplicações/Correio Eletrônico -Source0: ftp://ftp.mutt.org/pub/mutt/devel/%{name}-%{version}.tar.gz +Source0: ftp://ftp.mutt.org/pub/mutt/%{name}-%{version}.tar.gz Source1: %{name}.desktop Source2: %{name}.png -Patch0: %{name}-forcedotlock.patch -Patch1: %{name}-in_reply_to.patch -Patch2: %{name}-home_etc.patch -Patch3: %{name}-muttbug-tmp.patch +Source3: %{name}.1.pl +Patch0: %{name}-home_etc.patch +Patch1: %{name}-forcedotlock.patch +Patch2: %{name}-muttbug-tmp.patch +Patch3: %{name}-rr.compressed.patch.gz +Patch4: %{name}-cd.edit_threads.patch +Patch5: %{name}-bj.status-time.patch +Patch6: %{name}-devl.narrow_tree.patch +Patch7: %{name}-vvv.quote.gz + URL: http://www.mutt.org/ BuildRequires: autoconf BuildRequires: automake @@ -30,7 +39,6 @@ Requires: mailcap Requires: smtpdaemon BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) - %description Mutt is a small but very poweful full-screen Unix mail client. Features include MIME support, color, POP3 support, message threading, @@ -41,6 +49,11 @@ Mutt ist ein kleiner aber leistungsf Unix mit MIME-Unterstützung, Farbe, POP3-Unterstützung, Nachrichten-Threading, zuweisbaren Tasten und Sortieren nach Threads. +%description -l es +Mutt es un pequeño, pero muy potente cliente de correo en pantalla +llena. Incluye soporte a tipos MINE, color, POP3; encadenamiento de +mensajes, teclas configurables y clasificaciones por encadenamiento. + %description -l fr mutt est un client courrier Unix plein écran, petit mais très puissant. Il dispose de la gestion MIME, des couleurs, de la gestion @@ -48,11 +61,16 @@ POP, des fils de discussion, des touches li les fils. %description -l pl -Mutt jest niewielkim programem pocztowym dla terminali tekstowych +Mutt jest niewielkim programem pocztowym dla terminali tekstowych, posiadaj±cym du¿e mo¿liwo¶ci. Obs³uguje MIME, POP3, cztery formaty skrzynek pocztowych, kolory, w±tki, ocenê wa¿no¶ci listów (scoring) oraz skompresowane foldery. +%description -l pt_BR +O Mutt é um pequeno mas muito poderoso cliente de correio em tela +cheia. Inclui suporte a tipos MIME, cor, POP3, encadeamento de +mensagens, teclas configuráveis e classificação por encadeamento. + %description -l tr Mutt, küçük ama çok güçlü bir tam-ekran Unix mektup istemcisidir. MIME desteði, renk ve POP3 desteði içerir. @@ -63,56 +81,68 @@ deste %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 %build -%{__aclocal} -I m4 -%{__autoheader} -%{__autoconf} -%{__automake} -a -c -%configure \ +autoconf +#PGP=%{_bindir}/pgp PGPK=%{_bindir}/pgpk +CFLAGS="%{optflags} -I%{_includedir}/slang" \ +./configure \ + --enable-pop \ + --enable-imap \ + --enable-mailtool \ + --enable-external-dotlock \ + --enable-compressed \ + %{!?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 \ --with-homespool=Maildir \ + --with-mixmaster \ --with-mailpath=/var/mail \ - --enable-external-dotlock \ --with-sharedir=%{_datadir} \ - --with-iconv \ - --with-docdir=%{_defaultdocdir}/%{name}-%{version} \ - --enable-pop \ - --enable-imap \ - --with-ssl \ - %{!?_without_sasl:--with-sasl} %{?_without_sasl:--without-sasl} \ - %{!?debug:--disable-debug} %{?debug:--enable-debug} \ - --disable-warnings \ - --enable-mailtool \ - --without-included-nls + --with-docdir=%{_docdir}/%{name}-%{version} \ + --prefix=%{_prefix} \ + --bindir=%{_bindir} \ + --sysconfdir=%{_sysconfdir} \ + --datadir=%{_datadir} \ + --mandir=%{_mandir} -%{__make} keymap.h -%{__make} +%{__make} +%{__make} manual.txt -C doc %install -%{__rm} -rf $RPM_BUILD_ROOT -%{__install} -d $RPM_BUILD_ROOT{%{_applnkdir}/Network/Mail,%{_pixmapsdir}} +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_applnkdir}/Network/Mail,%{_pixmapsdir}} \ + $RPM_BUILD_ROOT%{_mandir}/pl/man1 %{__make} install DESTDIR=$RPM_BUILD_ROOT -%{__install} %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Mail -%{__install} %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir} +install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Mail +install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir} +install %{SOURCE3} $RPM_BUILD_ROOT%{_mandir}/pl/man1 -%{__gzip} -9nf contrib/{*rc*,*cap*} \ - ChangeLog README TODO NEWS README.SECURITY README.SSL README.UPGRADE +gzip -9nf contrib/{*rc*,*cap*} \ + ChangeLog README TODO NEWS README.SECURITY README.SSL # conflict with qmail -%{__rm} -f $RPM_BUILD_ROOT%{_mandir}/man5/mbox.5* +rm -f $RPM_BUILD_ROOT%{_mandir}/man5/mbox.5* %find_lang %{name} %clean -%{__rm} -rf $RPM_BUILD_ROOT +rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) -%doc *.gz contrib/{*rc*,*cap*} doc/manual*html +%doc *.gz contrib/{*rc*,*cap*} doc/manual*html doc/manual.txt %config(noreplace,missingok) %verify(not md5 size mtime) %{_sysconfdir}/Muttrc %attr(755,root,root) %{_bindir}/mutt %attr(755,root,root) %{_bindir}/flea @@ -123,3 +153,4 @@ deste %{_applnkdir}/Network/Mail/mutt.desktop %{_pixmapsdir}/mutt.png %{_mandir}/man*/* +%lang(pl) %{_mandir}/pl/man*/*