]> git.pld-linux.org Git - packages/exmh.git/blobdiff - exmh.spec
- cp -a implies cp -r
[packages/exmh.git] / exmh.spec
index 69b9577e560c0c02210bb04541ec998bca0cebdc..4618d0f54b4162d110efebe9bc2c1488ddef08cb 100644 (file)
--- a/exmh.spec
+++ b/exmh.spec
@@ -1,17 +1,28 @@
-Summary:       The exmh mail handling system.
+Summary:       The exmh mail handling system
+Summary(de):   EXMH-Mail-Programm
+Summary(es):   Interface gráfica para el programa de mail MH
+Summary(fr):   Programme de courrier EXMH
+Summary(pl):   System obs³ugi poczty exmh
+Summary(pt_BR):        Interface gráfica para o programa de mail MH
+Summary(ru):   ðÏÞÔÏ×ÁÑ ÐÒÏÇÒÁÍÍÁ EXMH
+Summary(sv):   E-postläsare som kan hantera e-postmappar av mh-typ
+Summary(tr):   e-posta yazýlýmý
 Name:          exmh
-Version:       2.2
+Version:       2.7.2
 Release:       1
-Copyright:     freeware
+License:       Freeware
 Group:         Applications/Mail
-Group(pl):     Aplikacje/Poczta
-Group(pt):     Aplicações/Correio Eletrônico
-Url:           http://www.beedub.com/exmh/
-Source0:       ftp://ftp.scriptics.com/pub/tcl/exmh/%{name}-%{version}.tar.gz
-Source1:       exmh.desktop
-Requires:      mh metamail
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Source0:       http://dl.sourceforge.net/exmh/%{name}-%{version}.tar.gz
+# Source0-md5: fdb7c6ff26d0429ea950590a36f1369f
+Source1:       %{name}.desktop
+Patch0:                %{name}-conf.patch
+Patch1:                %{name}-smproxy.patch
+URL:           http://www.beedub.com/exmh/
+BuildRequires: tcl
+Requires:      metamail
+Requires:      mh
 BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Exmh provides an X interface for MH/nmh mail, a feature-rich email
@@ -27,6 +38,22 @@ MH/nmh mail system much more user friendly. You may also want to use
 exmh if you prefer a graphical user interface for your mail client.
 Note that you will also have to install the nmh package.
 
+%description -l de
+exmh ist eine grafische Oberfläche für das MH-Mail-System. Zu den
+Funktionen gehören MIME-Unterstützung, Faces, Glimpse-Indexing,
+farbiges Markieren, PGP-Schnittstelle usw. Erfordert sox (oder play)
+für Sound-Unterstützung.
+
+%description -l es
+exmh es una interface gráfica para el sistema de mail MH. Incluye
+soporte para MINE, cuadros, indexación rápida, realce de colores,
+interface PGP, y más.
+
+%description -l fr
+exmh est uen interface graphique au système de courrier MH. Il gère
+MIME, les aspects, l'indexation glimpse, la mise en valeur par
+couleurs, PGP, et autres. Il faut sox (ou play) pour gérér le son.
+
 %description -l pl
 Dziêki exmh otrzymujemy interfejs do bogatego w funkcje systemu
 obs³ugi poczty MH/nmh. Exmh obs³uguje prawie wszystkie funkcje MH:
@@ -36,19 +63,36 @@ Exmh pod
 nie zosta³y jeszcze przeczytane, dziêki czemu nie traci siê
 posortowanych, nieprzeczytanych wiadomo¶ci.
 
+%description -l pt_BR
+exmh é uma interface gráfica para o sistema de mail MH. Ela inclui
+suporte para MIME, quadros, indexação rápida, destacamento de cores,
+interface PGP, e mais.
+
+%description -l ru
+exmh - ÜÔÏ ÇÒÁÆÉÞÅÓËÉÊ ÉÎÔÅÒÆÅÊÓ Ë ÐÏÞÔÏ×ÏÊ ÓÉÓÔÅÍÅ MH. ïΠ×ËÌÀÞÁÅÔ
+ÐÏÄÄÅÒÖËÕ MIME, faces, glimpse indexing, color highlighting, ÉÎÔÅÒÆÅÊÓ
+PGP É ÍÎÏÇÏÅ ÄÒÕÇÏÅ. äÌÑ ÐÏÄÄÅÒÖËÉ Ú×ÕËÁ ÔÒÅÂÕÅÔÓÑ sox.
+
+%description -l tr
+exmh, yaygýn olarak kullanýlan mh paketi için X11 arayüzüdür. MIME
+desteði, PGP desteði, faces, glimpse yardýmýyla dizin oluþturma gibi
+yetenekleri vardýr. Ses desteði için sox (ya da play) gerekir.
+
 %prep
 %setup -q
 for i in *.MASTER; do
-       cp $i ${i%%.MASTER}
+       cp -f $i ${i%%.MASTER}
 done
+%patch0 -p1
+%patch1 -p1
 
 %build
 echo 'auto_mkindex ./lib *.tcl' | tclsh
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail/
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_libdir}/exmh-%{version}}
+install -d $RPM_BUILD_ROOT%{_desktopdir} \
+       $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_libdir}/exmh-%{version}}
 
 for i in exmh exmh-bg exmh-async ftp.expect; do
        install $i $RPM_BUILD_ROOT%{_bindir}
@@ -58,23 +102,20 @@ for i in *.l; do
        install $i $RPM_BUILD_ROOT%{_mandir}/man1/${i%%.l}.1
 done
 
-cp -ar lib/* $RPM_BUILD_ROOT%{_libdir}/exmh-%{version}
-
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail/
+cp -a lib/* $RPM_BUILD_ROOT%{_libdir}/exmh-%{version}
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
-       COPYRIGHT exmh.CHANGES exmh.README
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {COPYRIGHT,exmh.CHANGES,exmh.README}.gz
-%{_applnkdir}/Networking/Mail/exmh.desktop
+%doc COPYRIGHT exmh.CHANGES exmh.README
+%{_desktopdir}/exmh.desktop
 %attr(755,root,root) %{_bindir}/exmh
 %attr(755,root,root) %{_bindir}/exmh-bg
 %attr(755,root,root) %{_bindir}/exmh-async
 %attr(755,root,root) %{_bindir}/ftp.expect
 %{_libdir}/exmh-%{version}
-%{_mandir}/man1/exmh.1.gz
+%{_mandir}/man1/exmh.1*
This page took 0.032822 seconds and 4 git commands to generate.