From 48ec67efdb5f34add4c1cb9cea74889cafcc89b4 Mon Sep 17 00:00:00 2001 From: liweigang Date: Wed, 19 Jun 2024 09:39:26 +0800 Subject: [PATCH] sync by openEuler-22.03-LTS-SP3 Signed-off-by: liweigang --- dde-introduction.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/dde-introduction.spec b/dde-introduction.spec index ba1ef2b..977e501 100644 --- a/dde-introduction.spec +++ b/dde-introduction.spec @@ -1,12 +1,8 @@ %global debug_package %{nil} -%define specrelease 1%{?dist} -%if 0%{?openeuler} -%define specrelease 1 -%endif Name: dde-introduction Version: 5.6.13 -Release: %{specrelease} +Release: 3 Summary: Introduction for UOS License: GPLv3+ URL: https://github.com/linuxdeepin/%{name} @@ -42,6 +38,9 @@ effect and know more about UnionTech OS. # disable dmr lib sed -i 's/contains(TARGET_ARCH, x86_64)/contains(TARGET_ARCH, mips)/' introduction.pro +# fix strip +sed -i 's|gc-sections"|gc-sections -s"|' CMakeLists.txt + %build # help find (and prefer) qt5 utilities, e.g. qmake, lrelease export PATH=%{_qt5_bindir}:$PATH @@ -67,6 +66,12 @@ popd %{_datadir}/%{name}/ %changelog +* Tue Nov 28 2023 liuzhilin - 5.6.13-3 +- remove unnecessary macro definitions + +* Thu Mar 16 2023 liweiganga - 5.6.13-2 +- feat: fix strip + * Mon Jul 18 2022 konglidong - 5.6.13-1 - update version to 5.6.13 -- Gitee