Modify BuildRequires and Requires
This commit is contained in:
parent
e0def48c72
commit
8479a74b1b
@ -1,6 +1,6 @@
|
||||
Name: libtcnative-1-0
|
||||
Version: 1.2.23
|
||||
Release: 0
|
||||
Release: 1
|
||||
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,7 +9,7 @@ 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 libapr1-devel >= 1.4.3
|
||||
BuildRequires: fdupes java-devel javapackages-tools apr-devel
|
||||
BuildRequires: openssl-devel >= 1.0.2 pkgconfig
|
||||
Provides: tcnative = %{version}
|
||||
Provides: tomcat-native = %{version}
|
||||
@ -30,7 +30,7 @@ rather than simply a backend focused technology.
|
||||
|
||||
%package devel
|
||||
Summary: JNI wrappers for Apache Portable Runtime for Tomcat
|
||||
Requires: %{name} = %{version}-%{release} glibc-devel libapr1-devel openssl-devel
|
||||
Requires: %{name} = %{version}-%{release} glibc-devel apr-devel openssl-devel
|
||||
|
||||
%description devel
|
||||
Tomcat can use the Apache Portable Runtime to provide superior
|
||||
@ -75,7 +75,11 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%files devel
|
||||
%{_includedir}/*
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/libtcnative-1.a
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2020 leiju <leiju4@huawei.com> - 1.2.23-1
|
||||
- Modify BuildRequires and Requires
|
||||
|
||||
* Sun Jun 28 2020 leiju <leiju4@huawei.com> - 1.2.23-0
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user