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"