Remove obsolete scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
5f4aab12f6
commit
a84a8374f0
24
ibus.spec
24
ibus.spec
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
Name: ibus
|
Name: ibus
|
||||||
Version: 1.5.17
|
Version: 1.5.17
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Intelligent Input Bus for Linux OS
|
Summary: Intelligent Input Bus for Linux OS
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -338,25 +338,6 @@ dconf update || :
|
|||||||
|
|
||||||
%postun libs -p /sbin/ldconfig
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%post gtk2
|
|
||||||
if [ $1 -eq 1 ] ; then
|
|
||||||
# For upgrades, the cache will be regenerated by the new package's %%postun
|
|
||||||
gtk-query-immodules-2.0-%{__isa_bits} --update-cache &> /dev/null || :
|
|
||||||
fi
|
|
||||||
|
|
||||||
%postun gtk2
|
|
||||||
gtk-query-immodules-2.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
|
|
||||||
gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
|
|
||||||
fi
|
|
||||||
|
|
||||||
%postun gtk3
|
|
||||||
gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
|
|
||||||
|
|
||||||
|
|
||||||
# FIXME: no version number
|
# FIXME: no version number
|
||||||
%files -f %{name}10.lang
|
%files -f %{name}10.lang
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
@ -439,6 +420,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.17-3
|
||||||
|
- Remove obsolete scriptlets
|
||||||
|
|
||||||
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.17-2
|
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.17-2
|
||||||
- Remove obsolete scriptlets
|
- Remove obsolete scriptlets
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user