diff --git a/SPECS-EXTENDED/libdatrie/libdatrie-fixes-docs.patch b/SPECS-EXTENDED/libdatrie/libdatrie-fixes-docs.patch deleted file mode 100644 index 514d038cd10..00000000000 --- a/SPECS-EXTENDED/libdatrie/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-EXTENDED/libdatrie/libdatrie.signatures.json b/SPECS-EXTENDED/libdatrie/libdatrie.signatures.json index 9a9b64ef5c1..4feb5e04c5b 100644 --- a/SPECS-EXTENDED/libdatrie/libdatrie.signatures.json +++ b/SPECS-EXTENDED/libdatrie/libdatrie.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "libdatrie-0.2.9.tar.xz": "d980713e7ad8e19cf3b54ee0173782b94332af8e7e4e936dde01d2cd72e1da1d" + "libdatrie-0.2.13.tar.xz": "12231bb2be2581a7f0fb9904092d24b0ed2a271a16835071ed97bed65267f4be" } } diff --git a/SPECS-EXTENDED/libdatrie/libdatrie.spec b/SPECS-EXTENDED/libdatrie/libdatrie.spec index 9e6905b3eac..30cd18f6d8b 100644 --- a/SPECS-EXTENDED/libdatrie/libdatrie.spec +++ b/SPECS-EXTENDED/libdatrie/libdatrie.spec @@ -1,14 +1,19 @@ Name: libdatrie -Version: 0.2.9 -Release: 12%{?dist} +Version: 0.2.13 +Release: 1%{?dist} Summary: Implementation of Double-Array structure for representing trie License: LGPLv2+ Vendor: Microsoft Corporation Distribution: Azure Linux -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 +URL: https://linux.thai.net/projects/datrie +Source0: https://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz + +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool +BuildRequires: autoconf-archive +BuildRequires: doxygen +BuildRequires: make %description datrie is an implementation of double-array structure for representing trie. @@ -29,8 +34,7 @@ This package contains libraries and header files for developing applications that use %{name}. %prep -%setup -q -%patch 0 -p1 -b .docs +%autosetup %build autoreconf -f -i -v @@ -62,8 +66,13 @@ 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,svg} %changelog +* Wed Nov 13 2024 Jyoti Kanase - 0.2.13-1 +- Update to 0.2.13 +- License verified + * Mon Nov 02 2020 Joe Schmitt - 0.2.9-12 - Initial CBL-Mariner import from Fedora 32 (license: MIT). - Remove doxygen dependency. diff --git a/cgmanifest.json b/cgmanifest.json index e724680b882..16c4008e429 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -8971,8 +8971,8 @@ "type": "other", "other": { "name": "libdatrie", - "version": "0.2.9", - "downloadUrl": "http://linux.thai.net/pub/thailinux/software/libthai/libdatrie-0.2.9.tar.xz" + "version": "0.2.13", + "downloadUrl": "https://linux.thai.net/pub/thailinux/software/libthai/libdatrie-0.2.13.tar.xz" } } },