Accepting request 157504 from devel:libraries:c_c++
- license GFDL-1.1+ and LGPL-2.1 and HPND and SUSE-BSD-Mark-Modifications [bnc#777131] - license update: GFDL-1.1+ and LGPL-2.1 and HPND and BSD-3-Clause SDPX - license GFDL-1.1+ and LGPL-2.1 and HPND and BSD-Mark-Modifications - fix build with new automake * automake-1.13.patch OBS-URL: https://build.opensuse.org/request/show/157504 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aspell?expand=0&rev=30
This commit is contained in:
commit
cc37362f7e
13
aspell-automake-1.13.patch
Normal file
13
aspell-automake-1.13.patch
Normal 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
|
||||
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 13:00:31 UTC 2013 - pgajdos@suse.com
|
||||
|
||||
- license GFDL-1.1+ and LGPL-2.1 and HPND and SUSE-BSD-Mark-Modifications
|
||||
[bnc#777131]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 10:48:02 UTC 2013 - cfarrell@suse.com
|
||||
|
||||
- license update: GFDL-1.1+ and LGPL-2.1 and HPND and BSD-3-Clause
|
||||
SDPX
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 08:44:42 UTC 2013 - pgajdos@suse.com
|
||||
|
||||
- license GFDL-1.1+ and LGPL-2.1 and HPND and BSD-Mark-Modifications
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
@ -20,7 +20,7 @@ Name: aspell
|
||||
Version: 0.60.6.1
|
||||
Release: 0
|
||||
Summary: A Free and Open Source Spell Checker
|
||||
License: FDL-1.1+ and LGPL-2.1 and HPND and BSD-Mark-Modifications
|
||||
License: GFDL-1.1+ and LGPL-2.1 and HPND and SUSE-BSD-Mark-Modifications
|
||||
Group: Productivity/Text/Spell
|
||||
Url: http://aspell.net/
|
||||
Source0: ftp://ftp.gnu.org/gnu/aspell/%{name}-%{version}.tar.gz
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user