From b04c8ec08ca33b89371fd7b2cc8f14232928fa84 Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Thu, 10 Dec 2020 16:12:28 +0800 Subject: [PATCH] Correct the invalid URL and Source0 --- libdatrie.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libdatrie.spec b/libdatrie.spec index c051efb..39aa93c 100644 --- a/libdatrie.spec +++ b/libdatrie.spec @@ -1,10 +1,10 @@ Name: libdatrie Version: 0.2.12 -Release: 1 +Release: 2 Summary: a library of double-array structure for representing trie. License: LGPLv2+ -URL: https://linux.thai.net/~thep/datrie/datrie.htm -Source0: ftp://linux.thai.net/pub/ThaiLinux/software/libthai/%{name}-%{version}.tar.xz +URL: https://linux.thai.net/~thep/datrie +Source0: https://linux.thai.net/pub/ThaiLinux/software/libthai/%{name}-%{version}.tar.xz BuildRequires: git gcc automake libtool doxygen autoconf-archive pkgconfig xz %description @@ -59,5 +59,8 @@ make check %{_mandir}/man1/trietool*.1.gz %changelog +* Thu Dec 10 2020 wangchen - 0.2.12-2 +- Correct invalid URL and Source0 + * Thu Aug 29 2019 openEuler Buildteam - 0.2.12-1 - Package init -- Gitee