incorporate some spec improvements from Matthias (#120891)
This commit is contained in:
parent
5d4fdcb634
commit
85ea847624
@ -1,16 +1,19 @@
|
|||||||
Summary: Streaming library for IEEE1394
|
Summary: Streaming library for IEEE1394
|
||||||
Name: libiec61883
|
Name: libiec61883
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 8.fc5
|
Release: 9.fc5
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Libraries
|
Group: Libraries
|
||||||
Source: http://linux1394.org/dl/%{name}-%{version}.tar.gz
|
Source: http://linux1394.org/dl/%{name}-%{version}.tar.gz
|
||||||
Patch: libiec61883-1.0.0-installtests.patch
|
Patch: libiec61883-1.0.0-installtests.patch
|
||||||
URL: http://linux1394.org
|
URL: http://linux1394.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: libraw1394-devel
|
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
|
|
||||||
|
# Works only with newer libraw1394 versions
|
||||||
|
BuildRequires: libraw1394-devel >= 1.2.0
|
||||||
|
Requires: libraw1394 >= 1.2.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
The libiec61883 library provides an higher level API for streaming DV,
|
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
|
Summary: Development files for libiec61883
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: pkgconfig, libraw1394-devel >= 1.2.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development files needed to build applications against libiec61883
|
Development files needed to build applications against libiec61883
|
||||||
@ -74,6 +78,9 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 19 2005 Warren Togami <wtogami@redhat.com> 1.0.0-8
|
||||||
- split -devel for pkgconfig chain
|
- split -devel for pkgconfig chain
|
||||||
- remove .a and .la
|
- remove .a and .la
|
||||||
|
Loading…
Reference in New Issue
Block a user