forked from pool/fetchmail
Accepting request 126380 from home:seife:testing
- dont't require, just suggest smtp_daemon -- fetchmail does run fine (and much safer) with e.g. procmail as mda. OBS-URL: https://build.opensuse.org/request/show/126380 OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=40
This commit is contained in:
parent
829699ccc7
commit
0e0d5c3899
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 14 11:58:02 UTC 2012 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
- dont't require, just suggest smtp_daemon -- fetchmail does run
|
||||||
|
fine (and much safer) with e.g. procmail as mda.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 2 12:57:32 UTC 2011 - coolo@suse.com
|
Fri Dec 2 12:57:32 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fetchmail
|
# spec file for package fetchmail
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: fetchmail
|
Name: fetchmail
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
@ -31,10 +32,10 @@ BuildRequires: krb5-devel
|
|||||||
%endif
|
%endif
|
||||||
Version: 6.3.21
|
Version: 6.3.21
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: Full-Featured POP and IMAP Mail Retrieval Daemon
|
Summary: Full-Featured POP and IMAP Mail Retrieval Daemon
|
||||||
Url: http://fetchmail.berlios.de/
|
License: GPL-2.0+
|
||||||
Group: Productivity/Networking/Email/Utilities
|
Group: Productivity/Networking/Email/Utilities
|
||||||
|
Url: http://fetchmail.berlios.de/
|
||||||
# Always repack upstream tarball without fetchmail-{EN,SA}-*.txt
|
# Always repack upstream tarball without fetchmail-{EN,SA}-*.txt
|
||||||
# bnc#713698
|
# bnc#713698
|
||||||
Source: %{name}-%{version}-repacked.tar.bz2
|
Source: %{name}-%{version}-repacked.tar.bz2
|
||||||
@ -48,7 +49,7 @@ PreReq: %insserv_prereq
|
|||||||
PreReq: coreutils
|
PreReq: coreutils
|
||||||
PreReq: pwdutils
|
PreReq: pwdutils
|
||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
Requires: smtp_daemon
|
Suggests: smtp_daemon
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Icon: fetchmail.xpm
|
Icon: fetchmail.xpm
|
||||||
|
|
||||||
@ -66,6 +67,7 @@ is included in the fetchmailconf package.
|
|||||||
|
|
||||||
%package -n fetchmailconf
|
%package -n fetchmailconf
|
||||||
Summary: Fetchmail Configuration Utility
|
Summary: Fetchmail Configuration Utility
|
||||||
|
Group: Productivity/Networking/Email/Utilities
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: python-tk
|
Requires: python-tk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user