|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: maliit-framework
|
|
|
|
|
Version: 0.92.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Input method framework
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -121,12 +121,12 @@ if [ $1 -eq 1 ] ; then
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%postun gtk2
|
|
|
|
|
/usr/bin/gtk-query-immodules-2.0-%{__isa_bits} --update-cache &> /dev/null || :
|
|
|
|
|
/usr/bin/update-gtk-immodules %{_host} &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
%post gtk2
|
|
|
|
|
if [ $1 -eq 1 ] ; then
|
|
|
|
|
# For upgrades, the cache will be regenerated by the new package's %postun
|
|
|
|
|
/usr/bin/gtk-query-immodules-2.0-%{__isa_bits} --update-cache &> /dev/null || :
|
|
|
|
|
/usr/bin/update-gtk-immodules %{_host} &> /dev/null || :
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
@ -170,6 +170,9 @@ fi
|
|
|
|
|
%{_libdir}/maliit-framework-tests
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Oct 4 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.92.5-2
|
|
|
|
|
- Fix the updating of the gtk2 IM module cache
|
|
|
|
|
|
|
|
|
|
* Thu Sep 27 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.92.5-1
|
|
|
|
|
- New 0.92.5 release, update based on review comments
|
|
|
|
|
|
|
|
|
|