]> git.pld-linux.org Git - packages/davmail.git/blobdiff - davmail.spec
limit arch to: %{ix86} %{x8664}
[packages/davmail.git] / davmail.spec
index fcf5a4527866bea6d9ae51961af635078e6b273e..8cd52dae65146519ca6f2c34e54db0f0a5d79fe5 100644 (file)
@@ -1,28 +1,30 @@
-%define                rev     2303
+%define                rev     2416
 Summary:       DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway
 Name:          davmail
-Version:       4.5.1
+Version:       4.7.1
 Release:       1
 License:       GPL v2
 Group:         Applications/Mail
 Source0:       http://downloads.sourceforge.net/davmail/%{name}-linux-x86-%{version}-%{rev}.tgz
-# Source0-md5: 3185dce7dc6d2bc7417c22d724b31530
+# Source0-md5: 95ccac520040732e078556b238aa37b9
 Source1:       http://downloads.sourceforge.net/davmail/%{name}-linux-x86_64-%{version}-%{rev}.tgz
-# Source1-md5: 94474d929f7ca70ded6d6088c5086595
+# Source1-md5: aa4c2d3437046dbce60cdc92839fdb1b
 Patch0:                %{name}-base.patch
 URL:           http://davmail.sourceforge.net/
-Requires:      jdk
+BuildRequires: rpm-javaprov
+Requires:      jre
+ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 DavMail is a POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange gateway
-allowing users to use any mail/calendar client (e.g. Thunderbird
-with Lightning or Apple iCal) with an Exchange server, even from
-the internet or behind a firewall through Outlook Web Access.
+allowing users to use any mail/calendar client (e.g. Thunderbird with
+Lightning or Apple iCal) with an Exchange server, even from the
+internet or behind a firewall through Outlook Web Access.
 
 %prep
 %setup -qcT
-%ifarch i686 athlon
+%ifarch %{ix86}
 %{__tar} zxf %{SOURCE0} --strip-components=1
 %endif
 %ifarch %{x8664}
This page took 0.067931 seconds and 4 git commands to generate.