]> git.pld-linux.org Git - packages/harfbuzz.git/blobdiff - harfbuzz.spec
up to 2.6.4
[packages/harfbuzz.git] / harfbuzz.spec
index a8a50ffbfcb3edf0c8a0a62eaa8ddce9b9f0eaff..fafa619edc6a4ff7b9d0f5466391c8740e92ca68 100644 (file)
@@ -3,17 +3,17 @@
 %bcond_without static_libs     # static libraries build
 %bcond_without graphite2       # Graphite2 library usage
 %bcond_without icu             # ICU integration
-%bcond_without tests           # "make check" call
+%bcond_with    tests           # "make check" call (cmap14 test fails as of 2.6.2 +otsanitizer-8.0.0 +fonttools-3.44.0)
 
 Summary:       HarfBuzz - internationalized text shaping library
 Summary(pl.UTF-8):     HarfBuzz - biblioteka rysująca tekst z obsługą wielu języków
 Name:          harfbuzz
-Version:       2.1.1
+Version:       2.6.4
 Release:       1
 License:       MIT
 Group:         Libraries
-Source0:       https://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2
-# Source0-md5: 246535f1ba011235650b3da8fcca2456
+Source0:       https://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.xz
+# Source0-md5: 2b3a4dfdb3e5e50055f941978944da9f
 Patch0:                pc_deps.patch
 URL:           https://www.freedesktop.org/wiki/HarfBuzz
 BuildRequires: autoconf >= 2.64
@@ -28,11 +28,13 @@ BuildRequires:      gobject-introspection-devel >= 1.34.0
 %{?with_graphite2:BuildRequires:       graphite2-devel >= 1.2.0}
 BuildRequires: gtk-doc >= 1.15
 %{?with_icu:BuildRequires:     libicu-devel}
-BuildRequires: libstdc++-devel
+BuildRequires: libstdc++-devel >= 6:4.9
 BuildRequires: libtool >= 2:2.2
-%{?with_tests:BuildRequires:   otsanitizer}
+%{?with_tests:BuildRequires:   otsanitizer >= 8}
 BuildRequires: pkgconfig >= 1:0.27
 BuildRequires: sed >= 4.0
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 Requires:      freetype >= 1:2.9
 Requires:      glib2 >= 1:2.38
 %{?with_graphite2:Requires:    graphite2 >= 1.2.0}
@@ -272,6 +274,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libharfbuzz.so
 %dir %{_includedir}/harfbuzz
 %{_includedir}/harfbuzz/hb.h
+%{_includedir}/harfbuzz/hb-aat.h
+%{_includedir}/harfbuzz/hb-aat-layout.h
 %{_includedir}/harfbuzz/hb-blob.h
 %{_includedir}/harfbuzz/hb-buffer.h
 %{_includedir}/harfbuzz/hb-common.h
@@ -283,9 +287,12 @@ rm -rf $RPM_BUILD_ROOT
 %{?with_graphite2:%{_includedir}/harfbuzz/hb-graphite2.h}
 %{_includedir}/harfbuzz/hb-map.h
 %{_includedir}/harfbuzz/hb-ot-color.h
+%{_includedir}/harfbuzz/hb-ot-deprecated.h
 %{_includedir}/harfbuzz/hb-ot-font.h
 %{_includedir}/harfbuzz/hb-ot-layout.h
 %{_includedir}/harfbuzz/hb-ot-math.h
+%{_includedir}/harfbuzz/hb-ot-meta.h
+%{_includedir}/harfbuzz/hb-ot-metrics.h
 %{_includedir}/harfbuzz/hb-ot-name.h
 %{_includedir}/harfbuzz/hb-ot-shape.h
 %{_includedir}/harfbuzz/hb-ot-var.h
This page took 0.296067 seconds and 4 git commands to generate.