forked from pool/fetchmail
This commit is contained in:
parent
85db21f9a3
commit
d7df764411
@ -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
|
Tue Jul 1 11:53:19 CEST 2008 - puzel@suse.cz
|
||||||
|
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
#
|
#
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: fetchmail
|
# Provides: fetchmail
|
||||||
# Required-Start: $syslog $network sendmail
|
# Required-Start: $syslog $network $remote_fs sendmail
|
||||||
# X-UnitedLinux-Should-Start:
|
# Should-Start:
|
||||||
# Required-Stop: $syslog $network sendmail
|
# Required-Stop: $syslog $network $remote_fs sendmail
|
||||||
# X-UnitedLinux-Should-Stop:
|
# Should-Stop:
|
||||||
# Default-Start: 3 5
|
# Default-Start: 3 5
|
||||||
# Default-Stop: 0 1 2 6
|
# Default-Stop: 0 1 2 6
|
||||||
# Short-Description: Fetch mails for configured users
|
# Short-Description: Fetch mails for configured users
|
||||||
|
@ -17,7 +17,7 @@ License: GPL v2 or later; Other uncritical OpenSource License; Public Dom
|
|||||||
Group: Productivity/Networking/Email/Utilities
|
Group: Productivity/Networking/Email/Utilities
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 6.3.8
|
Version: 6.3.8
|
||||||
Release: 139
|
Release: 144
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}.init
|
Source1: %{name}.init
|
||||||
Source2: %{name}.logrotate
|
Source2: %{name}.logrotate
|
||||||
@ -28,8 +28,7 @@ Patch2: fetchmail-6.3.8-long_headers_segfault.patch
|
|||||||
PreReq: %insserv_prereq %fillup_prereq coreutils pwdutils
|
PreReq: %insserv_prereq %fillup_prereq coreutils pwdutils
|
||||||
Url: http://fetchmail.berlios.de/
|
Url: http://fetchmail.berlios.de/
|
||||||
Icon: fetchmail.xpm
|
Icon: fetchmail.xpm
|
||||||
Requires: smtp_daemon
|
Requires: smtp_daemon logrotate
|
||||||
Provides: pop:/usr/bin/fetchmail
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: Full-Featured POP and IMAP Mail Retrieval Daemon
|
Summary: Full-Featured POP and IMAP Mail Retrieval Daemon
|
||||||
|
|
||||||
@ -60,7 +59,6 @@ License: GPL v2 or later
|
|||||||
Summary: Fetchmail Configuration Utility
|
Summary: Fetchmail Configuration Utility
|
||||||
Group: Productivity/Networking/Email/Utilities
|
Group: Productivity/Networking/Email/Utilities
|
||||||
Requires: %{name} = %{version} python-tk
|
Requires: %{name} = %{version} python-tk
|
||||||
%py_requires
|
|
||||||
|
|
||||||
%description -n fetchmailconf
|
%description -n fetchmailconf
|
||||||
A GUI configuration utility for generating fetchmail configuration
|
A GUI configuration utility for generating fetchmail configuration
|
||||||
@ -90,7 +88,6 @@ if [ -f /usr/%_lib/libkrb5.so ] ; then
|
|||||||
else
|
else
|
||||||
GSS=""
|
GSS=""
|
||||||
fi
|
fi
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
|
||||||
%configure\
|
%configure\
|
||||||
--enable-POP2\
|
--enable-POP2\
|
||||||
--enable-RPA\
|
--enable-RPA\
|
||||||
@ -164,6 +161,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{py_sitedir}/fetchmailconf.*
|
%{py_sitedir}/fetchmailconf.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jul 01 2008 puzel@suse.cz
|
||||||
- updated fetchmail-6.3.8-long_headers_segfault.patch from upstream
|
- updated fetchmail-6.3.8-long_headers_segfault.patch from upstream
|
||||||
* Tue Jun 17 2008 puzel@suse.cz
|
* Tue Jun 17 2008 puzel@suse.cz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user