|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: Free firewire audio driver library
|
|
|
|
|
Name: libffado
|
|
|
|
|
Version: 2.4.1
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
# src/libutil/float_cast.h is LGPLv2+.
|
|
|
|
|
# The rest is (GPLv2 or GPLv3)
|
|
|
|
|
License: LGPLv2+ and (GPLv2 or GPLv3)
|
|
|
|
@ -17,6 +17,7 @@ BuildRequires: dbus-c++-devel
|
|
|
|
|
BuildRequires: dbus-devel
|
|
|
|
|
# the following got renamed to python2-dbus on F28. We are using the backward-compatible Provides
|
|
|
|
|
BuildRequires: python2-dbus
|
|
|
|
|
BuildRequires: python2-rpm-macros
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
@ -93,7 +94,7 @@ scons %{?_smp_mflags} \
|
|
|
|
|
LIBDIR=%{_libdir} \
|
|
|
|
|
MANDIR=%{_mandir} \
|
|
|
|
|
UDEVDIR=%{_prefix}/lib/udev/rules.d/ \
|
|
|
|
|
PYPKGDIR=%{python_sitelib}/ffado/ \
|
|
|
|
|
PYPKGDIR=%{python2_sitelib}/ffado/ \
|
|
|
|
|
PYTHON_INTERPRETER=/usr/bin/python2 \
|
|
|
|
|
BUILD_TESTS=1
|
|
|
|
|
|
|
|
|
@ -153,6 +154,9 @@ appstream-util validate-relax --nonet \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Feb 07 2019 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 2.4.1-6
|
|
|
|
|
- Added BR: python2-rpm-macros
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|