update.log
This commit is contained in:
parent
5cddbe34cc
commit
46c4337e32
@ -1 +1 @@
|
||||
mecab-ipadic-2.7.0-20060707.tar.gz
|
||||
mecab-ipadic-2.7.0-20070610.tar.gz
|
||||
|
@ -1,79 +0,0 @@
|
||||
This package was debianized by TSUCHIYA Masatoshi <tsuchiya@namazu.org> on
|
||||
Thu, 14 Aug 2003 02:49:31 +0900.
|
||||
|
||||
It was downloaded from <http://mecab.sourceforge.jp/src/>.
|
||||
|
||||
Upstream Author: ChaSen development team <chasen@cl.aist-nara.ac.jp>
|
||||
|
||||
Copyright:
|
||||
|
||||
Copyright 2000 Nara Institute of Science
|
||||
and Technology. All Rights Reserved.
|
||||
|
||||
Use, reproduction, and distribution of this software is permitted.
|
||||
Any copy of this software, whether in its original form or modified,
|
||||
must include both the above copyright notice and the following
|
||||
paragraphs.
|
||||
|
||||
Nara Institute of Science and Technology (NAIST),
|
||||
the copyright holders, disclaims all warranties with regard to this
|
||||
software, including all implied warranties of merchantability and
|
||||
fitness, in no event shall NAIST be liable for
|
||||
any special, indirect or consequential damages or any damages
|
||||
whatsoever resulting from loss of use, data or profits, whether in an
|
||||
action of contract, negligence or other tortuous action, arising out
|
||||
of or in connection with the use or performance of this software.
|
||||
|
||||
A large portion of the dictionary entries
|
||||
originate from ICOT Free Software. The following conditions for ICOT
|
||||
Free Software applies to the current dictionary as well.
|
||||
|
||||
Each User may also freely distribute the Program, whether in its
|
||||
original form or modified, to any third party or parties, PROVIDED
|
||||
that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
|
||||
on, or be attached to, the Program, which is distributed substantially
|
||||
in the same form as set out herein and that such intended
|
||||
distribution, if actually made, will neither violate or otherwise
|
||||
contravene any of the laws and regulations of the countries having
|
||||
jurisdiction over the User or the intended distribution itself.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
The program was produced on an experimental basis in the course of the
|
||||
research and development conducted during the project and is provided
|
||||
to users as so produced on an experimental basis. Accordingly, the
|
||||
program is provided without any warranty whatsoever, whether express,
|
||||
implied, statutory or otherwise. The term "warranty" used herein
|
||||
includes, but is not limited to, any warranty of the quality,
|
||||
performance, merchantability and fitness for a particular purpose of
|
||||
the program and the nonexistence of any infringement or violation of
|
||||
any right of any third party.
|
||||
|
||||
Each user of the program will agree and understand, and be deemed to
|
||||
have agreed and understood, that there is no warranty whatsoever for
|
||||
the program and, accordingly, the entire risk arising from or
|
||||
otherwise connected with the program is assumed by the user.
|
||||
|
||||
Therefore, neither ICOT, the copyright holder, or any other
|
||||
organization that participated in or was otherwise related to the
|
||||
development of the program and their respective officials, directors,
|
||||
officers and other employees shall be held liable for any and all
|
||||
damages, including, without limitation, general, special, incidental
|
||||
and consequential damages, arising out of or otherwise in connection
|
||||
with the use or inability to use the program or any product, material
|
||||
or result produced or otherwise obtained by using the program,
|
||||
regardless of whether they have been advised of, or otherwise had
|
||||
knowledge of, the possibility of such damages at any time during the
|
||||
project or thereafter. Each user will be deemed to have agreed to the
|
||||
foregoing by his or her commencement of use of the program. The term
|
||||
"use" as used herein includes, but is not limited to, the use,
|
||||
modification, copying and distribution of the program and the
|
||||
production of secondary products from the program.
|
||||
|
||||
In the case where the program, whether in its original form or
|
||||
modified, was distributed or delivered to or received by a user from
|
||||
any person, organization or entity other than ICOT, unless it makes or
|
||||
grants independently of ICOT any specific warranty to the user in
|
||||
writing, such person, organization or entity, will also be exempted
|
||||
from and not be held liable to the user for any such damages as noted
|
||||
above as far as the program is concerned.
|
@ -1,7 +1,7 @@
|
||||
# This spec file is very similar with mecab-jumandic
|
||||
|
||||
%define majorver 2.7.0
|
||||
%define date 20060707
|
||||
%define date 20070610
|
||||
|
||||
# The data in MeCab dic are compiled by arch-dependent binaries
|
||||
# and the created data are arch-dependent.
|
||||
@ -11,14 +11,13 @@
|
||||
|
||||
Name: mecab-ipadic
|
||||
Version: %{majorver}.%{date}
|
||||
Release: 2%{?dist}.1
|
||||
Release: 1%{?dist}
|
||||
Summary: IPA dictionary for MeCab
|
||||
|
||||
Group: Applications/Text
|
||||
License: MIT-ish (See LICENSE.*)
|
||||
URL: http://mecab.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/mecab/%{name}-%{majorver}-%{date}.tar.gz
|
||||
Source1: http://packages.debian.org/changelogs/pool/non-free/m/mecab-ipadic/mecab-ipadic_2.7.0+20060707-1/mecab-ipadic.copyright
|
||||
Source2: http://www.icot.or.jp/ARCHIVE/terms-and-conditions-for-IFS-J.html
|
||||
Source3: LICENSE.Fedora
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -77,7 +76,6 @@ This dictionary is for EUC-JP use.
|
||||
%{__mv} -f UTF-8/* .
|
||||
%{__make} install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
%{__cp} -p %{SOURCE1} LICENSE.en
|
||||
%{__cp} -p %{SOURCE2} LICENSE.jp.html
|
||||
%{__cp} -p %{SOURCE3} .
|
||||
|
||||
@ -102,16 +100,19 @@ fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE.*
|
||||
%doc COPYING LICENSE.* README
|
||||
%{_libdir}/mecab/dic/ipadic/
|
||||
|
||||
%files EUCJP
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE.*
|
||||
%doc COPYING LICENSE.* README
|
||||
%{_libdir}/mecab/dic/ipadic-EUCJP/
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 11 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 2.7.0.20070610
|
||||
- New release 2.7.0-20070610
|
||||
|
||||
* Sat Mar 24 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 2.7.0.20060707-2
|
||||
- Fix typo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user