[harfbuzz] Update to 0.9.18 upstream release

pnemade pnemade at fedoraproject.org
Thu Jun 6 03:41:21 UTC 2013


commit a181981e2e028eb7eb237c962300372517ec4dea
Author: Parag Nemade <pnemade at redhat.com>
Date:   Thu Jun 6 09:11:04 2013 +0530

    Update to 0.9.18 upstream release

 .gitignore    |    1 +
 harfbuzz.spec |   43 ++++++++++++++++++++++++++++++++++++-------
 sources       |    2 +-
 3 files changed, 38 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 296b5cb..97bafe6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /harfbuzz-0.9.14.tar.bz2
 /harfbuzz-0.9.16.tar.bz2
 /harfbuzz-0.9.17.tar.bz2
+/harfbuzz-0.9.18.tar.bz2
diff --git a/harfbuzz.spec b/harfbuzz.spec
index 9b7edac..49932a8 100644
--- a/harfbuzz.spec
+++ b/harfbuzz.spec
@@ -1,5 +1,5 @@
 Name:           harfbuzz
-Version:        0.9.17
+Version:        0.9.18
 Release:        1%{?dist}
 Summary:        Text shaping library
 
@@ -11,7 +11,6 @@ BuildRequires:  cairo-devel
 BuildRequires:  freetype-devel
 BuildRequires:  glib2-devel
 BuildRequires:  libicu-devel
-#built against graphite-1.2.0 in f19
 BuildRequires:  graphite2-devel
 
 %description
@@ -20,19 +19,34 @@ HarfBuzz is an implementation of the OpenType Layout engine.
 
 %package        devel
 Summary:        Development files for %{name}
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
+%package        icu
+Summary:        Harfbuzz ICU support library
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+%description    icu
+This package contains Harfbuzz ICU support library.
+
+%package        icu-devel
+Summary:        Development files for %{name}-icu
+Requires:       %{name}-icu%{?_isa} = %{version}-%{release}
+Requires:       %{name}-devel%{?_isa} = %{version}-%{release}
+
+%description    icu-devel
+The %{name}-icu-devel package contains libraries and header files for
+developing applications that use %{name}-icu.
 
 %prep
 %setup -q
 
 
 %build
-%configure --disable-static
+%configure --disable-static --with-graphite2
 
 # Remove lib64 rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -50,21 +64,36 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %postun -p /sbin/ldconfig
 
+%post icu -p /sbin/ldconfig
+
+%postun icu -p /sbin/ldconfig
 
 %files
 %doc NEWS ChangeLog AUTHORS COPYING README
-%{_libdir}/*.so.*
+%{_libdir}/libharfbuzz.so.*
 
 %files devel
 %{_bindir}/hb-view
 %{_bindir}/hb-ot-shape-closure
 %{_bindir}/hb-shape
 %{_includedir}/harfbuzz/
-%{_libdir}/*.so
+%exclude %{_includedir}/harfbuzz/hb-icu.h
+%{_libdir}/libharfbuzz.so
 %{_libdir}/pkgconfig/harfbuzz.pc
 
+%files icu
+%{_libdir}/libharfbuzz-icu.so.*
+
+%files icu-devel
+%{_includedir}/harfbuzz/hb-icu.h
+%{_libdir}/libharfbuzz-icu.so
+%{_libdir}/pkgconfig/harfbuzz-icu.pc
+
 
 %changelog
+* Wed Jun 05 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.9.18-1
+- Update to 0.9.18 upstream release
+
 * Tue May 21 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.9.17-1
 - Update to 0.9.17 upstream release
 
@@ -81,7 +110,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 - Kill icu-config hack and rebuild against new icu again
 
 * Tue Jan 29 2013 Parag Nemade <pnemade AT pnemade DOT com> - 0.9.12-5
-- Resolves:rh#905334 - Please rebuild harfbuzz for new graphite-1.2.0	
+- Resolves:rh#905334 - Please rebuild harfbuzz for new graphite-1.2.0
 
 * Sun Jan 27 2013 Parag Nemade <pnemade AT pnemade DOT com> - 0.9.12-4
 - Resolves:rh#904700-Enable additional shaper graphite2
diff --git a/sources b/sources
index 209c14d..f5d249a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c48827713e93539dc7285f9e86ffbdc5  harfbuzz-0.9.17.tar.bz2
+0bff05fafef4894031b2b64a65ac1899  harfbuzz-0.9.18.tar.bz2


More information about the scm-commits mailing list