SHA256
1
0
forked from pool/fetchmail
OBS User unknown 2008-07-24 22:44:20 +00:00 committed by Git OBS Bridge
parent 85db21f9a3
commit d7df764411
3 changed files with 33 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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