SHA256
1
0
forked from pool/aspell

- fix build with new automake

* automake-1.13.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aspell?expand=0&rev=23
This commit is contained in:
Petr Gajdos 2013-02-28 15:37:31 +00:00 committed by Git OBS Bridge
parent 53a5ae225e
commit 4e27e40eec
3 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,13 @@
Index: configure.ac
===================================================================
--- configure.ac
+++ configure.ac
@@ -2,7 +2,7 @@ AC_INIT(GNU Aspell, 0.60.6.1)
AC_CONFIG_SRCDIR(prog/aspell.cpp)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE
-AM_CONFIG_HEADER(gen/settings.h)
+AC_CONFIG_HEADERS(gen/settings.h)
AM_MAINTAINER_MODE

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 28 15:34:59 UTC 2013 - pgajdos@suse.com
- fix build with new automake
* automake-1.13.patch
-------------------------------------------------------------------
Tue Oct 9 06:32:36 UTC 2012 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package aspell
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -31,6 +31,8 @@ Patch0: aspell-strict-aliasing.patch
Patch1: aspell-quotes.patch
# PATCH-FIX-OPENSUSE aspell-epmty_file.patch bnc#266130 lmichnovic@suse.cz -- Fix SIGSEV when checking empty file
Patch2: aspell-epmty_file.patch
# PATCH-FIX-UPSTREAM aspell-automake-1.13.patch pgajdos@suse.cz -- fix build with new automake
Patch3: aspell-automake-1.13.patch
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libtool
@ -125,6 +127,7 @@ This package contains the pspell compatibility library.
%patch0
%patch1
%patch2
%patch3
%build
autoreconf -fiv