Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6d4e6c634 | ||
|
|
ceb394936a | ||
|
|
6250564f54 | ||
|
|
c1eae178d5 | ||
|
|
6e125252ec | ||
|
|
db7e5b9a5f | ||
|
|
adda71b6f6 |
3 changed files with 12 additions and 5 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -102,3 +102,10 @@ ibus-table-1.3.0.20100621.tar.gz
|
|||
/ibus-table-1.17.7.tar.gz
|
||||
/ibus-table-1.17.8.tar.gz
|
||||
/ibus-table-1.17.9.tar.gz
|
||||
/ibus-table-1.17.10.tar.gz
|
||||
/ibus-table-1.17.11.tar.gz
|
||||
/ibus-table-1.17.12.tar.gz
|
||||
/ibus-table-1.17.13.tar.gz
|
||||
/ibus-table-1.17.14.tar.gz
|
||||
/ibus-table-1.17.15.tar.gz
|
||||
/ibus-table-1.17.16.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: ibus-table
|
||||
Version: 1.17.9
|
||||
Version: 1.17.16
|
||||
Release: %autorelease
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPL-2.1-or-later
|
||||
|
|
@ -72,9 +72,9 @@ export PYTHON=%{__python3}
|
|||
|
||||
%check
|
||||
%if 0%{?fedora}
|
||||
appstreamcli validate --pedantic --explain --no-net %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||
appstreamcli validate --pedantic --explain --no-net %{buildroot}/%{_datadir}/metainfo/*.metainfo.xml
|
||||
%endif
|
||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.metainfo.xml
|
||||
desktop-file-validate \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup-table.desktop
|
||||
pushd engine
|
||||
|
|
@ -102,7 +102,7 @@ fi
|
|||
%files -f %{name}.lang
|
||||
%doc AUTHORS COPYING README
|
||||
%{_datadir}/%{name}
|
||||
%{_datadir}/metainfo/*.appdata.xml
|
||||
%{_datadir}/metainfo/*.metainfo.xml
|
||||
%{_datadir}/ibus/component/table.xml
|
||||
%{_datadir}/icons/hicolor/16x16/apps/ibus-table.png
|
||||
%{_datadir}/icons/hicolor/22x22/apps/ibus-table.png
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ibus-table-1.17.9.tar.gz) = 6c0dada370b5f8789eaea73c0e1a090bb0f244dfeb1295aa65bf3dc6d0ac71f290997dcf7f198e1e81221e26078b955c33a29cbf276f2bc059bb5e594a634a36
|
||||
SHA512 (ibus-table-1.17.16.tar.gz) = e7d9102b85f1f96470afdee270ca630e9b54cd668c29173740ee9e504d9977fd1569f3c0b64323b30c5afd71493b095a84f34175b07c5db453f89b935075083e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue