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