!2 Correct the invalid Source0

From: @wangchen2020
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2020-12-10 20:42:50 +08:00 committed by Gitee
commit fa1d4a455a

View File

@ -1,10 +1,10 @@
Name: libdatrie Name: libdatrie
Version: 0.2.12 Version: 0.2.12
Release: 1 Release: 2
Summary: a library of double-array structure for representing trie. Summary: a library of double-array structure for representing trie.
License: LGPLv2+ License: LGPLv2+
URL: https://linux.thai.net/~thep/datrie/datrie.htm URL: https://linux.thai.net/~thep/datrie
Source0: ftp://linux.thai.net/pub/ThaiLinux/software/libthai/%{name}-%{version}.tar.xz Source0: https://linux.thai.net/pub/ThaiLinux/software/libthai/%{name}-%{version}.tar.xz
BuildRequires: git gcc automake libtool doxygen autoconf-archive pkgconfig xz BuildRequires: git gcc automake libtool doxygen autoconf-archive pkgconfig xz
%description %description
@ -59,5 +59,8 @@ make check
%{_mandir}/man1/trietool*.1.gz %{_mandir}/man1/trietool*.1.gz
%changelog %changelog
* Thu Dec 10 2020 wangchen <wangchen137@huawei.com> - 0.2.12-2
- Correct invalid URL and Source0
* Thu Aug 29 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.2.12-1 * Thu Aug 29 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.2.12-1
- Package init - Package init