This commit is contained in:
parent
d7df764411
commit
4dea61d474
@ -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
|
Thu Jul 24 17:12:51 CEST 2008 - puzel@suse.cz
|
||||||
|
|
||||||
|
@ -2,9 +2,16 @@
|
|||||||
# spec file for package fetchmail (Version 6.3.8)
|
# spec file for package fetchmail (Version 6.3.8)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# 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/
|
# 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
|
Group: Productivity/Networking/Email/Utilities
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 6.3.8
|
Version: 6.3.8
|
||||||
Release: 144
|
Release: 161
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}.init
|
Source1: %{name}.init
|
||||||
Source2: %{name}.logrotate
|
Source2: %{name}.logrotate
|
||||||
@ -82,7 +89,9 @@ Authors:
|
|||||||
cp -a %{S:1} %{S:2} %{S:3} .
|
cp -a %{S:1} %{S:2} %{S:3} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %suse_version > 1010
|
||||||
ACLOCAL="aclocal -I m4 -I m4-local" autoreconf -f -i
|
ACLOCAL="aclocal -I m4 -I m4-local" autoreconf -f -i
|
||||||
|
%endif
|
||||||
if [ -f /usr/%_lib/libkrb5.so ] ; then
|
if [ -f /usr/%_lib/libkrb5.so ] ; then
|
||||||
GSS="--with-gssapi"
|
GSS="--with-gssapi"
|
||||||
else
|
else
|
||||||
@ -161,6 +170,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{py_sitedir}/fetchmailconf.*
|
%{py_sitedir}/fetchmailconf.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 24 2008 puzel@suse.cz
|
||||||
- specfile cleanup and rpmlint warning fixes
|
- specfile cleanup and rpmlint warning fixes
|
||||||
* removed obsolete 'Provides: pop'
|
* removed obsolete 'Provides: pop'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user