Init package
This commit is contained in:
parent
bcfced22fb
commit
38bd440db7
BIN
anthy-unicode-1.0.0.20211224.tar.gz
Normal file
BIN
anthy-unicode-1.0.0.20211224.tar.gz
Normal file
Binary file not shown.
10
anthy-unicode-init.el
Normal file
10
anthy-unicode-init.el
Normal file
@ -0,0 +1,10 @@
|
||||
;; anthy-unicode-init.el
|
||||
;;
|
||||
(if (featurep 'xemacs)
|
||||
(setq load-path (cons "/usr/share/xemacs/xemacs-packages/lisp/anthy-unicode" load-path))
|
||||
(setq load-path (cons "/usr/share/emacs/site-lisp/anthy-unicode" load-path)))
|
||||
(autoload 'anthy-unicode-leim-activate "anthy-unicode" nil t)
|
||||
(register-input-method "japanese-anthy-unicode" "Japanese"
|
||||
'anthy-unicode-leim-activate "[anthy-unicode]"
|
||||
"Anthy Unicode Kana Kanji conversion system")
|
||||
|
||||
153
anthy-unicode.spec
Normal file
153
anthy-unicode.spec
Normal file
@ -0,0 +1,153 @@
|
||||
%global pkg anthy-unicode
|
||||
%bcond_with xemacs
|
||||
%bcond_without autoreconf
|
||||
|
||||
Name: anthy-unicode
|
||||
Version: 1.0.0.20211224
|
||||
Release: 1
|
||||
License: LGPLv2+ and GPLv2 and Public Domain
|
||||
URL: https://github.com/fujiwarat/anthy-unicode/wiki
|
||||
BuildRequires: emacs
|
||||
BuildRequires: gcc
|
||||
BuildRequires: git
|
||||
%if %{with xemacs}
|
||||
BuildRequires: xemacs
|
||||
%endif
|
||||
%if %{with autoreconf}
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: make
|
||||
%endif
|
||||
|
||||
Source0: https://github.com/fujiwarat/anthy-unicode/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}-init.el
|
||||
|
||||
Summary: Japanese character set input library for Unicode
|
||||
|
||||
%description
|
||||
Anthy Unicode is another Anthy project and provides the library to input
|
||||
Japanese on the applications, such as X applications and emacs. and the
|
||||
user dictionaries and the users information which is used for the conversion,
|
||||
is stored into their own home directory. So Anthy Unicode is secure than
|
||||
other conversion server.
|
||||
|
||||
%package -n emacs-%{pkg}
|
||||
Summary: Emacs files for %{pkg}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: emacs(bin) >= %{_emacs_version}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n emacs-%{pkg}
|
||||
This package contains the byte compiled elips packages to run %{pkg}
|
||||
with GNU Emacs.
|
||||
|
||||
%if %{with xemacs}
|
||||
%package -n xemacs-%{pkg}
|
||||
Summary: XEmacs files for %{pkg}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: xemacs(bin) >= %{_xemacs_version}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n xemacs-%{pkg}
|
||||
This package contains the elips packages to run %{pkg} with GNU XEmacs.
|
||||
%endif
|
||||
|
||||
%package devel
|
||||
Summary: Header files and library for developing programs which uses Anthy Unicode
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
The anthy-devel package contains the development files which is needed to build
|
||||
the programs which uses Anthy Unicode.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -S git
|
||||
|
||||
%build
|
||||
%if %{with autoreconf}
|
||||
autoreconf -f -i -v
|
||||
%endif
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_emacs_sitestartdir}
|
||||
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_emacs_sitestartdir}
|
||||
|
||||
%if %{with xemacs}
|
||||
mkdir -p $RPM_BUILD_ROOT%{_xemacs_sitestartdir}
|
||||
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_xemacs_sitestartdir}
|
||||
pushd $RPM_BUILD_DIR/%{name}-%{version}/src-util
|
||||
make clean
|
||||
make EMACS=xemacs lispdir="%{_xemacs_sitelispdir}/%{pkg}"
|
||||
make install-lispLISP DESTDIR=$RPM_BUILD_ROOT EMACS=xemacs lispdir="%{_xemacs_sitelispdir}/%{pkg}" INSTALL="install -p"
|
||||
popd
|
||||
mkdir -p $RPM_BUILD_ROOT%{_xemacs_sitelispdir}/%{pkg}
|
||||
cp $RPM_BUILD_ROOT%{_emacs_sitelispdir}/%{pkg}/*.el \
|
||||
$RPM_BUILD_ROOT%{_xemacs_sitelispdir}/%{pkg}/.
|
||||
%endif
|
||||
|
||||
%check
|
||||
sed -e "s|@datadir@|$PWD|" -e "s|@PACKAGE@|mkanthydic|" \
|
||||
anthy-unicode.conf.in > test.conf
|
||||
_TEST_ENV="LD_LIBRARY_PATH=$PWD/src-main/.libs:$PWD/src-worddic/.libs"
|
||||
_TEST_ENV="$_TEST_ENV CONFFILE=$PWD/test.conf"
|
||||
cd test
|
||||
env $_TEST_ENV ./anthy --all
|
||||
env $_TEST_ENV ./checklib
|
||||
cd ../src-util
|
||||
env $_TEST_ENV ./anthy-dic-tool-unicode --load dic-tool-input
|
||||
diff $HOME/.config/anthy/private_words_default dic-tool-result
|
||||
env $_TEST_ENV ./anthy-dic-tool-unicode --dump
|
||||
mkdir -p $HOME/.anthy
|
||||
mv $HOME/.config/anthy/private_words_default $HOME/.anthy
|
||||
env $_TEST_ENV ./anthy-dic-tool-unicode --migrate
|
||||
diff $HOME/.config/anthy/private_words_default dic-tool-result
|
||||
cd ..
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog DIARY NEWS README
|
||||
%license COPYING
|
||||
%{_bindir}/*
|
||||
%config(noreplace) %{_sysconfdir}/*.conf
|
||||
%{_libdir}/lib*.so.*
|
||||
%{_datadir}/%{pkg}/
|
||||
|
||||
%files -n emacs-%{pkg}
|
||||
%doc doc/ELISP
|
||||
%{_emacs_sitelispdir}/%{pkg}/*.el
|
||||
%{_emacs_sitelispdir}/%{pkg}/*.elc
|
||||
%{_emacs_sitestartdir}/*.el
|
||||
%dir %{_emacs_sitelispdir}/%{pkg}
|
||||
|
||||
%if %{with xemacs}
|
||||
%files -n xemacs-%{pkg}
|
||||
%doc doc/ELISP
|
||||
%{_xemacs_sitelispdir}/%{pkg}/*.el
|
||||
%if %{with xemacs}
|
||||
%{_xemacs_sitelispdir}/%{pkg}/*.elc
|
||||
%endif
|
||||
%{_xemacs_sitestartdir}/*.el
|
||||
%dir %{_xemacs_sitelispdir}/%{pkg}
|
||||
%endif
|
||||
|
||||
%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
|
||||
%{_includedir}/*
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 20 2022 misaka00251 <misaka00251@misakanet.cn> - 1.0.0.20211224-1
|
||||
- Init package
|
||||
4
anthy-unicode.yaml
Normal file
4
anthy-unicode.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: fujiwarat/anthy-unicode
|
||||
tag_prefix: ""
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user