SHA256
1
0
forked from pool/anthy
Dominique Leuenberger 2018-09-04 20:56:04 +00:00 committed by Git OBS Bridge
commit 1d47638ec8
2 changed files with 57 additions and 37 deletions

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Sep 1 12:13:32 UTC 2018 - Ismail Dönmez <idonmez@suse.com>
- Cleanup spec file with spec-cleaner
- Don't install INSTALL file
- Use %bcond_with{out}
-------------------------------------------------------------------
Fri Aug 31 10:19:58 UTC 2018 - qzhao@suse.com
- Update anthy.spec: Divide openSUSE build with emacs function and
SLE doesn't need it.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 8 17:26:49 UTC 2018 - msuchanek@suse.com Thu Feb 8 17:26:49 UTC 2018 - msuchanek@suse.com

View File

@ -16,22 +16,14 @@
# #
%if 0%{?is_opensuse}
%bcond_without emacs
%else
%bcond_with emacs
%endif
Name: anthy Name: anthy
BuildRequires: emacs-x11
BuildRequires: fdupes
BuildRequires: libtool
BuildRequires: xemacs
Version: 9100h Version: 9100h
Release: 0 Release: 0
Url: https://osdn.jp/projects/anthy/
Source0: anthy-%{version}.tar.bz2
Source1: suse-start-anthy.el
Source2: baselibs.conf
Patch2: anthy-last-command-char-xemacs.patch
Patch3: bugzilla-224463-comparison-with-string-literal.patch
# PATCH-FIX-OPENSUSE anthy-use-last-command-event.diff bnc#849211 tiwai@suse.de
Patch4: anthy-use-last-command-event.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Kana-Kanji Conversion Engine Summary: Kana-Kanji Conversion Engine
# Summary(ja): 仮名漢字変換エンジン # Summary(ja): 仮名漢字変換エンジン
# Anthy(旧称Ancy) # Anthy(旧称Ancy)
@ -44,8 +36,22 @@ Summary: Kana-Kanji Conversion Engine
# 著者: # 著者:
# ------ # ------
# 田畑 悠介 <yusuke@kmc.kyoto-u.ac.jp> # 田畑 悠介 <yusuke@kmc.kyoto-u.ac.jp>
License: GPL-2.0+ and LGPL-2.1+ License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: System/I18n/Japanese Group: System/I18n/Japanese
URL: https://osdn.jp/projects/anthy/
Source0: anthy-%{version}.tar.bz2
Source1: suse-start-anthy.el
Source2: baselibs.conf
Patch2: anthy-last-command-char-xemacs.patch
Patch3: bugzilla-224463-comparison-with-string-literal.patch
# PATCH-FIX-OPENSUSE anthy-use-last-command-event.diff bnc#849211 tiwai@suse.de
Patch4: anthy-use-last-command-event.diff
BuildRequires: fdupes
BuildRequires: libtool
%if %{with emacs}
BuildRequires: emacs-x11
BuildRequires: xemacs
%endif
%description %description
Anthy (previously called 'Ancy'): Anthy (previously called 'Ancy'):
@ -59,7 +65,7 @@ Heke Project).
%package devel %package devel
Summary: Include Files and Libraries mandatory for Development. Summary: Include Files and Libraries mandatory for Development.
License: GPL-2.0+ License: GPL-2.0-or-later
Group: System/I18n/Japanese Group: System/I18n/Japanese
Requires: %{name} = %{version} Requires: %{name} = %{version}
# Summary(ja): Anthy のヘッダファイル及びライブラリです。 # Summary(ja): Anthy のヘッダファイル及びライブラリです。
@ -80,8 +86,8 @@ to develop applications that require these.
%build %build
autoreconf --force --install autoreconf --force --install
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ CFLAGS="%{optflags} -fno-strict-aliasing" \
CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ CXXFLAGS="%{optflags} -fno-strict-aliasing" \
%configure --disable-static --with-pic %configure --disable-static --with-pic
make %{?_smp_mflags} make %{?_smp_mflags}
@ -90,41 +96,42 @@ cd test
./anthy --all ./anthy --all
%install %install
%makeinstall %make_install
install -m 644 $RPM_SOURCE_DIR/suse-start-anthy.el $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/ %if %{with emacs}
install -m 644 $RPM_SOURCE_DIR/suse-start-anthy.el %{buildroot}%{_datadir}/emacs/site-lisp/
# compile the XEmacs versions of the emacs-lisp files and install them: # compile the XEmacs versions of the emacs-lisp files and install them:
pushd src-util pushd src-util
rm -f *.elc rm -f *.elc
# make EMACS=xemacs # make EMACS=xemacs
EMACS=xemacs ../elisp-comp *.el EMACS=xemacs ../elisp-comp *.el
mkdir -p $RPM_BUILD_ROOT/usr/share/xemacs/site-packages/lisp/anthy mkdir -p %{buildroot}%{_datadir}/xemacs/site-packages/lisp/anthy
install -m 644 *.el *.elc $RPM_BUILD_ROOT/usr/share/xemacs/site-packages/lisp/anthy install -m 644 *.el *.elc %{buildroot}%{_datadir}/xemacs/site-packages/lisp/anthy
popd popd
%fdupes $RPM_BUILD_ROOT/usr/share %endif
%{__rm} -f %{buildroot}%{_libdir}/*.la %fdupes %{buildroot}%{_datadir}
find %{buildroot} -type f -name "*.la" -delete -print
# remove unneeded Makefiles for documents # remove unneeded Makefiles for documents
rm -f doc/Makefile.* rm -f doc/Makefile.*
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%defattr(-, root, root) %doc AUTHORS ChangeLog DIARY NEWS README doc
%doc AUTHORS COPYING ChangeLog DIARY INSTALL NEWS README %license COPYING
%doc doc
%config %{_sysconfdir}/anthy-conf %config %{_sysconfdir}/anthy-conf
%dir /usr/share/anthy/ %dir %{_datadir}/anthy/
/usr/share/anthy/* %{_datadir}/anthy/*
%{_bindir}/* %{_bindir}/*
%{_libdir}/*.so.* %{_libdir}/*.so.*
/usr/share/emacs/site-lisp/* %if %{with emacs}
/usr/share/xemacs/* %{_datadir}/emacs/site-lisp/*
%{_datadir}/xemacs/*
%endif
%files devel %files devel
%defattr(-, root, root) %dir %{_includedir}/anthy/
%dir /usr/include/anthy/ %{_includedir}/anthy/*
/usr/include/anthy/*
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/pkgconfig/anthy.pc %{_libdir}/pkgconfig/anthy.pc