!36 [sync] PR-34: disable debug option
From: @openeuler-sync-bot Reviewed-by: @SuperSix173 Signed-off-by: @SuperSix173
This commit is contained in:
commit
f9c5e5e378
@ -1,7 +1,7 @@
|
|||||||
%global nspr_version 4.32
|
%global nspr_version 4.32
|
||||||
Name: nspr
|
Name: nspr
|
||||||
Version: 4.32.0
|
Version: 4.32.0
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: Netscape Portable Runtime
|
Summary: Netscape Portable Runtime
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
URL: http://www.mozilla.org/projects/nspr
|
URL: http://www.mozilla.org/projects/nspr
|
||||||
@ -42,7 +42,8 @@ cp ./nspr/config/nspr-config.in ./nspr/config/nspr-config-pc.in
|
|||||||
%configure \
|
%configure \
|
||||||
--includedir=%{_includedir}/nspr4 \
|
--includedir=%{_includedir}/nspr4 \
|
||||||
--enable-64bit \
|
--enable-64bit \
|
||||||
--enable-optimize="$RPM_OPT_FLAGS"
|
--enable-optimize="$RPM_OPT_FLAGS" \
|
||||||
|
--disable-debug
|
||||||
%make_build
|
%make_build
|
||||||
date +"%e %B %Y" | tr -d '\n' > date.xml
|
date +"%e %B %Y" | tr -d '\n' > date.xml
|
||||||
echo -n %{version} > version.xml
|
echo -n %{version} > version.xml
|
||||||
@ -90,6 +91,9 @@ install -c -m 644 nspr-config.1 $RPM_BUILD_ROOT%{_mandir}/man1/nspr-config.1
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 24 2023 Wenyu Liu<liuwenyu7@huawei.com> - 4.32.0-5
|
||||||
|
- disable debug option
|
||||||
|
|
||||||
* Wed Nov 23 2022 wuzx<wuzx1226@qq.com> - 4.32.0-4
|
* Wed Nov 23 2022 wuzx<wuzx1226@qq.com> - 4.32.0-4
|
||||||
- Add sw64 architecture
|
- Add sw64 architecture
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user