OBS User unknown 2009-06-17 22:26:46 +00:00 committed by Git OBS Bridge
parent 149a07a3d3
commit 07d03f13eb

View File

@ -1,25 +1,32 @@
#
# spec file for package tamago (Version 4.0.6_20011017cvs)
#
# Copyright (c) 2004 SuSE Linux AG, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
# usedforbuild aaa_base acl attr bash bind-utils bison bzip2 coreutils cpio cpp cracklib cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv kbd less libacl libattr libgcc libselinux libstdc++ libxcrypt m4 make man mktemp module-init-tools ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-modules patch permissions popt ps pwdutils rcs readline sed sendmail strace syslogd sysvinit tar texinfo timezone unzip util-linux vim zlib zlib-devel XFree86-devel XFree86-libs autoconf automake binutils emacs emacs-x11 expat fontconfig fontconfig-devel gcc gdbm gettext libjpeg libpng libpng-devel libtiff libtool libungif perl rpm xaw3d
Name: tamago
BuildRequires: emacs-x11 giflib-devel libpng-devel libtiff-devel xorg-x11-devel
License: GPL
Group: System/I18n/Japanese
Requires: emacs
Autoreqprov: on
Version: 4.0.6_20011017cvs
Release: 534
URL: http://www.m17n.org/tamago
Name: tamago
BuildRequires: emacs-x11 giflib-devel libpng-devel libtiff-devel xorg-x11-devel
License: GPL v2 or later
Group: System/I18n/Japanese
Requires: emacs
AutoReqProv: on
Version: 4.0.6_20011017cvs
Release: 848
Url: http://www.m17n.org/tamago
# Other useful, tamago related URLs:
# http://emacs-20.ki.nu/tamago/
# http://cgi18.plala.or.jp/~nyy/canna/
@ -31,16 +38,16 @@ URL: http://www.m17n.org/tamago
# get the tamago CVS source with:
# cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/tamago co tamago
# and create the following tarball:
Source0: tamago-%{version}.tar.bz2
Source1: http://cgi18.plala.or.jp/nyy/canna/egg-canna.el.bz2
Source2: http://www.gcd.org/sengoku/boiling-egg/boiling-egg.el.bz2
Source3: http://www.m17n.org/tamago/pdf/ISFST99.pdf.bz2
Source4: http://www.m17n.org/tamago/pdf/LC99.pdf.bz2
Source5: suse-start.el
Patch0: eggrc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Summary: Multilingual input method for Emacs
Source0: tamago-%{version}.tar.bz2
Source1: http://cgi18.plala.or.jp/nyy/canna/egg-canna.el.bz2
Source2: http://www.gcd.org/sengoku/boiling-egg/boiling-egg.el.bz2
Source3: http://www.m17n.org/tamago/pdf/ISFST99.pdf.bz2
Source4: http://www.m17n.org/tamago/pdf/LC99.pdf.bz2
Source5: suse-start.el
Patch0: eggrc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Summary: Multilingual input method for Emacs
# Summary(ja): Emacs のための多言語入力方法
# %description -l ja
# すべてのソースが Emacs Lisp で実現されており、Tamago は、GNU Emacs
@ -54,7 +61,7 @@ Summary: Multilingual input method for Emacs
# TOMURA Satoru <tomura@etl.go.jp>
%description
Tamago offers a multilingual input enviroment for GNU Emacs (>= 20.5).
Tamago offers a multilingual input environment for GNU Emacs (>= 20.5).
It is completely written in Emacs Lisp and can use the backends FreeWnn
(jserver, cserver, tserver), Wnn6, SJ3 Ver.2, and Canna.
@ -62,9 +69,10 @@ It is completely written in Emacs Lisp and can use the backends FreeWnn
Authors:
--------
NIIBE Yutaka <gniibe@chroot.org>
KATAYAMA Yoshio <kate@pfu.co.jp>
TOMURA Satoru <tomura@etl.go.jp>
NIIBE Yutaka <gniibe@chroot.org>
KATAYAMA Yoshio <kate@pfu.co.jp>
TOMURA Satoru <tomura@etl.go.jp>
%prep
%setup -n tamago
@ -119,21 +127,21 @@ rm -fr $RPM_BUILD_ROOT
%{emacs_sitelisp_dir}/boiling-egg.el
%{emacs_sitelisp_dir}/boiling-egg.elc
%changelog -n tamago
* Wed Jan 25 2006 - mls@suse.de
%changelog
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Feb 06 2004 - hmacht@suse.de
* Fri Feb 06 2004 hmacht@suse.de
- building as non-root
* Wed May 21 2003 - ro@suse.de
* Wed May 21 2003 ro@suse.de
- remove CVS subdirs
* Wed Nov 13 2002 - ro@suse.de
* Wed Nov 13 2002 ro@suse.de
- use x-devel-packages
* Fri Feb 01 2002 - ro@suse.de
* Fri Feb 01 2002 ro@suse.de
- changed neededforbuild <libpng> to <libpng-devel-packages>
* Thu Nov 15 2001 - mfabian@suse.de
* Thu Nov 15 2001 mfabian@suse.de
- small fix to suse-start-tamago.el to make it work with Emacs 21
again
* Fri Nov 09 2001 - mfabian@suse.de
* Fri Nov 09 2001 mfabian@suse.de
- add libjpeg libpng libtiff libungif to '# neededforbuild'
* Fri Oct 19 2001 - mfabian@suse.de
* Fri Oct 19 2001 mfabian@suse.de
- new package: tamago-4.0.6_20011017cvs