]> git.pld-linux.org Git - packages/fetchmail.git/blobdiff - fetchmail.spec
- cleaning
[packages/fetchmail.git] / fetchmail.spec
index 17931ce19ac32f6276d38bd51dcb68c742a380ab..2b3887c3435f7f559793497b825584990c5429cc 100644 (file)
@@ -10,12 +10,11 @@ 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.1.1
+Version:       6.2.1
 Release:       2
 License:       GPL
-Vendor:                Eric S. Raymond <esr@thyrsus.com>
 Group:         Applications/Mail
-Source0:       http://www.tuxedo.org/~esr/fetchmail/%{name}-%{version}.tar.gz
+Source0:       http://catb.org/~esr/fetchmail/%{name}-%{version}.tar.gz
 Source1:       %{name}conf.desktop
 Source2:       %{name}.sysconfig
 Source3:       %{name}.init
@@ -23,13 +22,14 @@ Source4:    %{name}.logrotate
 Patch0:                %{name}-shroud.patch
 Patch1:                %{name}-po_updates.patch
 Patch2:                %{name}-pl.po-update.patch
+Patch3:                %{name}-fr.po-fix.patch
 Icon:          fetchmail.gif
 URL:           http://www.tuxedo.org/~esr/fetchmail/
 BuildRequires: automake
 BuildRequires: bison
 BuildRequires: flex
 BuildRequires: gettext-devel
-%{!?_without_ssl:BuildRequires:        openssl-devel >= 0.9.6a}
+%{!?_without_ssl:BuildRequires:        openssl-devel >= 0.9.7}
 Requires:      setup >= 2.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -167,6 +167,7 @@ chmod -R u+w *
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 cp -f /usr/share/automake/config.* .
@@ -191,9 +192,9 @@ install -d $RPM_BUILD_ROOT%{_applnkdir}/Settings \
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Settings
-install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/fetchmail
-install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/fetchmail
-install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/%{name}
+install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/fetchmail
+install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/fetchmail
+install %{SOURCE4} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
 
 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/fetchmailconf.1
 echo ".so fetchmail.1" > $RPM_BUILD_ROOT%{_mandir}/man1/fetchmailconf.1
@@ -236,6 +237,6 @@ fi
 %files daemon
 %defattr(644,root,root,755)
 %attr(600,root,root) %config(noreplace,missingok) %{_sysconfdir}/fetchmailrc
-%attr(754,root,root) %{_sysconfdir}/rc.d/init.d/fetchmail
-%attr(640,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/fetchmail
-%attr(640,root,root) %{_sysconfdir}/logrotate.d/fetchmail
+%attr(754,root,root) /etc/rc.d/init.d/fetchmail
+%attr(640,root,root) %config(noreplace) /etc/sysconfig/fetchmail
+%attr(640,root,root) /etc/logrotate.d/fetchmail
This page took 0.066272 seconds and 4 git commands to generate.