diff --git a/ibus-cangjie.spec b/ibus-cangjie.spec index 5d57d82..460b152 100644 --- a/ibus-cangjie.spec +++ b/ibus-cangjie.spec @@ -3,7 +3,7 @@ Name: ibus-cangjie Summary: IBus engine to input Cangjie and Quick Version: 2.4 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv3+ URL: http://cangjians.github.io/projects/%{name} Source0: https://github.com/Cangjians/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz @@ -93,12 +93,10 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/ibus-setup-quick.des if [ $1 -eq 0 ] ; then /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : fi %posttrans /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %files -f %{name}.lang @@ -127,6 +125,9 @@ fi %changelog +* Thu Aug 18 2016 Mathieu Bridon - 2.4-6 +- Drop the GSettings schema scriptlets, they are unneeded for Fedora >= 24. + * Tue Jul 19 2016 Fedora Release Engineering - 2.4-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages