]> git.pld-linux.org Git - packages/fetchmail.git/blobdiff - fetchmail.spec
- updated pl.po-update patch
[packages/fetchmail.git] / fetchmail.spec
index 8d97727904124c9c6ede98ca4d0e7cd130bcc6f3..6f235b18f09554432b6b782f468b597ea4a42c44 100644 (file)
@@ -1,3 +1,4 @@
+# TODO: kerberos5/gssapi support?
 #
 # Conditional build:
 %bcond_without ssl     # build without SSL support
@@ -15,23 +16,24 @@ Summary(tr):        POP2, POP3, APOP, IMAP protokolleri ile uzaktan mektup alma yaz
 Summary(uk):   õÔÉ̦ÔÁ ÏÔÒÉÍÁÎÎÑ ÐÏÛÔɠڠצÄÄÁÌÅÎϧ ÍÁÛÉÎÉ ÐÏ ÐÒÏÔÏËÏÌÁÍ POP/IMAP
 Summary(zh_CN):        ¹¦ÄÜÇ¿´óµÄ POP/IMAP µç×ÓÓʼþÊÕÈ¡ÊØ»¤½ø³Ì
 Name:          fetchmail
-Version:       6.3.4
-Release:       2
+Version:       6.3.6
+Release:       1
 License:       GPL
 Group:         Applications/Mail
 #Source0Download: http://developer.berlios.de/project/showfiles.php?group_id=1824
 Source0:       http://download2.berlios.de/fetchmail/%{name}-%{version}.tar.bz2
-# Source0-md5: 35ded0414fcff79b492d6ade2ce48911
+# Source0-md5: 4fab7ca100ca36e41a2e8dbf5b32a3cf
 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: bison
 BuildRequires: flex
 BuildRequires: gettext-devel
-%{?with_ssl:BuildRequires:     openssl-devel >= 0.9.7d}
+%{?with_ssl:BuildRequires:     openssl-devel >= 0.9.7l}
 BuildRequires: rpmbuild(macros) >= 1.268
 Requires:      setup >= 2.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -167,6 +169,10 @@ demona.
 
 %prep
 %setup -q
+%patch0 -p1
+
+# to rebuild po/pl.gmo
+rm -f po/stamp-po
 
 %build
 cp -f /usr/share/automake/config.* .
This page took 0.199607 seconds and 4 git commands to generate.