From a28d54761f0bf6588f9af372881d1b6432299268 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Tue, 19 Apr 2022 13:58:08 +0800 Subject: [PATCH] remove multilib process --- libvisual.spec | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/libvisual.spec b/libvisual.spec index 3fa5fc2..d77df69 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 -- Gitee