automatic version update by autodist [release 3.60-1mamba;Mon Dec 14 2020]
This commit is contained in:
parent
b1314e385b
commit
5c24df3e3c
14
libnss.spec
14
libnss.spec
@ -6,7 +6,7 @@
|
|||||||
%define with_test 0
|
%define with_test 0
|
||||||
%define with_nsspem 0
|
%define with_nsspem 0
|
||||||
Name: libnss
|
Name: libnss
|
||||||
Version: 3.59
|
Version: 3.60
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Network Security Services
|
Summary: Network Security Services
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -112,10 +112,6 @@ mv nss-pem-%{version}/nss/lib/ckfw/pem/ nss/lib/ckfw/
|
|||||||
%patch10 -p0
|
%patch10 -p0
|
||||||
%patch15 -p1
|
%patch15 -p1
|
||||||
|
|
||||||
#%ifarch x86_64
|
|
||||||
#sed -i "s|/lib,|/lib64,|" nss/config/Makefile
|
|
||||||
#%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#:<< __EOF
|
#:<< __EOF
|
||||||
export BUILD_OPT=1
|
export BUILD_OPT=1
|
||||||
@ -135,8 +131,11 @@ export OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|||||||
USE_SYSTEM_ZLIB=1 \
|
USE_SYSTEM_ZLIB=1 \
|
||||||
NSS_ENABLE_WERROR=0 \
|
NSS_ENABLE_WERROR=0 \
|
||||||
ZLIB_LIBS=-lz \
|
ZLIB_LIBS=-lz \
|
||||||
%ifarch x86_64
|
%ifarch x86_64 aarch64
|
||||||
USE_64=1 \
|
USE_64=1 \
|
||||||
|
%endif
|
||||||
|
%ifarch arm
|
||||||
|
OS_TEST=arm \
|
||||||
%endif
|
%endif
|
||||||
NSS_USE_SYSTEM_SQLITE=1
|
NSS_USE_SYSTEM_SQLITE=1
|
||||||
|
|
||||||
@ -281,6 +280,9 @@ ln -s nss3 %{buildroot}%{_includedir}/nss
|
|||||||
%{_includedir}/nss3/*
|
%{_includedir}/nss3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 14 2020 Automatic Build System <autodist@mambasoft.it> 3.60-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Nov 16 2020 Automatic Build System <autodist@mambasoft.it> 3.59-1mamba
|
* Mon Nov 16 2020 Automatic Build System <autodist@mambasoft.it> 3.59-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user