From d2b3da7baff7313f80108c16af8605dba5ec93471bb79ea7f7845209447820ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Mon, 28 Apr 2014 00:26:29 +0000 Subject: [PATCH] Accepting request 231140 from home:olh:branches:multimedia:libs - Run autogen.sh instead of autoconf to fix build in packman 11.4 11.4 Evergreen and all that... OBS-URL: https://build.opensuse.org/request/show/231140 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gavl?expand=0&rev=7 --- gavl.changes | 5 +++++ gavl.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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}