]> git.pld-linux.org Git - packages/fetchmail.git/blobdiff - fetchmail.spec
- up to 6.3.20; fixes CVE-2011-1947
[packages/fetchmail.git] / fetchmail.spec
index 808a4177f09d57dc89879ba312ac3737b0552a60..39385afcf26d145345596e361526b036e6e945d5 100644 (file)
@@ -15,28 +15,28 @@ Summary(tr.UTF-8):  POP2, POP3, APOP, IMAP protokolleri ile uzaktan mektup alma y
 Summary(uk.UTF-8):     Утиліта отримання пошти з віддаленої машини по протоколам POP/IMAP
 Summary(zh_CN.UTF-8):  功能强大的 POP/IMAP 电子邮件收取守护进程
 Name:          fetchmail
-Version:       6.3.16
+Version:       6.3.20
 Release:       1
-License:       GPL
+License:       GPL v2 with OpenSSL exception
 Group:         Applications/Mail
 #Source0Download: http://developer.berlios.de/project/showfiles.php?group_id=1824
-Source0:       http://download.berlios.de/fetchmail/%{name}-%{version}.tar.bz2
-# Source0-md5: 1a40acb371376c7d54fe468c99dfc216
+Source0:       http://download.berlios.de/fetchmail/%{name}-%{version}.tar.xz
+# Source0-md5: 76406dbb37471f911cbb483830afe068
 Source1:       %{name}conf.desktop
 Source2:       %{name}.sysconfig
 Source3:       %{name}.init
 Source4:       %{name}.logrotate
-Patch0:                %{name}-pl.po-update.patch
 URL:           http://fetchmail.berlios.de/
 BuildRequires: automake
 BuildRequires: flex
-BuildRequires: gettext-devel
+BuildRequires: gettext-devel >= 0.14.6
 %{?with_ssl:BuildRequires:     openssl-devel >= 0.9.7l}
-BuildRequires: python
-BuildRequires: python-modules
+BuildRequires: python >= 2.0
+BuildRequires: python-modules >= 2.0
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.268
-BuildConflicts:        libmd5-devel
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 Requires:      setup >= 2.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -171,14 +171,12 @@ demona.
 
 %prep
 %setup -q
-#%patch0 -p1
-
-# to rebuild po/pl.gmo
-rm -f po/stamp-po
 
 %build
 cp -f /usr/share/automake/config.* .
 %configure \
+       ac_cv_header_md5_h=no \
+       ac_cv_search_MD5Init=no \
        --enable-nls \
        --enable-RPA \
        --enable-NTLM \
@@ -228,7 +226,8 @@ fi
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc FEATURES README NEWS NOTES README.NTLM *.html FAQ
+# COPYING contains detailed description of licenses
+%doc COPYING FEATURES README NEWS NOTES README.NTLM *.html FAQ
 %attr(755,root,root) %{_bindir}/fetchmail
 %{_mandir}/man1/fetchmail.1*
 
This page took 0.065889 seconds and 4 git commands to generate.