Update ibus-HEAD.patch from upstream
- Integrate a new compose feature - Generate ibus-tests and ibus-desktop-testing sub packages
This commit is contained in:
parent
0244c95ba1
commit
677e87ac89
14941
ibus-HEAD.patch
14941
ibus-HEAD.patch
File diff suppressed because it is too large
Load Diff
35
ibus.spec
35
ibus.spec
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
Name: ibus
|
Name: ibus
|
||||||
Version: 1.5.20
|
Version: 1.5.20
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Intelligent Input Bus for Linux OS
|
Summary: Intelligent Input Bus for Linux OS
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/ibus/%name/wiki
|
URL: https://github.com/ibus/%name/wiki
|
||||||
@ -233,6 +233,24 @@ BuildArch: noarch
|
|||||||
%description devel-docs
|
%description devel-docs
|
||||||
The ibus-devel-docs package contains developer documentation for IBus
|
The ibus-devel-docs package contains developer documentation for IBus
|
||||||
|
|
||||||
|
%package desktop-testing
|
||||||
|
Summary: Wrapper of InstalledTests Runner for IBus
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description desktop-testing
|
||||||
|
GNOME desktop testing runner implements the InstalledTests specification
|
||||||
|
and IBus also needs focus events to enable input contexts on text widgets.
|
||||||
|
The wrapper script runs gnome-session for the focus events and GNOME
|
||||||
|
desktop testing runner internally.
|
||||||
|
|
||||||
|
%package tests
|
||||||
|
Summary: Tests for the %{name} package
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description tests
|
||||||
|
The %{name}-tests package contains tests that can be used to verify
|
||||||
|
the functionality of the installed %{name} package.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -S git
|
%autosetup -S git
|
||||||
@ -270,6 +288,7 @@ autoreconf -f -i -v
|
|||||||
--disable-appindicator \
|
--disable-appindicator \
|
||||||
%endif
|
%endif
|
||||||
--enable-introspection \
|
--enable-introspection \
|
||||||
|
--enable-install-tests \
|
||||||
%{nil}
|
%{nil}
|
||||||
|
|
||||||
make -C ui/gtk3 maintainer-clean-generic
|
make -C ui/gtk3 maintainer-clean-generic
|
||||||
@ -434,7 +453,21 @@ dconf update || :
|
|||||||
%dir %{_datadir}/gtk-doc/html
|
%dir %{_datadir}/gtk-doc/html
|
||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
|
%files desktop-testing
|
||||||
|
%{_bindir}/ibus-desktop-testing-runner
|
||||||
|
|
||||||
|
%files tests
|
||||||
|
%dir %{_libexecdir}/installed-tests
|
||||||
|
%{_libexecdir}/installed-tests/ibus
|
||||||
|
%dir %{_datadir}/installed-tests
|
||||||
|
%{_datadir}/installed-tests/ibus
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 26 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.20-6
|
||||||
|
- Update ibus-HEAD.patch from upstream
|
||||||
|
Integrate a new compose feature
|
||||||
|
Generate ibus-tests and ibus-desktop-testing sub packages
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.20-5
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.20-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user