summaryrefslogtreecommitdiff
path: root/packaging/harfbuzz.spec
blob: 0fa6d903279d50f2a1f829e985a26a5e0532df64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Name:           harfbuzz
Version:        0.9.3
Release:        2.1
License:        MIT
# FIXME: graphite2 is not packaged / http://projects.palaso.org/projects/graphitedev
Summary:        An OpenType text shaping engine
Url:            http://www.freedesktop.org/wiki/Software/HarfBuzz
Group:          Productivity/Text/Utilities
Source:         %{name}-%{version}.tar.bz2
Source99:       baselibs.conf
BuildRequires:  gcc-c++
BuildRequires:  pkgconfig(cairo) >= 1.8.0
BuildRequires:  pkgconfig(cairo-ft)
BuildRequires:  pkgconfig(freetype2) >= 2.3.8
BuildRequires:  pkgconfig(glib-2.0) >= 2.16
BuildRequires:  pkgconfig(gobject-2.0)
#BuildRequires:  pkgconfig(graphite2)
BuildRequires:  pkgconfig(gthread-2.0)
BuildRequires:  pkgconfig(icu-uc)
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
HarfBuzz is an OpenType text shaping engine.

%package -n libharfbuzz
Summary:        An OpenType text shaping engine
Group:          System/Libraries

%description -n libharfbuzz
HarfBuzz is an OpenType text shaping engine.

%package tools
Summary:        An OpenType text shaping engine -- Tools
Group:          Productivity/Text/Utilities

%description tools
HarfBuzz is an OpenType text shaping engine.

%package devel
Summary:        An OpenType text shaping engine -- Development Files
Group:          Development/Libraries/C and C++
Requires:       libharfbuzz = %{version}

%description devel
HarfBuzz is an OpenType text shaping engine.

%prep
%setup -q

%build
%configure \
        --disable-static
make %{?_smp_mflags}

%install
%make_install

%post -n libharfbuzz -p /sbin/ldconfig

%postun -n libharfbuzz -p /sbin/ldconfig

%files -n libharfbuzz
%defattr(-,root,root)
%doc COPYING
%{_libdir}/libharfbuzz.so.0*

%files tools
%defattr(-,root,root)
%{_bindir}/hb-ot-shape-closure
%{_bindir}/hb-shape
%{_bindir}/hb-view

%files devel
%defattr(-,root,root)
%{_includedir}/harfbuzz/
%{_libdir}/*.so
%{_libdir}/pkgconfig/harfbuzz.pc