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
This commit is contained in:
Cristian Rodríguez 2014-04-28 00:26:29 +00:00 committed by Git OBS Bridge
parent 8779efc020
commit d2b3da7baf
2 changed files with 9 additions and 2 deletions

View File

@ -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 Fri Jul 27 11:53:44 UTC 2012 - meissner@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package gavl # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 Source0: http://sourceforge.net/projects/gmerlin/files/gavl/%{version}/gavl-%{version}.tar.gz
Patch0: gavl-autoconf.patch Patch0: gavl-autoconf.patch
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake
BuildRequires: doxygen BuildRequires: doxygen
BuildRequires: libtool
BuildRequires: pkg-config BuildRequires: pkg-config
%description %description
@ -77,7 +79,7 @@ blending etc).
%patch0 -p1 %patch0 -p1
%build %build
autoconf ./autogen.sh
%configure --docdir=%{_docdir}/%{name} --without-cpuflags %configure --docdir=%{_docdir}/%{name} --without-cpuflags
make %{?_smp_mflags} make %{?_smp_mflags}