From 46c6f02fc8117908d08e1992178ae7c8172edee6 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Fri, 13 Jan 2006 16:28:05 +0000 Subject: [PATCH] - Add missing autoconf, automake and libtool BuildRequires --- libiec61883.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libiec61883.spec b/libiec61883.spec index 90121bc..1c827be 100644 --- a/libiec61883.spec +++ b/libiec61883.spec @@ -1,7 +1,7 @@ Summary: Streaming library for IEEE1394 Name: libiec61883 Version: 1.0.0 -Release: 9.fc5.1 +Release: 10.fc5 License: LGPL Group: Libraries Source: http://linux1394.org/dl/%{name}-%{version}.tar.gz @@ -12,6 +12,7 @@ ExcludeArch: s390 s390x # Works only with newer libraw1394 versions BuildRequires: libraw1394-devel >= 1.2.0 +BuildRequires: autoconf, automake, libtool Requires: libraw1394 >= 1.2.0 %description @@ -78,6 +79,10 @@ rm -rf %{buildroot} %{_bindir}/* %changelog +* Fri Dec 30 2005 Jarod Wilson 1.0.0-10 +- Add missing autoconf, automake and libtool + BuildRequires + * Fri Dec 09 2005 Jesse Keating - rebuilt