Compare commits
49 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2051600177 | ||
|
|
78c4063c6b | ||
|
|
837491e308 | ||
|
|
024c975b7d | ||
|
|
4f8244a770 | ||
|
|
cbe7995d7c | ||
|
|
b275bea186 | ||
|
|
2359658066 | ||
|
|
f73ccdfb76 | ||
|
|
41d0118e05 | ||
|
|
4732973d3b | ||
|
|
2fec309714 | ||
|
|
684be14531 | ||
|
|
8315cdb07a | ||
|
|
2be875b605 | ||
|
|
35cbfdded7 | ||
|
|
bfe4f725fb | ||
|
|
4d0b304cfd | ||
|
|
3a8000885e | ||
|
|
a15adf23fb | ||
|
|
050ba8db1e | ||
|
|
c88e06db77 | ||
|
|
17094f4695 | ||
|
|
e5e10d1ebc | ||
|
|
96f4ba399c | ||
|
|
e95a90cd60 | ||
|
|
966c0d5f6e | ||
|
|
f53394a297 | ||
|
|
146231c553 | ||
|
|
d537fcb574 | ||
|
|
c9e3ebcf3c | ||
|
|
a33e9f1823 | ||
|
|
d16f4adb67 | ||
|
|
2702c8ea80 | ||
|
|
ee131dadf3 | ||
|
|
e32ea3c19c | ||
|
|
53e0391f43 | ||
|
|
404339baa7 | ||
|
|
2db164c4a1 | ||
|
|
4de59f07ca | ||
|
|
e98fd1c22a | ||
|
|
ccffacf20e | ||
|
|
921bdcfee6 | ||
|
|
08d0b10579 | ||
|
|
ec6924f4f5 | ||
|
|
ef019ece69 | ||
|
|
5ca42d93cc | ||
|
|
9098bcb455 | ||
|
|
52e9c3a615 |
12 changed files with 243 additions and 7234 deletions
1
.fmf/version
Normal file
1
.fmf/version
Normal file
|
|
@ -0,0 +1 @@
|
|||
1
|
||||
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1 +1,5 @@
|
|||
/anthy-unicode-1.0.0.20190412.tar.gz
|
||||
/anthy-unicode-1.0.0.20191015.tar.gz
|
||||
/anthy-unicode-1.0.0.20201109.tar.gz
|
||||
/anthy-unicode-1.0.0.20211224.tar.gz
|
||||
/anthy-unicode-1.0.0.20240502.tar.gz
|
||||
|
|
|
|||
4
anthy-unicode-1.0.0.20240502.tar.gz.sum
Normal file
4
anthy-unicode-1.0.0.20240502.tar.gz.sum
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
cksum 2650323057 5196128 anthy-unicode-1.0.0.20240502.tar.gz
|
||||
sha1sum 18c885dc0821ec675bee95e138ac7acd88ff3a3a anthy-unicode-1.0.0.20240502.tar.gz
|
||||
sha256sum 43a13f24cc4749a1248bc6d0ce7796743b176ae68ee524cb4331bef64ac133b0 anthy-unicode-1.0.0.20240502.tar.gz
|
||||
sha512sum 835f7cbd5c3afc3dcd7002b77c94a5c69e67f970584c223b47329ece011148cbc4e9f65332c00bbdbe2f407a2daa7f9e10067a182a27d07074e0f1406bb3bbc2 anthy-unicode-1.0.0.20240502.tar.gz
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,18 +1,26 @@
|
|||
%global pkg anthy-unicode
|
||||
%bcond_with xemacs
|
||||
%bcond_without autoreconf
|
||||
|
||||
%if (0%{?fedora} > 35 || 0%{?rhel} > 7)
|
||||
%bcond_with xemacs
|
||||
%else
|
||||
%bcond_without xemacs
|
||||
%endif
|
||||
|
||||
|
||||
Name: anthy-unicode
|
||||
Version: 1.0.0.20201109
|
||||
Release: 10%{?dist}
|
||||
Version: 1.0.0.20240502
|
||||
Release: %autorelease
|
||||
# The entire source code is LGPLv2+ and dictionaries is GPLv2. the corpus data is under Public Domain.
|
||||
License: LGPLv2+ and GPLv2 and Public Domain
|
||||
License: LGPL-2.0-or-later AND GPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain
|
||||
URL: https://github.com/fujiwarat/anthy-unicode/wiki
|
||||
BuildRequires: emacs
|
||||
BuildRequires: gcc
|
||||
BuildRequires: git
|
||||
%if 0%{?rhel} == 0
|
||||
%if %{with xemacs}
|
||||
BuildRequires: xemacs
|
||||
# overlay.el is required by anthy-unicode.el and anthy-unicode-isearch.el
|
||||
BuildRequires: xemacs-packages-extra
|
||||
%endif
|
||||
%if %{with autoreconf}
|
||||
BuildRequires: autoconf
|
||||
|
|
@ -22,7 +30,8 @@ BuildRequires: make
|
|||
%endif
|
||||
|
||||
Source0: https://github.com/fujiwarat/anthy-unicode/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}-init.el
|
||||
Source1: https://github.com/fujiwarat/anthy-unicode/releases/download/%{version}/%{name}-%{version}.tar.gz.sum
|
||||
Source2: %{name}-init.el
|
||||
# Upstreamed patches
|
||||
#Patch0: %%{name}-HEAD.patch
|
||||
Patch0: %{name}-HEAD.patch
|
||||
|
|
@ -39,18 +48,18 @@ other conversion server.
|
|||
%package -n emacs-%{pkg}
|
||||
Summary: Emacs files for %{pkg}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: emacs(bin) >= %{_emacs_version}
|
||||
Requires: emacs-filesystem >= %{_emacs_version}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n emacs-%{pkg}
|
||||
This package contains the byte compiled elips packages to run %{pkg}
|
||||
with GNU Emacs.
|
||||
|
||||
%if 0%{?rhel} == 0
|
||||
%if %{with xemacs}
|
||||
%package -n xemacs-%{pkg}
|
||||
Summary: XEmacs files for %{pkg}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: xemacs(bin) >= %{_xemacs_version}
|
||||
Requires: xemacs-filesystem >= %{_xemacs_version}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n xemacs-%{pkg}
|
||||
|
|
@ -68,6 +77,11 @@ the programs which uses Anthy Unicode.
|
|||
|
||||
|
||||
%prep
|
||||
SAVED_SUM=$(grep sha512sum %SOURCE1 | awk '{print $2}')
|
||||
MY_SUM=$(sha512sum %SOURCE0 | awk '{print $1}')
|
||||
if test x"$SAVED_SUM" != x"$MY_SUM" ; then
|
||||
abort
|
||||
fi
|
||||
%autosetup -S git
|
||||
|
||||
%build
|
||||
|
|
@ -83,26 +97,30 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|||
# remove unnecessary files
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
||||
|
||||
pushd ./src-util
|
||||
install -m 644 dic-tool-input $RPM_BUILD_ROOT%{_datadir}/%{pkg}
|
||||
install -m 644 dic-tool-result $RPM_BUILD_ROOT%{_datadir}/%{pkg}
|
||||
popd
|
||||
|
||||
## for emacs-anthy
|
||||
mkdir -p $RPM_BUILD_ROOT%{_emacs_sitestartdir}
|
||||
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_emacs_sitestartdir}
|
||||
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_emacs_sitestartdir}
|
||||
|
||||
%if 0%{?rhel} == 0
|
||||
%if %{with xemacs}
|
||||
## for xemacs-anthy
|
||||
mkdir -p $RPM_BUILD_ROOT%{_xemacs_sitestartdir}
|
||||
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_xemacs_sitestartdir}
|
||||
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_xemacs_sitestartdir}
|
||||
# FIXME lisp build
|
||||
%if %{with xemacs}
|
||||
pushd $RPM_BUILD_DIR/%{name}-%{version}/src-util
|
||||
pushd ./src-util
|
||||
make clean
|
||||
make EMACS=xemacs lispdir="%{_xemacs_sitelispdir}/%{pkg}"
|
||||
#make EMACS=xemacs lispdir="%%{_xemacs_sitelispdir}/%%{pkg}"
|
||||
# The latest /usr/share/automake-*/am/lisp.am calls -L option for
|
||||
# $(EMACS) --batch but -L is not supported by xemacs.
|
||||
# Copy elisp-comp script here from old automake
|
||||
xemacs --batch --eval '(setq load-path (cons nil load-path))' -f batch-byte-compile *.el
|
||||
make
|
||||
make install-lispLISP DESTDIR=$RPM_BUILD_ROOT EMACS=xemacs lispdir="%{_xemacs_sitelispdir}/%{pkg}" INSTALL="install -p"
|
||||
popd
|
||||
%else
|
||||
mkdir -p $RPM_BUILD_ROOT%{_xemacs_sitelispdir}/%{pkg}
|
||||
cp $RPM_BUILD_ROOT%{_emacs_sitelispdir}/%{pkg}/*.el \
|
||||
$RPM_BUILD_ROOT%{_xemacs_sitelispdir}/%{pkg}/.
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%check
|
||||
|
|
@ -142,7 +160,7 @@ cd ..
|
|||
%{_emacs_sitestartdir}/*.el
|
||||
%dir %{_emacs_sitelispdir}/%{pkg}
|
||||
|
||||
%if 0%{?rhel} == 0
|
||||
%if %{with xemacs}
|
||||
%files -n xemacs-%{pkg}
|
||||
%doc doc/ELISP
|
||||
%{_xemacs_sitelispdir}/%{pkg}/*.el
|
||||
|
|
@ -155,64 +173,13 @@ cd ..
|
|||
|
||||
%files devel
|
||||
%doc doc/DICLIB doc/DICUTIL doc/GLOSSARY doc/GRAMMAR doc/GUIDE.english doc/ILIB doc/LEARNING doc/LIB doc/MISC doc/POS doc/SPLITTER doc/TESTING doc/protocol.txt
|
||||
%{_datadir}/%{pkg}/dic-tool-input
|
||||
%{_datadir}/%{pkg}/dic-tool-result
|
||||
%{_includedir}/*
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 26 2021 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20201109-10
|
||||
- Resolves: #1998727 Fix emacs-anthy-unicode
|
||||
%autochangelog
|
||||
|
||||
* Thu Oct 21 2021 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20201109-8
|
||||
- Resolves: #2007482 Update gcanna.ctd with Shubitai
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0.20201109-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Jul 13 2021 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20201109-6
|
||||
- Fix covscan report
|
||||
|
||||
* Mon Jul 12 2021 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20201109-5
|
||||
- Fix covscan report
|
||||
|
||||
* Mon May 03 2021 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20201109-4
|
||||
- Delete unnecessary xemacs in tests/tests.yml
|
||||
|
||||
* Sat May 01 2021 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20201109-3
|
||||
- Enable CI
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0.20201109-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Nov 09 2020 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20201109-1
|
||||
- Bump 1.0.0.20201109
|
||||
|
||||
* Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0.20191015-5
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0.20191015-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0.20191015-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Mon Oct 21 2019 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20191015-2
|
||||
- Add %%check to run local test programs
|
||||
|
||||
* Tue Oct 15 2019 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20191015-1
|
||||
- Release anthy-unicode 1.0.0.20191015
|
||||
|
||||
* Wed Aug 07 2019 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20190412-1
|
||||
- Initial package
|
||||
- Update license
|
||||
- Delete Group tags
|
||||
- Make parse_modify_freq_command() for UTF-8
|
||||
- Revert ptab.h to EUC-JP
|
||||
- BuildRequire: git
|
||||
- Genearate emacs- and xemacs- sub packages
|
||||
- Fix some obsolete warnings in emacs batch-byte-compile
|
||||
- Fix shared-lib-calls-exit
|
||||
- Fix non-conffile-in-etc
|
||||
- Fix description-line-too-long
|
||||
|
|
|
|||
91
changelog
Normal file
91
changelog
Normal file
|
|
@ -0,0 +1,91 @@
|
|||
* Thu Mar 14 2024 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20211224-13
|
||||
- Resolves #2269401 Fix おきのえらぶ in gcanna.ctd
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0.20211224-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0.20211224-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0.20211224-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0.20211224-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Wed Nov 16 2022 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20211224-8
|
||||
- Migrate license tag to SPDX
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0.20211224-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Tue Jul 19 2022 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20211224-6
|
||||
- Rename master_dic_file to main_dic_file
|
||||
|
||||
* Fri May 06 2022 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20211224-5
|
||||
- Fix GCC_ANALYZER_WARNING with -Wanalyzer-null-dereference
|
||||
|
||||
* Fri Feb 11 2022 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20211224-4
|
||||
- Resolves: #2051670 xemacs is a dead package
|
||||
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0.20211224-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Dec 24 2021 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20211224-1
|
||||
- Bump to 1.0.0.20211224-1
|
||||
|
||||
* Tue Oct 26 2021 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20201109-10
|
||||
- Resolves: #1998727 Fix emacs-anthy-unicode
|
||||
|
||||
* Thu Oct 21 2021 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20201109-8
|
||||
- Resolves: #2007482 Update gcanna.ctd with Shubitai
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0.20201109-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Jul 13 2021 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20201109-6
|
||||
- Fix covscan report
|
||||
|
||||
* Mon Jul 12 2021 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20201109-5
|
||||
- Fix covscan report
|
||||
|
||||
* Mon May 03 2021 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20201109-4
|
||||
- Delete unnecessary xemacs in tests/tests.yml
|
||||
|
||||
* Sat May 01 2021 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20201109-3
|
||||
- Enable CI
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0.20201109-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Nov 09 2020 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20201109-1
|
||||
- Bump 1.0.0.20201109
|
||||
|
||||
* Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0.20191015-5
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0.20191015-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0.20191015-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Mon Oct 21 2019 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20191015-2
|
||||
- Add %%check to run local test programs
|
||||
|
||||
* Tue Oct 15 2019 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20191015-1
|
||||
- Release anthy-unicode 1.0.0.20191015
|
||||
|
||||
* Wed Aug 07 2019 Takao Fujiwara <fujiwara@redhat.com> 1.0.0.20190412-1
|
||||
- Initial package
|
||||
- Update license
|
||||
- Delete Group tags
|
||||
- Make parse_modify_freq_command() for UTF-8
|
||||
- Revert ptab.h to EUC-JP
|
||||
- BuildRequire: git
|
||||
- Genearate emacs- and xemacs- sub packages
|
||||
- Fix some obsolete warnings in emacs batch-byte-compile
|
||||
- Fix shared-lib-calls-exit
|
||||
- Fix non-conffile-in-etc
|
||||
- Fix description-line-too-long
|
||||
5
plans/dict-test.fmf
Normal file
5
plans/dict-test.fmf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
summary: anthy-unicode test
|
||||
discover:
|
||||
how: fmf
|
||||
execute:
|
||||
how: tmt
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (anthy-unicode-1.0.0.20201109.tar.gz) = 963f44df6defe725138de5697e3be8ae6c84ac723fc66c09996c11b99bd7ce24331908caad61c547f90122dadb6ec46fb2b5b3aa9526151c912fd19ed583c345
|
||||
SHA512 (anthy-unicode-1.0.0.20240502.tar.gz) = 835f7cbd5c3afc3dcd7002b77c94a5c69e67f970584c223b47329ece011148cbc4e9f65332c00bbdbe2f407a2daa7f9e10067a182a27d07074e0f1406bb3bbc2
|
||||
|
|
|
|||
5
tests/migration/main.fmf
Normal file
5
tests/migration/main.fmf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
summary: Migration tests of private dicts from anthy to anthy-unicode
|
||||
test: ./test.sh
|
||||
framework: beakerlib
|
||||
require:
|
||||
- anthy-unicode-devel
|
||||
16
tests/migration/test.sh
Executable file
16
tests/migration/test.sh
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
#!/bin/bash
|
||||
# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k
|
||||
. /usr/share/beakerlib/beakerlib.sh || exit 1
|
||||
|
||||
[ -d $HOME/.anthy ] || mkdir $HOME/.anthy
|
||||
|
||||
rlJournalStart
|
||||
rlPhaseStartTest
|
||||
rlRun -t "anthy-dic-tool-unicode --load /usr/share/anthy-unicode/dic-tool-input"
|
||||
rlRun -t "diff $HOME/.config/anthy/private_words_default /usr/share/anthy-unicode/dic-tool-result"
|
||||
rlRun -t "anthy-dic-tool-unicode --dump"
|
||||
rlRun -t "mv $HOME/.config/anthy/private_words_default $HOME/.anthy"
|
||||
rlRun -t "anthy-dic-tool-unicode --migrate"
|
||||
rlRun -t "diff $HOME/.config/anthy/private_words_default /usr/share/anthy-unicode/dic-tool-result"
|
||||
rlPhaseEnd
|
||||
rlJournalEnd
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
: ${SRCDIR:='./source'}
|
||||
|
||||
anthy-dic-tool-unicode --load $SRCDIR/src-util/dic-tool-input
|
||||
diff $HOME/.config/anthy/private_words_default $SRCDIR/src-util/dic-tool-result
|
||||
anthy-dic-tool-unicode --dump
|
||||
[ -d $HOME/.anthy ] || mkdir $HOME/.anthy
|
||||
mv $HOME/.config/anthy/private_words_default $HOME/.anthy
|
||||
anthy-dic-tool-unicode --migrate
|
||||
diff $HOME/.config/anthy/private_words_default $SRCDIR/src-util/dic-tool-result
|
||||
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
roles:
|
||||
- role: standard-test-source
|
||||
required_packages:
|
||||
- git
|
||||
vars:
|
||||
fetch_only: True
|
||||
- role: standard-test-basic
|
||||
#- role: standard-test-beakerlib
|
||||
required_packages:
|
||||
- bash
|
||||
- anthy-unicode
|
||||
tests:
|
||||
- smoke1:
|
||||
dir: .
|
||||
run: ./tests.sh
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue