From c0dd923498e3165b2cbe46e5d020659f36afb15a Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Aug 04 2019 03:27:34 +0000 Subject: scons renamed to scons-2 in the recent Fedora package --- diff --git a/libffado.spec b/libffado.spec index 3441588..e0fa4c8 100644 --- a/libffado.spec +++ b/libffado.spec @@ -1,7 +1,7 @@ Summary: Free firewire audio driver library Name: libffado Version: 2.4.1 -Release: 7%{?dist} +Release: 8%{?dist} # src/libutil/float_cast.h is LGPLv2+. # The rest is (GPLv2 or GPLv3) License: LGPLv2+ and (GPLv2 or GPLv3) @@ -85,7 +85,7 @@ sed -i 's|/usr/bin/.*python$|/usr/bin/python2|' \ export CFLAGS="%{optflags} -ffast-math" export CXXFLAGS="%{optflags} -ffast-math --std=gnu++11" export LDFLAGS="%{build_ldflags}" -scons %{?_smp_mflags} \ +scons-2 %{?_smp_mflags} \ ENABLE_SETBUFFERSIZE_API_VER=True \ ENABLE_OPTIMIZATIONS=True \ CUSTOM_ENV=True \ @@ -103,7 +103,7 @@ scons %{?_smp_mflags} \ export CFLAGS="%{optflags} -ffast-math" export CXXFLAGS="%{optflags} -ffast-math --std=gnu++11" export LDFLAGS="%{build_ldflags}" -scons DESTDIR=%{buildroot} \ +scons-2 DESTDIR=%{buildroot} \ install # We need to install the xdg stuff manually @@ -128,7 +128,8 @@ appstream-util validate-relax --nonet \ %{buildroot}%{_datadir}/metainfo/ffado-mixer.appdata.xml %files -%doc AUTHORS ChangeLog LICENSE.* README +%license LICENSE.* +%doc AUTHORS ChangeLog README %{_libdir}/libffado.so.* %dir %{_datadir}/libffado/ %{_datadir}/libffado/configuration @@ -154,6 +155,9 @@ appstream-util validate-relax --nonet \ %changelog +* Sat Aug 03 2019 Orcan Ogetbil - 2.4.1-8 +- scons renamed to scons-2 in the recent Fedora package + * Thu Jul 25 2019 Fedora Release Engineering - 2.4.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild