|
|
|
@ -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 <wtogami@redhat.com> 1.0.0-9
|
|
|
|
|
- incorporate some spec improvements from Matthias (#120891)
|
|
|
|
|
|
|
|
|
|
* Mon Sep 19 2005 Warren Togami <wtogami@redhat.com> 1.0.0-8
|
|
|
|
|
- split -devel for pkgconfig chain
|
|
|
|
|
- remove .a and .la
|
|
|
|
|