From d61b900f015c4b64c17eaa64cff4d12f66881c71 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Tue, 15 Nov 2022 09:46:37 +0800 Subject: [PATCH] Delete the old symbol --- libunistring.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libunistring.spec b/libunistring.spec index 0464842..e4723df 100644 --- a/libunistring.spec +++ b/libunistring.spec @@ -1,6 +1,6 @@ Name: libunistring Version: 1.1 -Release: 1 +Release: 2 Summary: GNU Unicode string library License: GPLV2+ or LGPLv3+ URL: http://www.gnu.org/software/libunistring/ @@ -35,7 +35,6 @@ This package is the development files for GUN Unicode string library. rm -f %{buildroot}%{_libdir}/%{name}.la rm -f %{buildroot}%{_infodir}/dir mv %{buildroot}%{_datadir}/doc/%{name} tmp_doc -cp -p %{_libdir}/%{name}.so.2 %{buildroot}%{_libdir} %check make check @@ -48,7 +47,6 @@ make check %license COPYING* %{_libdir}/%{name}.so.5 %{_libdir}/%{name}.so.5.0.0 -%{_libdir}/%{name}.so.2 %files devel %defattr(-,root,root) @@ -62,6 +60,9 @@ make check %doc README DEPENDENCIES %changelog +* Tue Nov 15 2022 fuanan - 1.1-2 +- Delete the old symbol + * Fri Nov 04 2022 fuanan - 1.1-1 - Type:enhancement - ID:NA