Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libdatrie.git#e16d3a70c4a636c9d09cb7c699c628e8d1ec2776
This commit is contained in:
parent
4c6d12e94b
commit
ee123e7748
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/libdatrie-0.2.8.tar.xz
|
||||
/libdatrie-0.2.9.tar.xz
|
||||
/libdatrie-0.2.13.tar.xz
|
||||
|
@ -1,13 +1,14 @@
|
||||
Name: libdatrie
|
||||
Version: 0.2.9
|
||||
Release: 13%{?dist}
|
||||
Version: 0.2.13
|
||||
Release: 1%{?dist}
|
||||
Summary: Implementation of Double-Array structure for representing trie
|
||||
License: LGPLv2+
|
||||
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
|
||||
@ -64,6 +64,12 @@ LD_LIBRARY_PATH=../datrie/.libs %make_build check
|
||||
%{_pkgdocdir}-devel/*.{html,css,png,js,svg}
|
||||
|
||||
%changelog
|
||||
* Mon Feb 1 2021 Peng Wu <pwu@redhat.com> - 0.2.13-1
|
||||
- Update to 0.2.13
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.9-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Oct 14 2020 Peng Wu <pwu@redhat.com> - 0.2.9-13
|
||||
- Fixes FTBFS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user