SHA256
1
0
forked from pool/fwnn
OBS User unknown 2007-03-30 00:33:34 +00:00 committed by Git OBS Bridge
parent 3dae8686e7
commit 0a4fe9ae83
2 changed files with 70 additions and 63 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 30 02:21:51 CEST 2007 - ro@suse.de
- added ncurses-devel to buildreq
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 25 21:36:04 CET 2006 - mls@suse.de Wed Jan 25 21:36:04 CET 2006 - mls@suse.de

View File

@ -1,30 +1,30 @@
# #
# spec file for package fwnn (Version 1.1.1a017) # spec file for package fwnn (Version 1.1.1a017)
# #
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
# Please submit bugfixes or comments via http://bugs.opensuse.org # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild # norootforbuild
Name: fwnn Name: fwnn
BuildRequires: termcap BuildRequires: ncurses-devel termcap
%define base_version 1.1.1 %define base_version 1.1.1
%define alpha_version a017 %define alpha_version a017
License: GPL License: GNU General Public License (GPL)
Group: System/I18n/Japanese Group: System/I18n/Japanese
Requires: fwnncom Requires: fwnncom
Conflicts: wnn6 Conflicts: wnn6
Prereq: /usr/sbin/useradd %insserv_prereq %fillup_prereq Prereq: /usr/sbin/useradd %insserv_prereq %fillup_prereq
Autoreqprov: on Autoreqprov: on
Version: 1.1.1a017 Version: 1.1.1a017
Release: 549 Release: 588
URL: http://www.freewnn.org URL: http://www.freewnn.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: FreeWnn Japanese Input System - Server only Summary: FreeWnn Japanese Input System--Server Only
Source: ftp://ftp.etl.go.jp/pub/FreeWnn/alpha/FreeWnn-%{base_version}-%{alpha_version}.tar.bz2 Source: ftp://ftp.etl.go.jp/pub/FreeWnn/alpha/FreeWnn-%{base_version}-%{alpha_version}.tar.bz2
Source1: rcfwnn Source1: rcfwnn
Source2: rcfcwnn Source2: rcfcwnn
@ -76,13 +76,13 @@ The name "Wnn", is an acronym for the Japanese sentence "Watashino
Namaeha Nakanodesu" (literally, it means "my name is Nakano."), and is Namaeha Nakanodesu" (literally, it means "my name is Nakano."), and is
derived from a goal of the project: to develop a system powerful enough derived from a goal of the project: to develop a system powerful enough
to translate a whole sentence like that at once. The source code has to translate a whole sentence like that at once. The source code has
been written in C, and is freely distributed. Consequently, Wnn spread been written in C and is freely distributed. Consequently, Wnn spread
widely among workstation platforms, and became a de-facto standard as a widely among workstation platforms, and became a de facto standard as a
Kana-Kanji translation system for UNIX operating systems. Kana-Kanji translation system for UNIX operating systems.
Wnn works in a client-server manner. The server portion of Wnn, or Wnn works in a client/server manner. The server portion of Wnn, or
jserver, is used as a Kana-Kanji translation engine for clients like jserver, is used as a Kana-Kanji translation engine for clients like
"xwnmo" and "kinput2" (input systems for the X Window System), or for "xwnmo" and "kinput2" (input systems for the X Window System) or for
clients like "Egg", which are part of Mule (MUlti-Lingual Emacs) and clients like "Egg", which are part of Mule (MUlti-Lingual Emacs) and
XEmacs. XEmacs.
@ -648,7 +648,9 @@ chroot . usr/bin/kwnntouch var/lib/wnn/ko_KR/dic/sys/*.*
# %config /var/lib/wnn/ximrc_vi # %config /var/lib/wnn/ximrc_vi
# %config /var/lib/wnn/cvt_xim_tbl # %config /var/lib/wnn/cvt_xim_tbl
%changelog -n fwnn %changelog
* Fri Mar 30 2007 - ro@suse.de
- added ncurses-devel to buildreq
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Sat Jan 14 2006 - schwab@suse.de * Sat Jan 14 2006 - schwab@suse.de