Bumped to 1.5.10
This commit is contained in:
parent
643ad09b6f
commit
70b5daf5f9
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ ibus-anthy.png
|
|||||||
/ibus-anthy-1.5.7.tar.gz
|
/ibus-anthy-1.5.7.tar.gz
|
||||||
/ibus-anthy-1.5.8.tar.gz
|
/ibus-anthy-1.5.8.tar.gz
|
||||||
/ibus-anthy-1.5.9.tar.gz
|
/ibus-anthy-1.5.9.tar.gz
|
||||||
|
/ibus-anthy-1.5.10.tar.gz
|
||||||
|
@ -21,8 +21,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: ibus-anthy
|
Name: ibus-anthy
|
||||||
Version: 1.5.9
|
Version: 1.5.10
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Anthy engine for IBus input platform
|
Summary: The Anthy engine for IBus input platform
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -130,21 +130,13 @@ rm $RPM_BUILD_ROOT%{_datadir}/appdata/*.appdata.xml
|
|||||||
desktop-file-validate \
|
desktop-file-validate \
|
||||||
$RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup-anthy.desktop
|
$RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup-anthy.desktop
|
||||||
|
|
||||||
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
|
||||||
# recreate icon cache
|
|
||||||
touch --no-create %{_datadir}/icons/hicolor || :
|
|
||||||
[ -x %{_bindir}/gtk-update-icon-cache ] && \
|
|
||||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
||||||
[ -x %{_bindir}/ibus ] && \
|
[ -x %{_bindir}/ibus ] && \
|
||||||
%{_bindir}/ibus write-cache --system &>/dev/null || :
|
%{_bindir}/ibus write-cache --system &>/dev/null || :
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
|
||||||
# recreate icon cache
|
|
||||||
touch --no-create %{_datadir}/icons/hicolor || :
|
|
||||||
[ -x %{_bindir}/gtk-update-icon-cache ] && \
|
|
||||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
||||||
[ -x %{_bindir}/ibus ] && \
|
[ -x %{_bindir}/ibus ] && \
|
||||||
%{_bindir}/ibus write-cache --system &>/dev/null || :
|
%{_bindir}/ibus write-cache --system &>/dev/null || :
|
||||||
|
|
||||||
@ -153,6 +145,7 @@ touch --no-create %{_datadir}/icons/hicolor || :
|
|||||||
# dir {python2_sitearch}/ibus
|
# dir {python2_sitearch}/ibus
|
||||||
%{_libdir}/libanthygobject-%{sub_version}.so.*
|
%{_libdir}/libanthygobject-%{sub_version}.so.*
|
||||||
%{_libdir}/girepository-1.0/Anthy*.typelib
|
%{_libdir}/girepository-1.0/Anthy*.typelib
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.anthy.gschema.xml
|
||||||
%dir %{_datadir}/ibus-anthy
|
%dir %{_datadir}/ibus-anthy
|
||||||
%{_datadir}/ibus-anthy/dicts
|
%{_datadir}/ibus-anthy/dicts
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/ibus-anthy.svg
|
%{_datadir}/icons/hicolor/scalable/apps/ibus-anthy.svg
|
||||||
@ -173,6 +166,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
|
|||||||
%{_libdir}/libanthygobject-%{sub_version}.so
|
%{_libdir}/libanthygobject-%{sub_version}.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 19 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-1
|
||||||
|
- Bumped to 1.5.10
|
||||||
|
|
||||||
* Tue Feb 20 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.5.9-7
|
* Tue Feb 20 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.5.9-7
|
||||||
- Update Python 2 dependency declarations to new packaging standards
|
- Update Python 2 dependency declarations to new packaging standards
|
||||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||||
|
Loading…
Reference in New Issue
Block a user