From b3d5bac69bd62c6c064b8eb70b49b47e5ed13f13 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Tue, 7 Mar 2023 18:41:30 +0800 Subject: [PATCH] Drop temporarily installed compatible lib --- libcbor.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libcbor.spec b/libcbor.spec index 5d0ee19..2d36f25 100644 --- a/libcbor.spec +++ b/libcbor.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Name: libcbor Version: 0.10.2 @@ -16,7 +16,6 @@ BuildRequires: python3-breathe BuildRequires: python3-sphinx BuildRequires: python3-sphinx_rtd_theme BuildRequires: make -BuildRequires: libcbor %description libcbor is a C library for parsing and generating CBOR. @@ -49,7 +48,6 @@ make man %install %make_install -cp -r %{_libdir}/libcbor.so.0* %{buildroot}/%{_libdir}/ mkdir -p %{buildroot}%{_mandir}/man3 cp doc/build/man/* %{buildroot}%{_mandir}/man3 @@ -74,6 +72,9 @@ cp doc/build/man/* %{buildroot}%{_mandir}/man3 %{_mandir}/man3/libcbor.3* %changelog +* Tue Mar 7 2023 Funda Wang - 0.10.2-2 +- Drop temporarily installed compatible lib + * Thu Feb 16 2023 chen_yu_ao - 0.10.2-1 - update version to 0.10.2 -- Gitee