diff --git a/libffado.spec b/libffado.spec index 6c2e73f..af426d7 100644 --- a/libffado.spec +++ b/libffado.spec @@ -1,7 +1,7 @@ Summary: Free firewire audio driver library Name: libffado Version: 2.3.0 -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) @@ -147,18 +147,6 @@ install -m 755 tests/ffado-test %{buildroot}%{_bindir} %postun -p /sbin/ldconfig -%post -n ffado -touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : - -%postun -n ffado -if [ $1 -eq 0 ] ; then - touch --no-create %{_datadir}/icons/hicolor &>/dev/null - gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -fi - -%posttrans -n ffado -gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - %files %doc AUTHORS ChangeLog LICENSE.* README %{_libdir}/libffado.so.* @@ -185,6 +173,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Fri Jan 05 2018 Igor Gnatenko - 2.3.0-8 +- Remove obsolete scriptlets + * Mon Nov 06 2017 Orcan Ogetbil - 2.3.0-7 - Build against scons3 - Build against newer gcc/glibc