diff --git a/libcbor.spec b/libcbor.spec index 5d0ee192dffcb52ed8d5be56dcce0bc2c88ee7cc..2d36f252c3ed6c27813812a28078f5da5e4445e3 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