rebuilt with icu integration [release 2.6.2-2mamba;Sat Oct 05 2019]
This commit is contained in:
parent
bf4a50bb89
commit
7fcf340f67
@ -1,6 +1,6 @@
|
|||||||
Name: harfbuzz
|
Name: harfbuzz
|
||||||
Version: 2.6.2
|
Version: 2.6.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: An OpenType text shaping library
|
Summary: An OpenType text shaping library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -59,7 +59,13 @@ This package includes the %{name} API documentation.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--with-graphite2
|
--with-cairo \
|
||||||
|
--with-freetype \
|
||||||
|
--with-glib \
|
||||||
|
--with-gobject \
|
||||||
|
--with-graphite2 \
|
||||||
|
--with-icu \
|
||||||
|
--enable-gtk-doc
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -82,6 +88,9 @@ This package includes the %{name} API documentation.
|
|||||||
%{_libdir}/libharfbuzz.so.*
|
%{_libdir}/libharfbuzz.so.*
|
||||||
%{_libdir}/libharfbuzz-icu.so.*
|
%{_libdir}/libharfbuzz-icu.so.*
|
||||||
%{_libdir}/libharfbuzz-subset.so.*
|
%{_libdir}/libharfbuzz-subset.so.*
|
||||||
|
%{_libdir}/libharfbuzz-gobject.so.*
|
||||||
|
%{_libdir}/girepository-1.0/HarfBuzz-0.0.typelib
|
||||||
|
%{_datadir}/gir-1.0/HarfBuzz-0.0.gir
|
||||||
%doc AUTHORS COPYING THANKS
|
%doc AUTHORS COPYING THANKS
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
@ -90,6 +99,8 @@ This package includes the %{name} API documentation.
|
|||||||
%{_includedir}/harfbuzz/*.h
|
%{_includedir}/harfbuzz/*.h
|
||||||
%{_libdir}/libharfbuzz.la
|
%{_libdir}/libharfbuzz.la
|
||||||
%{_libdir}/libharfbuzz.so
|
%{_libdir}/libharfbuzz.so
|
||||||
|
%{_libdir}/libharfbuzz-gobject.la
|
||||||
|
%{_libdir}/libharfbuzz-gobject.so
|
||||||
%{_libdir}/libharfbuzz-icu.la
|
%{_libdir}/libharfbuzz-icu.la
|
||||||
%{_libdir}/libharfbuzz-icu.so
|
%{_libdir}/libharfbuzz-icu.so
|
||||||
%{_libdir}/libharfbuzz-subset.la
|
%{_libdir}/libharfbuzz-subset.la
|
||||||
@ -105,6 +116,9 @@ This package includes the %{name} API documentation.
|
|||||||
%{_datadir}/gtk-doc/html/harfbuzz/*
|
%{_datadir}/gtk-doc/html/harfbuzz/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 05 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.2-2mamba
|
||||||
|
- rebuilt with icu integration
|
||||||
|
|
||||||
* Tue Oct 01 2019 Automatic Build System <autodist@mambasoft.it> 2.6.2-1mamba
|
* Tue Oct 01 2019 Automatic Build System <autodist@mambasoft.it> 2.6.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user