SHA256
1
0
forked from pool/fetchmail
OBS User unknown 2008-08-22 22:22:38 +00:00 committed by Git OBS Bridge
parent d7df764411
commit 4dea61d474
2 changed files with 21 additions and 3 deletions

View File

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

View File

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