From d7df764411f9b0f5222ca6f8e081efe2c38390263f4ce31116f423bd26581e7e Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 24 Jul 2008 22:44:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fetchmail?expand=0&rev=16 --- fetchmail.changes | 15 +++++++++++++++ fetchmail.init | 8 ++++---- fetchmail.spec | 19 ++++++++++++++----- 3 files changed, 33 insertions(+), 9 deletions(-) diff --git a/fetchmail.changes b/fetchmail.changes index 109a086..069cd82 100644 --- a/fetchmail.changes +++ b/fetchmail.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Jul 24 17:12:51 CEST 2008 - puzel@suse.cz + +- specfile cleanup and rpmlint warning fixes + * removed obsolete 'Provides: pop' + * added logrotate dependency + * removed unnecessary python dependency + * removed unnecessary 'export CFLAGS="$RPM_OPT_FLAGS"' + - %configure macro should suffice +- initscript fixes + * obsolete X-UnitedLinux-Should-Start replaced by + Should-Start + * same with Should-Stop + * added $remote-fs dependency + ------------------------------------------------------------------- Tue Jul 1 11:53:19 CEST 2008 - puzel@suse.cz diff --git a/fetchmail.init b/fetchmail.init index d244e51..fe561f7 100644 --- a/fetchmail.init +++ b/fetchmail.init @@ -8,10 +8,10 @@ # ### BEGIN INIT INFO # Provides: fetchmail -# Required-Start: $syslog $network sendmail -# X-UnitedLinux-Should-Start: -# Required-Stop: $syslog $network sendmail -# X-UnitedLinux-Should-Stop: +# Required-Start: $syslog $network $remote_fs sendmail +# Should-Start: +# Required-Stop: $syslog $network $remote_fs sendmail +# Should-Stop: # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Short-Description: Fetch mails for configured users diff --git a/fetchmail.spec b/fetchmail.spec index 788b8f7..9f771a6 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -17,7 +17,7 @@ License: GPL v2 or later; Other uncritical OpenSource License; Public Dom Group: Productivity/Networking/Email/Utilities AutoReqProv: on Version: 6.3.8 -Release: 139 +Release: 144 Source: %{name}-%{version}.tar.bz2 Source1: %{name}.init Source2: %{name}.logrotate @@ -28,8 +28,7 @@ Patch2: fetchmail-6.3.8-long_headers_segfault.patch PreReq: %insserv_prereq %fillup_prereq coreutils pwdutils Url: http://fetchmail.berlios.de/ Icon: fetchmail.xpm -Requires: smtp_daemon -Provides: pop:/usr/bin/fetchmail +Requires: smtp_daemon logrotate BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Full-Featured POP and IMAP Mail Retrieval Daemon @@ -60,7 +59,6 @@ License: GPL v2 or later Summary: Fetchmail Configuration Utility Group: Productivity/Networking/Email/Utilities Requires: %{name} = %{version} python-tk -%py_requires %description -n fetchmailconf A GUI configuration utility for generating fetchmail configuration @@ -90,7 +88,6 @@ if [ -f /usr/%_lib/libkrb5.so ] ; then else GSS="" fi -export CFLAGS="$RPM_OPT_FLAGS" %configure\ --enable-POP2\ --enable-RPA\ @@ -164,6 +161,18 @@ rm -rf $RPM_BUILD_ROOT %{py_sitedir}/fetchmailconf.* %changelog +* Thu Jul 24 2008 puzel@suse.cz +- specfile cleanup and rpmlint warning fixes + * removed obsolete 'Provides: pop' + * added logrotate dependency + * removed unnecessary python dependency + * removed unnecessary 'export CFLAGS="$RPM_OPT_FLAGS"' + - %%configure macro should suffice +- initscript fixes + * obsolete X-UnitedLinux-Should-Start replaced by + Should-Start + * same with Should-Stop + * added $remote-fs dependency * Tue Jul 01 2008 puzel@suse.cz - updated fetchmail-6.3.8-long_headers_segfault.patch from upstream * Tue Jun 17 2008 puzel@suse.cz