From a4963bfc5e4b13287295fab50baf267d9de87d81 Mon Sep 17 00:00:00 2001 From: jackie_wu Date: Thu, 18 Mar 2021 14:19:55 +0800 Subject: [PATCH] add strip --- icedtea-web.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/icedtea-web.spec b/icedtea-web.spec index 0b0170c..a415d59 100644 --- a/icedtea-web.spec +++ b/icedtea-web.spec @@ -10,7 +10,7 @@ %global debug_package %{nil} Name: icedtea-web Version: 1.8.4 -Release: 5 +Release: 6 Summary: Additional Java components for OpenJDK - Java Web Start implementation License: LGPLv2+ and GPLv2 with exceptions URL: http://icedtea.classpath.org/wiki/IcedTea-Web @@ -145,6 +145,10 @@ then fi exit 0 +find %{buildroot} -type f -name 'itweb-settings.itweb' -exec strip '{}' \; +find %{buildroot} -type f -name 'policyeditor.itweb' -exec strip '{}' \; +find %{buildroot} -type f -name 'javaws.itweb' -exec strip '{}' \; + %files -f .mfiles -f icedtea-web.lang %license COPYING %{_sysconfdir}/bash_completion.d/* @@ -166,6 +170,9 @@ exit 0 %{_datadir}/man/man1/* %changelog +* Thu Mar 18 2021 wutao - 1.8.4-6 +- add strip + * Fri Feb 5 2021 jdkboy - 1.8.4-5 - add add-dunce-lib.patch to avoid accssing to Cargo -- Gitee