]> git.pld-linux.org Git - packages/harfbuzz.git/blobdiff - harfbuzz.spec
- updated to 0.9.11
[packages/harfbuzz.git] / harfbuzz.spec
index d0d3f01560ecc056bfa05f2ab19bdae034c3af5d..c68656be770077e06fa5c268c348c0dc7a87b91f 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.4
-Release:       2
+Version:       0.9.11
+Release:       1
 License:       MIT
 Group:         Libraries
 Source0:       http://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2
-# Source0-md5: 4d12e3d9fdc132237767f5965e1684bb
+# Source0-md5: 75297fe9a2a5253e2a2d3f12ae221375
 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)
@@ -87,7 +87,9 @@ 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.065337 seconds and 4 git commands to generate.