|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: Streaming library for IEEE1394
|
|
|
|
Summary: Streaming library for IEEE1394
|
|
|
|
Name: libiec61883
|
|
|
|
Name: libiec61883
|
|
|
|
Version: 1.2.0
|
|
|
|
Version: 1.2.0
|
|
|
|
Release: 18%{?dist}
|
|
|
|
Release: 19%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.gz
|
|
|
|
Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.gz
|
|
|
@ -12,6 +12,7 @@ Patch1: libiec61883-channel-allocation-without-local-node-rw.patch
|
|
|
|
URL: http://ieee1394.wiki.kernel.org/index.php/Libraries#libiec61883
|
|
|
|
URL: http://ieee1394.wiki.kernel.org/index.php/Libraries#libiec61883
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
# Works only with newer libraw1394 versions
|
|
|
|
# Works only with newer libraw1394 versions
|
|
|
|
BuildRequires: libraw1394-devel
|
|
|
|
BuildRequires: libraw1394-devel
|
|
|
|
|
|
|
|
|
|
|
@ -76,6 +77,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
%{_mandir}/man1/*.1*
|
|
|
|
%{_mandir}/man1/*.1*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Feb 20 2018 Nils Philippsen <nils@tiptoe.de> - 1.2.0-19
|
|
|
|
|
|
|
|
- require gcc for building
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-18
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|