From 4dea61d47407fd5975897cc7199f38e16c60c7dbacd2d3bd6c58e2a7490beeb3 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 22 Aug 2008 22:22:38 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fetchmail?expand=0&rev=17 --- fetchmail.changes | 6 ++++++ fetchmail.spec | 18 +++++++++++++++--- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/fetchmail.changes b/fetchmail.changes index 069cd82..14a8f0b 100644 --- a/fetchmail.changes +++ b/fetchmail.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 22 13:58:53 CEST 2008 - puzel@suse.cz + +- fix build on SLE10 + - do not run autoreconf if suse_version < 1010 + ------------------------------------------------------------------- Thu Jul 24 17:12:51 CEST 2008 - puzel@suse.cz diff --git a/fetchmail.spec b/fetchmail.spec index 9f771a6..4754e8b 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -2,9 +2,16 @@ # spec file for package fetchmail (Version 6.3.8) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -17,7 +24,7 @@ License: GPL v2 or later; Other uncritical OpenSource License; Public Dom Group: Productivity/Networking/Email/Utilities AutoReqProv: on Version: 6.3.8 -Release: 144 +Release: 161 Source: %{name}-%{version}.tar.bz2 Source1: %{name}.init Source2: %{name}.logrotate @@ -82,7 +89,9 @@ Authors: cp -a %{S:1} %{S:2} %{S:3} . %build +%if %suse_version > 1010 ACLOCAL="aclocal -I m4 -I m4-local" autoreconf -f -i +%endif if [ -f /usr/%_lib/libkrb5.so ] ; then GSS="--with-gssapi" else @@ -161,6 +170,9 @@ rm -rf $RPM_BUILD_ROOT %{py_sitedir}/fetchmailconf.* %changelog +* Fri Aug 22 2008 puzel@suse.cz +- fix build on SLE10 + - do not run autoreconf if suse_version < 1010 * Thu Jul 24 2008 puzel@suse.cz - specfile cleanup and rpmlint warning fixes * removed obsolete 'Provides: pop'