5 Summary: Double-Array Trie Library
6 Url: http://linux.thai.net/~thep/datrie/datrie.html
7 Group: System/Libraries
8 Source: %{name}-%{version}.tar.gz
9 Source1: Add-pie-compile-option.patch
10 Source2: Fix_AC_MSG_RESULT_undefied.patch
11 Source99: baselibs.conf
12 Source1001: libdatrie.manifest
14 BuildRequires: pkg-config
17 This is an implementation of double-array structure for representing
18 trie, as proposed by Junichi Aoe.
20 Summary: Double-Array Trie Library
21 Group: Development/Libraries/C and C++
24 Summary: Double-Array Trie Library (development)
25 Group: Development/Libraries/C and C++
26 Requires: libdatrie = %{version}
29 This is an implementation of double-array structure for representing
30 trie, as proposed by Junichi Aoe.
32 This package contains the development files for libdatrie.
37 %__patch -p1 < %{SOURCE1}
38 %__patch -p1 < %{SOURCE2}
45 --disable-static --with-pic \
47 %__make %{?_smp_mflags}
50 # %__make check || exit 0
56 %post -p /sbin/ldconfig
58 %postun -p /sbin/ldconfig
61 %manifest %{name}.manifest
63 %{_libdir}/libdatrie.so.1*
66 %manifest %{name}.manifest
69 %{_bindir}/trietool-0.2
70 %{_includedir}/datrie/
71 %{_libdir}/libdatrie.so
72 %{_libdir}/pkgconfig/datrie-0.2.pc