diff --git a/libvisual.spec b/libvisual.spec index 3fa5fc26fbb0435721c6c22998b63f0d822e448d..d77df6989ad26ac97528d3ec966846a250158408 100644 --- a/libvisual.spec +++ b/libvisual.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global smallversion 0.4 Name: libvisual @@ -51,22 +51,6 @@ This package contains the files needed to build an application with libvisual. %install %make_install -# Avoid multilib conflicts -case `uname -i` in - x86_64) - wordsize="64" - ;; - *) - wordsize="" - ;; -esac - -if test -n "$wordsize" -then - mv %{buildroot}%{_includedir}/libvisual-%{smallversion}/libvisual/lvconfig.h \ - %{buildroot}%{_includedir}/libvisual-%{smallversion}/libvisual/lvconfig-$wordsize.h - -fi find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' @@ -85,6 +69,9 @@ find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' %changelog +* Tue Apr 19 2022 mgb01105731 - 1:0.4.0-2 +- remove multilib process + * Fri Apr 15 2022 mgb01105731 - 1:0.4.0-1 - Init from upstream version 0.4.0