From 365cc1139902734720d4763eda16a85ffb62846a Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:56:28 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- libtcnative-1-0.spec => libtcnative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename libtcnative-1-0.spec => libtcnative.spec (96%) diff --git a/libtcnative-1-0.spec b/libtcnative.spec similarity index 96% rename from libtcnative-1-0.spec rename to libtcnative.spec index 6d79759..4f0408a 100644 --- a/libtcnative-1-0.spec +++ b/libtcnative.spec @@ -1,6 +1,6 @@ Name: libtcnative-1-0 Version: 1.2.23 -Release: 3 +Release: 4 Summary: JNI wrappers for Apache Portable Runtime for Tomcat License: Apache-2.0 Url: https://tomcat.apache.org/tomcat-7.0-doc/apr.html @@ -77,6 +77,9 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_libdir}/libtcnative-1.a %changelog +* Tue Oct 26 2021 chenchen - 1.2.23-4 +- change the spec file name to be the same as the repo name + * Tue Jun 08 2021 wulei - 1.2.23-3 - fixes failed: error: C compiler cannot create executables -- Gitee