]> git.pld-linux.org Git - packages/exmh.git/blobdiff - exmh.spec
- cp -a implies cp -r
[packages/exmh.git] / exmh.spec
index 9f4db5b9d5c7927102bef3dd8f2f6d6ec92635d4..4618d0f54b4162d110efebe9bc2c1488ddef08cb 100644 (file)
--- a/exmh.spec
+++ b/exmh.spec
@@ -1,6 +1,6 @@
 Summary:       The exmh mail handling system
-Summary(es):   Interface gráfica para el programa de mail MH
 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
@@ -8,19 +8,21 @@ Summary(ru):  
 Summary(sv):   E-postläsare som kan hantera e-postmappar av mh-typ
 Summary(tr):   e-posta yazýlýmý
 Name:          exmh
-Version:       2.5
+Version:       2.7.2
 Release:       1
 License:       Freeware
 Group:         Applications/Mail
-Source0:       http://prdownloads.sourceforge.net/exmh/%{name}-%{version}.tar.gz
+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/
-Requires:      mh
+BuildRequires: tcl
 Requires:      metamail
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+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
@@ -89,7 +91,7 @@ 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%{_desktopdir} \
        $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_libdir}/exmh-%{version}}
 
 for i in exmh exmh-bg exmh-async ftp.expect; do
@@ -100,9 +102,9 @@ 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}
+cp -a lib/* $RPM_BUILD_ROOT%{_libdir}/exmh-%{version}
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail/
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -110,7 +112,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc COPYRIGHT exmh.CHANGES exmh.README
-%{_applnkdir}/Networking/Mail/exmh.desktop
+%{_desktopdir}/exmh.desktop
 %attr(755,root,root) %{_bindir}/exmh
 %attr(755,root,root) %{_bindir}/exmh-bg
 %attr(755,root,root) %{_bindir}/exmh-async
This page took 0.096685 seconds and 4 git commands to generate.