diff options
-rw-r--r-- | packaging/harfbuzz.changes | 2 | ||||
-rw-r--r-- | packaging/harfbuzz.spec | 7 |
2 files changed, 6 insertions, 3 deletions
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 <manuel.bachmann@open.eurogiciel.org> upstream/0.9.35@4a63fee + * Mon Mar 18 2013 Anas Nashif <anas.nashif@intel.com> 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 |