diff --git a/gavl.changes b/gavl.changes index 74972c2..f1c30db 100644 --- a/gavl.changes +++ b/gavl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 23 12:49:11 CEST 2014 - ohering@suse.de + +- Run autogen.sh instead of autoconf to fix build in packman 11.4 + ------------------------------------------------------------------- Fri Jul 27 11:53:44 UTC 2012 - meissner@suse.com diff --git a/gavl.spec b/gavl.spec index 9d97eb9..b92f1f4 100644 --- a/gavl.spec +++ b/gavl.spec @@ -1,7 +1,7 @@ # # spec file for package gavl # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -28,7 +28,9 @@ Url: http://gmerlin.sourceforge.net/ Source0: http://sourceforge.net/projects/gmerlin/files/gavl/%{version}/gavl-%{version}.tar.gz Patch0: gavl-autoconf.patch BuildRequires: autoconf +BuildRequires: automake BuildRequires: doxygen +BuildRequires: libtool BuildRequires: pkg-config %description @@ -77,7 +79,7 @@ blending etc). %patch0 -p1 %build -autoconf +./autogen.sh %configure --docdir=%{_docdir}/%{name} --without-cpuflags make %{?_smp_mflags}