From f78239267cd19801456abdb7fe0f6db3ed427bbd Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Wed, 31 Jul 2024 09:50:17 +0200 Subject: [PATCH] automatic version update by autodist [release 2.4.9-1mamba;Wed Jul 31 2024] --- libffado.spec | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/libffado.spec b/libffado.spec index 92570f6..dd50662 100644 --- a/libffado.spec +++ b/libffado.spec @@ -1,12 +1,12 @@ Name: libffado -Version: 2.4.8 +Version: 2.4.9 Release: 1mamba Summary: Free Firewire Audio Drivers Library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://ffado.org/ +URL: https://ffado.org/ Source0: http://www.ffado.org/files/libffado-%{version}.tgz Source1: README.ffado License: GPL, LGPL @@ -18,6 +18,7 @@ BuildRequires: libdbus-devel BuildRequires: libgcc BuildRequires: libglib-devel BuildRequires: libglibmm24-devel +BuildRequires: libicu-devel BuildRequires: libiec61883-devel BuildRequires: libpython311-devel BuildRequires: libraw1394-devel @@ -77,13 +78,12 @@ This package contains the ffado mixer GUI. cp -a %{SOURCE1} . -# fix icon name, so it's coherent with XDG desktop file name -sed -e 's/hi64-apps-ffado/ffado-mixer/g' -i libffado/support/xdg/ffado.org-ffadomixer.desktop -# fix id, so it's coherent with XDG desktop file name -sed -e 's/ffado.org-ffadomixer.desktop/ffado-mixer.desktop/g' -i libffado/support/xdg/ffado-mixer.appdata.xml +## fix icon name, so it's coherent with XDG desktop file name +#sed -e 's/hi64-apps-ffado/ffado-mixer/g' -i support/xdg/ffado.org-ffadomixer.desktop +## fix id, so it's coherent with XDG desktop file name +#sed -e 's/ffado.org-ffadomixer.desktop/ffado-mixer.desktop/g' -i libffado/support/xdg/ffado-mixer.appdata.xml %build -cd libffado export CFLAGS="%{optflags} -ffast-math" export CXXFLAGS="%{optflags} -ffast-math --std=gnu++11" @@ -104,14 +104,13 @@ scons %{?_smp_mflags} \ %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -cd libffado scons DESTDIR=%{buildroot} WILL_DEAL_WITH_XDG_MYSELF=True install -mkdir -p %{buildroot}%{_datadir}/applications -install -pm 644 support/xdg/ffado.org-ffadomixer.desktop \ - %{buildroot}%{_datadir}/applications/ffado-mixer.desktop -install -D -m0644 support/xdg/hi64-apps-ffado.png \ - %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/ffado-mixer.png +#mkdir -p %{buildroot}%{_datadir}/applications +#install -pm 644 support/xdg/ffado.org-ffadomixer.desktop \ +# %{buildroot}%{_datadir}/applications/ffado-mixer.desktop +#install -D -m0644 support/xdg/hi64-apps-ffado.png \ +# %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/ffado-mixer.png %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -137,7 +136,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_libdir}/libffado.so.* %dir %{_datadir}/libffado %{_datadir}/libffado/configuration -%doc libffado/AUTHORS libffado/LICENSE.* +%doc AUTHORS LICENSE.* %files devel %defattr(-,root,root) @@ -146,7 +145,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_libdir}/libffado/static_info.txt %{_libdir}/libffado.so %{_libdir}/pkgconfig/libffado.pc -%doc libffado/ChangeLog libffado/README %files -n ffado %defattr(-,root,root) @@ -173,11 +171,14 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -n ffado-mixer %defattr(-,root,root) %{_bindir}/ffado-mixer -%{_datadir}/applications/ffado-mixer.desktop -%{_datadir}/metainfo/ffado-mixer.appdata.xml -%{_datadir}/icons/hicolor/64x64/apps/ffado-mixer.png +%{_datadir}/applications/org.ffado.FfadoMixer.desktop +%{_datadir}/metainfo/org.ffado.FfadoMixer.metainfo.xml +%{_datadir}/icons/hicolor/64x64/apps/hi64-apps-ffado.png %changelog +* Wed Jul 31 2024 Automatic Build System 2.4.9-1mamba +- automatic version update by autodist + * Tue Jan 09 2024 Automatic Build System 2.4.8-1mamba - automatic version update by autodist