From 85ea847624647ae4014efc1ad322eb6da61238dd Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Fri, 11 Nov 2005 21:45:16 +0000 Subject: [PATCH] incorporate some spec improvements from Matthias (#120891) --- libiec61883.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/libiec61883.spec b/libiec61883.spec index 553c4ff..299fae6 100644 --- a/libiec61883.spec +++ b/libiec61883.spec @@ -1,16 +1,19 @@ Summary: Streaming library for IEEE1394 Name: libiec61883 Version: 1.0.0 -Release: 8.fc5 +Release: 9.fc5 License: LGPL Group: Libraries Source: http://linux1394.org/dl/%{name}-%{version}.tar.gz Patch: libiec61883-1.0.0-installtests.patch URL: http://linux1394.org BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: libraw1394-devel ExcludeArch: s390 s390x +# Works only with newer libraw1394 versions +BuildRequires: libraw1394-devel >= 1.2.0 +Requires: libraw1394 >= 1.2.0 + %description The libiec61883 library provides an higher level API for streaming DV, @@ -23,6 +26,7 @@ down to isochronous packets, which are transmitted using libraw1394. Summary: Development files for libiec61883 Group: Applications/Multimedia Requires: %{name} = %{version}-%{release} +Requires: pkgconfig, libraw1394-devel >= 1.2.0 %description devel Development files needed to build applications against libiec61883 @@ -74,6 +78,9 @@ rm -rf %{buildroot} %{_bindir}/* %changelog +* Fri Nov 11 2005 Warren Togami 1.0.0-9 +- incorporate some spec improvements from Matthias (#120891) + * Mon Sep 19 2005 Warren Togami 1.0.0-8 - split -devel for pkgconfig chain - remove .a and .la