# # spec file for package harfbuzz # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: harfbuzz Version: 1.7.5 Release: 0 Summary: An OpenType text shaping engine License: MIT Group: Productivity/Text/Utilities Url: https://www.freedesktop.org/wiki/Software/HarfBuzz Source: https://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2 Source99: baselibs.conf BuildRequires: gcc-c++ BuildRequires: pkgconfig(cairo) >= 1.8.0 BuildRequires: pkgconfig(cairo-ft) BuildRequires: pkgconfig(freetype2) >= 12.0.6 BuildRequires: pkgconfig(glib-2.0) >= 2.19.1 BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(graphite2) BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(icu-uc) Conflicts: cantarell-fonts < 0.0.23 %description HarfBuzz is an OpenType text shaping engine. %package -n libharfbuzz0 Summary: An OpenType text shaping engine Group: System/Libraries %description -n libharfbuzz0 HarfBuzz is an OpenType text shaping engine. %package -n libharfbuzz-icu0 Summary: An OpenType text shaping engine - ICU library Group: System/Libraries %description -n libharfbuzz-icu0 HarfBuzz is an OpenType text shaping engine. This package contains the ICU library. %package -n libharfbuzz-gobject0 Summary: An OpenType text shaping engine - GObject library Group: System/Libraries %description -n libharfbuzz-gobject0 HarfBuzz is an OpenType text shaping engine. This package contains the GObject library. %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-icu0 = %{version} Requires: libharfbuzz0 = %{version} Requires: pkgconfig(freetype2) >= 12.0.6 %description devel HarfBuzz is an OpenType text shaping engine. This package contains the development files. %package -n typelib-1_0-HarfBuzz-0_0 Summary: An OpenType text shaping engine - Introspection bindings Group: System/Libraries %description -n typelib-1_0-HarfBuzz-0_0 HarfBuzz is an OpenType text shaping engine. This package provides the GObject Introspection bindings for HarfBuzz %prep %autosetup %build %configure \ --disable-static \ --with-glib \ --with-freetype \ --with-cairo \ --with-icu \ --with-graphite2 \ --with-gobject=yes \ %{nil} %make_build %install %make_install find %{buildroot} -type f -name "*.la" -delete -print %post -n libharfbuzz0 -p /sbin/ldconfig %postun -n libharfbuzz0 -p /sbin/ldconfig %post -n libharfbuzz-icu0 -p /sbin/ldconfig %postun -n libharfbuzz-icu0 -p /sbin/ldconfig %post -n libharfbuzz-gobject0 -p /sbin/ldconfig %postun -n libharfbuzz-gobject0 -p /sbin/ldconfig %files -n libharfbuzz0 %license COPYING %doc NEWS %{_libdir}/libharfbuzz.so.0* %files -n libharfbuzz-icu0 %{_libdir}/libharfbuzz-icu.so.0* %files -n libharfbuzz-gobject0 %{_libdir}/libharfbuzz-gobject.so.0* %files tools %{_bindir}/hb-ot-shape-closure %{_bindir}/hb-shape %{_bindir}/hb-view %files devel %doc AUTHORS README THANKS %docdir %{_datadir}/gtk-doc %{_datadir}/gtk-doc/html/harfbuzz/ %{_includedir}/harfbuzz/ %{_libdir}/*.so %{_libdir}/pkgconfig/harfbuzz.pc %{_libdir}/pkgconfig/harfbuzz-icu.pc %{_libdir}/pkgconfig/harfbuzz-gobject.pc %{_datadir}/gir-1.0/HarfBuzz-0.0.gir %files -n typelib-1_0-HarfBuzz-0_0 %{_libdir}/girepository-1.0/HarfBuzz-0.0.typelib %changelog