Add the compilation dependency make and java-1.8.0-openjdk-devel

(cherry picked from commit 91bbaa31e03446743d82abe36017af2b6a2b2b92)
This commit is contained in:
caodongxia 2022-11-30 17:33:38 +08:00 committed by openeuler-sync-bot
parent 1081448cbb
commit bf41fffece

View File

@ -1,6 +1,6 @@
Name: libtcnative-1-0
Version: 1.2.23
Release: 4
Release: 5
Summary: JNI wrappers for Apache Portable Runtime for Tomcat
License: Apache-2.0
Url: https://tomcat.apache.org/tomcat-7.0-doc/apr.html
@ -9,8 +9,8 @@ Source1: https://archive.apache.org/dist/tomcat/tomcat-connectors/na
# https://www.apache.org/dist/tomcat/tomcat-connectors/KEYS
Source2: %{name}.keyring
BuildRequires: fdupes java-devel javapackages-tools apr-devel gcc
BuildRequires: openssl-devel >= 1.0.2 pkgconfig
BuildRequires: fdupes java-1.8.0-openjdk-devel javapackages-tools apr-devel gcc
BuildRequires: openssl-devel >= 1.0.2 pkgconfig make
Provides: tcnative = %{version}
Provides: tomcat-native = %{version}
Obsoletes: tomcat-native < %{version}
@ -79,6 +79,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_libdir}/libtcnative-1.a
%changelog
* Wed Nov 30 2022 caodongxia <caodongxia@h-partners.com> - 1.2.23-5
- Add the compilation dependency make and java-1.8.0-openjdk-devel
* Wed Nov 10 2021 caodongxia <caodongxia@huawei.com> - 1.2.23-4
- Obsoletes tomcat-native