From d1d378497bc3b3aba4dda938d0c41b3b071c452e Mon Sep 17 00:00:00 2001 From: kloczek Date: Thu, 13 Sep 2001 22:52:35 +0000 Subject: [PATCH] - added am15 patch (added AM_PROG_AS to configure.in), - added automake >= 1.5 to BuildRequires. Changed files: xine-lib.spec -> 1.12 --- xine-lib.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/xine-lib.spec b/xine-lib.spec index 8018acd..c2c5ec0 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -21,16 +21,20 @@ Group(pl): Biblioteki Source0: http://xine.sourceforge.net/files/%{name}-%{version}.tar.gz Patch0: %{name}-configure.patch Patch1: %{name}-stubs.patch +Patch2: %{name}-am15.patch URL: http://xine.sourceforge.net/ +BuildRequires: autoconf +BuildRequires: automake >= 1.5 %{!?_without_aa:BuildRequires: aalib-devel} %{!?_without_aa:BuildRequires: aalib-progs} -%{!?_without_esd:BuildRequires: esound-devel} %ifnarch alpha %{!?_without_arts:BuildRequires: arts-devel} %endif %ifnarch sparc sparc64 %{!?_without_alsa:BuildRequires: alsa-lib-devel} %endif +%{!?_without_esd:BuildRequires: esound-devel} +BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Obsoletes: xine @@ -217,6 +221,7 @@ HTML documentation of XINE API and development components. %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build rm -f missing -- 2.44.0