From dc101a6822fe1d3dc59171333d272dbbaf55393364d38b318d5146ca87fb54ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 6 Mar 2013 18:35:44 +0000 Subject: [PATCH] Accepting request 157513 from home:seife:branches:editors fix build with automake-1.13.1 OBS-URL: https://build.opensuse.org/request/show/157513 OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=16 --- joe.changes | 5 +++++ joe.spec | 10 +++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/joe.changes b/joe.changes index e9ba5b8..712687e 100644 --- a/joe.changes +++ b/joe.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 6 14:57:01 UTC 2013 - seife+obs@b1-systems.com + +- fix build with automake-1.13.1 + ------------------------------------------------------------------- Fri Dec 2 07:22:25 UTC 2011 - coolo@suse.com diff --git a/joe.spec b/joe.spec index 03fca9b..aa145a5 100644 --- a/joe.spec +++ b/joe.spec @@ -1,7 +1,7 @@ # # spec file for package joe # -# Copyright (c) 2011 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 @@ -15,14 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: joe BuildRequires: automake BuildRequires: ncurses-devel -License: GPL-2.0+ -Group: Productivity/Editors/Other Version: 3.7 Release: 0 Summary: A Text Editor +License: GPL-2.0+ +Group: Productivity/Editors/Other Url: http://sourceforge.net/projects/joe-editor Source0: http://downloads.sourceforge.net/joe-editor/%{name}-%{version}.tar.gz Source2: de.po @@ -93,6 +94,9 @@ iconv -f KOI8-U -t UTF-8 po/uk.po | \ sed 's/charset=koi8-u/charset=UTF-8/' > po/uk.po.tmp && \ mv -f po/uk.po.tmp po/uk.po +# new automake-1.13.1 removed old macro +sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac + %build autoreconf -fi export CFLAGS="%{optflags} -W -Wno-unused"