|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: maliit-framework
|
|
|
|
Name: maliit-framework
|
|
|
|
Version: 0.94.2
|
|
|
|
Version: 0.94.2
|
|
|
|
Release: 13%{?dist}
|
|
|
|
Release: 14%{?dist}
|
|
|
|
Summary: Input method framework
|
|
|
|
Summary: Input method framework
|
|
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
@ -110,26 +110,7 @@ mkdir -p %{buildroot}%{_datadir}/maliit
|
|
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%postun gtk3
|
|
|
|
|
|
|
|
/usr/bin/gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post gtk3
|
|
|
|
|
|
|
|
if [ $1 -eq 1 ] ; then
|
|
|
|
|
|
|
|
# For upgrades, the cache will be regenerated by the new package's %postun
|
|
|
|
|
|
|
|
/usr/bin/gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%postun gtk2
|
|
|
|
|
|
|
|
/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/update-gtk-immodules %{_host} &> /dev/null || :
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
|
|
|
|
%license LICENSE.LGPL
|
|
|
|
%license LICENSE.LGPL
|
|
|
|
%doc README NEWS
|
|
|
|
%doc README NEWS
|
|
|
|
%{_bindir}/maliit-server
|
|
|
|
%{_bindir}/maliit-server
|
|
|
@ -170,6 +151,9 @@ fi
|
|
|
|
%{_libdir}/maliit-framework-tests
|
|
|
|
%{_libdir}/maliit-framework-tests
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.94.2-14
|
|
|
|
|
|
|
|
- Remove obsolete scriptlets
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.94.2-13
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.94.2-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|