require gcc for building
This commit is contained in:
parent
f7aaa7ec1e
commit
18e9d37453
@ -1,7 +1,7 @@
|
||||
Summary: Streaming library for IEEE1394
|
||||
Name: libiec61883
|
||||
Version: 1.2.0
|
||||
Release: 18%{?dist}
|
||||
Release: 19%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
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
|
||||
ExcludeArch: s390 s390x
|
||||
|
||||
BuildRequires: gcc
|
||||
# Works only with newer libraw1394 versions
|
||||
BuildRequires: libraw1394-devel
|
||||
|
||||
@ -76,6 +77,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_mandir}/man1/*.1*
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user