4 Summary: Free Implementation of BiDi Algorithm
6 Group: System/Libraries
7 Url: http://fribidi.org/
9 Provides: locale(ar;he)
10 Source: fribidi-%{version}.tar.bz2
11 Source2: baselibs.conf
12 Source1001: fribidi.manifest
13 BuildRequires: pkg-config
16 This library implements the algorithm as described in the "Unicode
17 Standard Annex #9, the Bidirectional Algorithm,
18 http://www.unicode.org/unicode/reports/tr9/". FriBidi is exhaustively
19 tested against the Bidi Reference Code and, to the best of the
20 developers' knowledge, does notcontain any conformance bugs.
22 The API was inspired by the document "Bi-Di languages support - BiDi
23 API proposal" by Franck Portaneri, which he wrote as a proposal for
24 adding BiDi support to Mozilla.
28 Summary: Development Files for FriBiDi
29 Group: Development/Libraries/C and C++
30 Requires: %{name} = %{version}
34 This package provides headers and manual files for FriBiDi.
41 %configure --disable-static
42 %__make %{?_smp_mflags}
50 %post -p /sbin/ldconfig
52 %postun -p /sbin/ldconfig
55 %manifest %{name}.manifest
58 %{_libdir}/libfribidi.so.*
62 %manifest %{name}.manifest
63 %defattr(-, root, root)
64 %dir %{_includedir}/fribidi
65 %{_includedir}/fribidi/*
66 %{_libdir}/libfribidi.so
67 %{_libdir}/pkgconfig/fribidi.pc
68 %doc %{_mandir}/man3/fribidi_*