From 2df94d1e8f5afa89d00b85670a4446b5be52fb5f Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 14 May 2025 15:01:51 +0000 Subject: [PATCH] import UBI libdatrie-0.2.13-11.el10 --- .gitignore | 2 +- .libdatrie.metadata | 1 - SOURCES/libdatrie-fixes-docs.patch | 14 ----- SPECS/libdatrie.spec => libdatrie.spec | 71 ++++++++++++++++++++++---- sources | 1 + 5 files changed, 63 insertions(+), 26 deletions(-) delete mode 100644 .libdatrie.metadata delete mode 100644 SOURCES/libdatrie-fixes-docs.patch rename SPECS/libdatrie.spec => libdatrie.spec (56%) create mode 100644 sources diff --git a/.gitignore b/.gitignore index 9476202..f0e6d92 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libdatrie-0.2.9.tar.xz +libdatrie-0.2.13.tar.xz diff --git a/.libdatrie.metadata b/.libdatrie.metadata deleted file mode 100644 index 9f3ed58..0000000 --- a/.libdatrie.metadata +++ /dev/null @@ -1 +0,0 @@ -d1e14729d950a0a2a484d768cf9eeebaa20f998e SOURCES/libdatrie-0.2.9.tar.xz diff --git a/SOURCES/libdatrie-fixes-docs.patch b/SOURCES/libdatrie-fixes-docs.patch deleted file mode 100644 index 514d038..0000000 --- a/SOURCES/libdatrie-fixes-docs.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: libdatrie-0.2.9/configure.ac -=================================================================== ---- libdatrie-0.2.9.orig/configure.ac -+++ libdatrie-0.2.9/configure.ac -@@ -113,7 +113,8 @@ if test "x$enable_doxygen_doc" = "xyes"; - else - AC_MSG_CHECKING([doxygen >= $DOXYGEN_REQ_VER]) - DOXYGEN_VER=$($DOXYGEN --version) -- if expr $DOXYGEN_VER \< $DOXYGEN_REQ_VER > /dev/null; then -+ AS_VERSION_COMPARE($DOXYGEN_VER, $DOXYGEN_REQ_VER, [HAVE_DOXYGEN=0], [HAVE_DOXYGEN=1], [HAVE_DOXYGEN=1]) -+ if [test "$HAVE_DOXYGEN" = "0"]; then - AC_MSG_RESULT([$DOXYGEN_VER, no, documentation disabled]) - enable_doxygen_doc="no" - else diff --git a/SPECS/libdatrie.spec b/libdatrie.spec similarity index 56% rename from SPECS/libdatrie.spec rename to libdatrie.spec index 219ea47..82d6dfd 100644 --- a/SPECS/libdatrie.spec +++ b/libdatrie.spec @@ -1,13 +1,14 @@ Name: libdatrie -Version: 0.2.9 -Release: 7%{?dist} +Version: 0.2.13 +Release: 11%{?dist} Summary: Implementation of Double-Array structure for representing trie -License: LGPLv2+ +License: LGPL-2.1-or-later URL: http://linux.thai.net/projects/datrie Source0: http://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz -Patch0: libdatrie-fixes-docs.patch BuildRequires: autoconf, automake, libtool +BuildRequires: autoconf-archive BuildRequires: doxygen +BuildRequires: make %description datrie is an implementation of double-array structure for representing trie. @@ -29,7 +30,6 @@ developing applications that use %{name}. %prep %setup -q -%patch0 -p1 -b .docs %build autoreconf -f -i -v @@ -48,10 +48,6 @@ find %{buildroot} -name '*.*a' -delete -print %check LD_LIBRARY_PATH=../datrie/.libs %make_build check -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - %files %license COPYING %{_libdir}/libdatrie.so.* @@ -63,9 +59,64 @@ LD_LIBRARY_PATH=../datrie/.libs %make_build check %{_libdir}/pkgconfig/datrie-0.2.pc %{_bindir}/trietool* %{_mandir}/man1/trietool* -%{_pkgdocdir}-devel/*.{html,css,png,js} +%{_pkgdocdir}-devel/*.{html,css,png,js,svg} %changelog +* Tue Oct 29 2024 Troy Dawson - 0.2.13-11 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + +* Mon Jun 24 2024 Troy Dawson - 0.2.13-10 +- Bump release for June 2024 mass rebuild + +* Thu Jan 25 2024 Fedora Release Engineering - 0.2.13-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 0.2.13-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Jul 20 2023 Fedora Release Engineering - 0.2.13-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed May 17 2023 Peng Wu - 0.2.13-6 +- Migrate to SPDX license + +* Thu Jan 19 2023 Fedora Release Engineering - 0.2.13-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Jul 21 2022 Fedora Release Engineering - 0.2.13-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jan 20 2022 Fedora Release Engineering - 0.2.13-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Jul 22 2021 Fedora Release Engineering - 0.2.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon Feb 1 2021 Peng Wu - 0.2.13-1 +- Update to 0.2.13 + +* Tue Jan 26 2021 Fedora Release Engineering - 0.2.9-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Oct 14 2020 Peng Wu - 0.2.9-13 +- Fixes FTBFS + +* Tue Jul 28 2020 Fedora Release Engineering - 0.2.9-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jan 29 2020 Fedora Release Engineering - 0.2.9-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 0.2.9-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 0.2.9-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 0.2.9-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 0.2.9-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild diff --git a/sources b/sources new file mode 100644 index 0000000..5c0f034 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (libdatrie-0.2.13.tar.xz) = db3c879d825ead5871c12ef3a06bb093cb1708a6e7e20775eaf82356af9dd6ad54c6b5cabbe1773f2494d3dfa2426528fdd49441038b6294b70ccb1a3d90099a