X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=harfbuzz.spec;h=28cb98a2bdf2e3d0443c82dd95f93550e0935457;hb=9d136b7ae37e4c038cd22fbec11388c85ccfbc66;hp=0a6d3b484deda19c39b38820b2a9a1d64fdf8de4;hpb=7583a6a6c2175efbfaff364e3ac09abd77a3377c;p=packages%2Fharfbuzz.git diff --git a/harfbuzz.spec b/harfbuzz.spec index 0a6d3b4..28cb98a 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -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.4.0 -Release: 1 +Version: 2.6.8 +Release: 2 License: MIT Group: Libraries -Source0: https://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2 -# Source0-md5: ebccf8203103766383d4c5a0767b102d -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: c8d4f2aeed6e576bd42f9dc6def1b1ae +URL: https://harfbuzz.github.io/ BuildRequires: autoconf >= 2.64 BuildRequires: automake >= 1:1.13.0 BuildRequires: cairo-devel >= 1.8.0 @@ -28,11 +27,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} @@ -217,8 +218,6 @@ Dokumentacja API bibliotek HarfBuzz. %prep %setup -q -%patch0 -p1 - %build %{__libtoolize} %{__aclocal} -I m4 @@ -278,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 @@ -289,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 @@ -296,6 +298,7 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/harfbuzz/hb-set.h %{_includedir}/harfbuzz/hb-shape-plan.h %{_includedir}/harfbuzz/hb-shape.h +%{_includedir}/harfbuzz/hb-style.h %{_includedir}/harfbuzz/hb-unicode.h %{_includedir}/harfbuzz/hb-version.h %{_pkgconfigdir}/harfbuzz.pc