Add the compilation dependency make and java-1.8.0-openjdk-devel
(cherry picked from commit 91bbaa31e03446743d82abe36017af2b6a2b2b92)
This commit is contained in:
parent
1081448cbb
commit
bf41fffece
@ -1,6 +1,6 @@
|
|||||||
Name: libtcnative-1-0
|
Name: libtcnative-1-0
|
||||||
Version: 1.2.23
|
Version: 1.2.23
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: JNI wrappers for Apache Portable Runtime for Tomcat
|
Summary: JNI wrappers for Apache Portable Runtime for Tomcat
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Url: https://tomcat.apache.org/tomcat-7.0-doc/apr.html
|
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
|
# https://www.apache.org/dist/tomcat/tomcat-connectors/KEYS
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
|
|
||||||
BuildRequires: fdupes java-devel javapackages-tools apr-devel gcc
|
BuildRequires: fdupes java-1.8.0-openjdk-devel javapackages-tools apr-devel gcc
|
||||||
BuildRequires: openssl-devel >= 1.0.2 pkgconfig
|
BuildRequires: openssl-devel >= 1.0.2 pkgconfig make
|
||||||
Provides: tcnative = %{version}
|
Provides: tcnative = %{version}
|
||||||
Provides: tomcat-native = %{version}
|
Provides: tomcat-native = %{version}
|
||||||
Obsoletes: tomcat-native < %{version}
|
Obsoletes: tomcat-native < %{version}
|
||||||
@ -79,6 +79,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_libdir}/libtcnative-1.a
|
%{_libdir}/libtcnative-1.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 10 2021 caodongxia <caodongxia@huawei.com> - 1.2.23-4
|
||||||
- Obsoletes tomcat-native
|
- Obsoletes tomcat-native
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user