]> git.pld-linux.org Git - packages/harfbuzz.git/blobdiff - harfbuzz.spec
up to 2.6.7
[packages/harfbuzz.git] / harfbuzz.spec
index f9b3b1f43b1d895a202d09d3f35e3b20497edec5..3e66d630e0cfb2dcbaf96ad8921c0bcd07d5b297 100644 (file)
@@ -3,19 +3,18 @@
 %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.5.2
+Version:       2.6.7
 Release:       1
 License:       MIT
 Group:         Libraries
-Source0:       https://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.xz
-# Source0-md5: b7593c837823c973a44e41f91c0fe8a3
-Patch0:                pc_deps.patch
-URL:           https://www.freedesktop.org/wiki/HarfBuzz
+Source0:       https://github.com/harfbuzz/harfbuzz/releases/download/%{version}/%{name}-%{version}.tar.xz
+# Source0-md5: 3b884586a09328c5fae76d8c200b0e1c
+URL:           https://harfbuzz.github.io/
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.13.0
 BuildRequires: cairo-devel >= 1.8.0
@@ -30,7 +29,7 @@ BuildRequires:        gtk-doc >= 1.15
 %{?with_icu:BuildRequires:     libicu-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
@@ -219,8 +218,6 @@ Dokumentacja API bibliotek HarfBuzz.
 %prep
 %setup -q
 
-%patch0 -p1
-
 %build
 %{__libtoolize}
 %{__aclocal} -I m4
@@ -280,6 +277,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/harfbuzz/hb-buffer.h
 %{_includedir}/harfbuzz/hb-common.h
 %{_includedir}/harfbuzz/hb-deprecated.h
+%{_includedir}/harfbuzz/hb-draw.h
 %{_includedir}/harfbuzz/hb-face.h
 %{_includedir}/harfbuzz/hb-font.h
 %{_includedir}/harfbuzz/hb-ft.h
@@ -291,6 +289,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_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.214066 seconds and 4 git commands to generate.