From: Manuel Bachmann Date: Thu, 13 Nov 2014 10:05:54 +0000 (+0100) Subject: update to 0.9.35 X-Git-Tag: accepted/tizen/common/20141113.111014^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3635bd8d8aa1053113c3a9b60d924fc663edad1c;p=platform%2Fupstream%2Fharfbuzz.git update to 0.9.35 Change-Id: I452f99694d22dd838d44519fa31cb6edfc9907e5 Signed-off-by: Manuel Bachmann --- diff --git a/packaging/harfbuzz.changes b/packaging/harfbuzz.changes index 013ad5c..05ee083 100644 --- a/packaging/harfbuzz.changes +++ b/packaging/harfbuzz.changes @@ -1,3 +1,5 @@ +* Thu Nov 13 2014 Manuel Bachmann upstream/0.9.35@4a63fee + * Mon Mar 18 2013 Anas Nashif submit/trunk/20130129.152715@5c3b7d6 - Fixed package groups diff --git a/packaging/harfbuzz.spec b/packaging/harfbuzz.spec index 7eeaf94..8c7ffa4 100644 --- a/packaging/harfbuzz.spec +++ b/packaging/harfbuzz.spec @@ -1,5 +1,5 @@ Name: harfbuzz -Version: 0.9.12 +Version: 0.9.35 Release: 0 License: MIT Summary: An OpenType text shaping engine @@ -53,6 +53,7 @@ make %{?_smp_mflags} %install %make_install +rm -rf %{buildroot}/%{_datadir}/gtk-doc %post -n libharfbuzz -p /sbin/ldconfig @@ -62,7 +63,7 @@ make %{?_smp_mflags} %manifest %{name}.manifest %defattr(-,root,root) %license COPYING -%{_libdir}/libharfbuzz.so.0* +%{_libdir}/*.so.0* %files tools %manifest %{name}.manifest @@ -76,4 +77,4 @@ make %{?_smp_mflags} %defattr(-,root,root) %{_includedir}/harfbuzz/ %{_libdir}/*.so -%{_libdir}/pkgconfig/harfbuzz.pc +%{_libdir}/pkgconfig/*.pc