source: projects/specs/trunk/m/mecab-naist-jdic/mecab-naist-jdic-vl.spec @ 12309

Revision 12309, 1.7 KB checked in by tomop, 4 years ago (diff)

updated 10 packages

PyYAML-5.1.2-1

lz4-1.9.2-1

libnet-1.1.6-2

libyaml-0.2.2-1

mecab-naist-jdic-0.6.3b.20111013-2

mecab-0.996-3

perl-HTTP-Cookies-6.04-8

perl-LWP-Protocol-https-6.07-10

perl-Mozilla-CA-20180117-7

swig-4.0.1-1

Line 
1%define ver    0.6.3b
2%define vdate  20111013
3
4Name:           mecab-naist-jdic
5Version:        %{ver}.%{vdate}
6Release:        2%{_dist_release}
7Summary:        NAIST Japanese Dictionary for MeCab
8Group:          Applications/Text
9
10Vendor:         Project Vine
11Distribution:   Vine Linux
12
13License:        BSD
14URL:            https://ja.osdn.net/projects/naist-jdic/
15Source0:        https://ja.osdn.net/dl/naist-jdic/%{name}-%{ver}-%{vdate}.tar.gz
16
17BuildRoot:      %{_tmppath}/%{name}-root
18BuildArch:      noarch
19
20BuildRequires:  mecab-devel
21Requires:       mecab
22
23%description
24 NAIST-jdic is an alternative of IPAdic.
25
26%description -l ja
27 NAIST-jdic は、IPAdic の代替です。 形態素解析用辞書 IPAdic の ICOT 条項を
28クリアするとともに、表記ゆれ情報、複合語情報を付与する作業を行っています。
29
30%prep
31%setup -q -n %{name}-%{ver}-%{vdate}
32
33%build
34%configure --with-charset=utf-8
35make %{?_smp_mflags}
36
37%install
38rm -rf %{buildroot}
39make install DESTDIR=%{buildroot}
40
41
42%clean
43rm -rf %{buildroot}
44
45
46%files
47%defattr(-,root,root,-)
48%license COPYING
49%doc AUTHORS ChangeLog INSTALL NEWS README RESULT
50%{_libdir}/mecab/dic/naist-jdic
51%dir %{_sysconfdir}/mecab/dic/naist-jdic
52%config(noreplace) %{_sysconfdir}/mecab/dic/naist-jdic/*
53
54%changelog
55* Wed Oct 30 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.6.3b.20111013-2
56- rebuilt with current environment.
57
58* Wed Oct 28 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.6.3b.20111013-1
59- new upstream release.
60
61* Thu Mar 31 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.6.3.20100801-1
62- new upstream release.
63
64* Sun Feb 21 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.6.2.20100208-1
65- initial build.
Note: See TracBrowser for help on using the repository browser.