Accepting request 586274 from GNOME:Factory

- Update summaries. (forwarded request 586259 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/586274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/harfbuzz?expand=0&rev=64
This commit is contained in:
Dominique Leuenberger 2018-03-14 18:31:43 +00:00 committed by Git OBS Bridge
commit e1866dba80
2 changed files with 36 additions and 17 deletions

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Mar 13 08:36:14 UTC 2018 - jengelh@inai.de
- Update summaries.
-------------------------------------------------------------------
Sun Mar 11 03:40:33 UTC 2018 - luc14n0@linuxmail.org
- Fix broken libharbuzz-gobject.so symlink by requiring Harfbuzz's
Gobject library for the devel package.
- Add missing GI bindings requirement for the devel package.
-------------------------------------------------------------------
Fri Mar 9 11:51:15 UTC 2018 - astieger@suse.com
- Fix build on Leap 42.3: don't use make_build.
-------------------------------------------------------------------
Wed Feb 28 16:33:22 UTC 2018 - dimstar@opensuse.org

View File

@ -22,7 +22,7 @@ Release: 0
Summary: An OpenType text shaping engine
License: MIT
Group: Productivity/Text/Utilities
URL: https://www.freedesktop.org/wiki/Software/HarfBuzz
Url: https://www.freedesktop.org/wiki/Software/HarfBuzz
Source: https://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2
Source99: baselibs.conf
BuildRequires: gcc-c++
@ -49,7 +49,7 @@ Group: System/Libraries
HarfBuzz is an OpenType text shaping engine.
%package -n libharfbuzz-icu0
Summary: An OpenType text shaping engine - ICU library
Summary: ICU integration into the HarfBuzz OpenType text shaping engine
Group: System/Libraries
%description -n libharfbuzz-icu0
@ -57,39 +57,41 @@ HarfBuzz is an OpenType text shaping engine.
This package contains the ICU library.
%package -n libharfbuzz-gobject0
Summary: An OpenType text shaping engine - GObject library
Summary: GObject wrapper around the HarfBuzz OpenType text shaping engine
Group: System/Libraries
%description -n libharfbuzz-gobject0
HarfBuzz is an OpenType text shaping engine.
This package contains the GObject library.
%package -n typelib-1_0-HarfBuzz-0_0
Summary: Introspection bindings for the HarfBuzz/GObject library
Group: System/Libraries
%description -n typelib-1_0-HarfBuzz-0_0
HarfBuzz is an OpenType text shaping engine.
This package provides the GObject Introspection bindings for HarfBuzz.
%package tools
Summary: An OpenType text shaping engine -- Tools
Summary: Tools from the HarfBuzz text shaping software
Group: Productivity/Text/Utilities
%description tools
HarfBuzz is an OpenType text shaping engine.
%package devel
Summary: An OpenType text shaping engine -- Development Files
Summary: Development files for the HarfBuzz OpenType text shaping engine
Group: Development/Libraries/C and C++
Requires: libharfbuzz-gobject0 = %{version}
Requires: libharfbuzz-icu0 = %{version}
Requires: libharfbuzz0 = %{version}
Requires: typelib-1_0-HarfBuzz-0_0 = %{version}
Requires: pkgconfig(freetype2) >= 12.0.6
%description devel
HarfBuzz is an OpenType text shaping engine.
This package contains the development files.
%package -n typelib-1_0-HarfBuzz-0_0
Summary: An OpenType text shaping engine - Introspection bindings
Group: System/Libraries
%description -n typelib-1_0-HarfBuzz-0_0
HarfBuzz is an OpenType text shaping engine.
This package provides the GObject Introspection bindings for HarfBuzz
%prep
%autosetup
@ -103,7 +105,7 @@ This package provides the GObject Introspection bindings for HarfBuzz
--with-graphite2 \
--with-gobject=yes \
%{nil}
%make_build
make %{?_smp_mflags}
%install
%make_install
@ -127,6 +129,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files -n libharfbuzz-gobject0
%{_libdir}/libharfbuzz-gobject.so.0*
%files -n typelib-1_0-HarfBuzz-0_0
%{_libdir}/girepository-1.0/HarfBuzz-0.0.typelib
%files tools
%{_bindir}/hb-ot-shape-closure
%{_bindir}/hb-shape
@ -143,7 +148,4 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_libdir}/pkgconfig/harfbuzz-gobject.pc
%{_datadir}/gir-1.0/HarfBuzz-0.0.gir
%files -n typelib-1_0-HarfBuzz-0_0
%{_libdir}/girepository-1.0/HarfBuzz-0.0.typelib
%changelog