X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=fetchmail.spec;h=2b3887c3435f7f559793497b825584990c5429cc;hb=48e14cd7decde96a1014d14b51a3869da40583df;hp=17931ce19ac32f6276d38bd51dcb68c742a380ab;hpb=9d18123787b1eeb601a3b97fd62d48dc07e4f6c8;p=packages%2Ffetchmail.git diff --git a/fetchmail.spec b/fetchmail.spec index 17931ce..2b3887c 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -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 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