]> git.pld-linux.org Git - packages/harfbuzz.git/blobdiff - harfbuzz.spec
- updated to 0.9.12
[packages/harfbuzz.git] / harfbuzz.spec
index 308969afbd8e7ce48a41c7420fab13abb3d23898..7695b191772aaf511ad616550d383329d3e2708d 100644 (file)
@@ -5,12 +5,12 @@
 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:       0.9.3
+Version:       0.9.12
 Release:       1
 License:       MIT
 Group:         Libraries
 Source0:       http://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2
-# Source0-md5: 883a40644d3b120b7013e11876ea5af3
+# Source0-md5: 35551b8cdf53b75aa9c42460f210e89f
 URL:           http://www.freedesktop.org/wiki/HarfBuzz
 BuildRequires: cairo-devel >= 1.8.0
 BuildRequires: freetype-devel >= 2.3.8
@@ -18,7 +18,7 @@ BuildRequires:        graphite2-devel
 BuildRequires: glib2-devel >= 1:2.16
 BuildRequires: libicu-devel
 BuildRequires: libstdc++-devel
-BuildRequires: pkgconfig
+BuildRequires: pkgconfig >= 1:0.20
 Requires:      cairo >= 1.8.0
 Requires:      glib2 >= 1:2.16
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -81,13 +81,15 @@ Dokumentacja API biblioteki HarfBuzz.
 
 # missing
 cat >> harfbuzz.pc <<EOF
-Requires.private: glib-2.0 gobject-2.0 icu-uc freetype2 graphite2
+Requires.private: glib-2.0 gobject-2.0 icu-le icu-uc freetype2 graphite2
 EOF
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+# parallel install broken (hb-version.h both in pkginclude_HEADERS and
+# nodist_pkginclude_HEADERS)
+%{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
This page took 0.143691 seconds and 4 git commands to generate.