source: projects/specs/trunk/c/chasen/chasen-vl.spec @ 521

Revision 521, 2.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:         chasen
2Summary:      Japanese Morphological Analysis System, ChaSen
3Summary(ja):  茶筌 - 日本語形態素解析システム
4Version:      2.4.4
5Release:      1%{?_dist_release}
6License:      BSD, Other License(s), see package
7Group:        Applications/Text
8URL:          http://chasen-legacy.sourceforge.jp/
9Source0:      %{name}-%{version}.tar.gz
10BuildRoot:    %{_tmppath}/%{name}-%{version}-root
11BuildRequires: darts-devel >= 0.32
12Requires:     ipadic
13
14Vendor: Project Vine
15Distribution: Vine Linux
16
17Packager: inagaki
18
19%description
20Japanese Morphological Analysis System, ChaSen
21
22ChaSen version 1.0 is officially released on 19 February 1997 by
23Computational Linguistics Laboratory, Graduate School of Information
24Science, Nara Institute of Science and Technology (NAIST). It is a
25FREE Japanese Morphological analyser. It grows out of developing JUMAN
26version 2.0 and has made a significant improvement in system
27performance.  Origin of Package Name
28
29Where NAIST is situated (Takayama, Nara) is famous for producing a tea
30whisk used in traditional Japanese tea ceremony. The Japanese name for
31the tea whisk is called "chasen" and that is the reason for naming
32ChaSen for this package developed in NAIST.
33
34%package devel
35Summary:      Libraries and header files for ChaSen developers.
36Summary(ja):  茶筌の開発用ライブラリおよびヘッダファイル
37Group:        Development/Libraries
38Requires:     %{name} = %{version}-%{release}
39Requires:     darts >= 0.32
40
41%description devel
42Libraries and header files for ChaSen developers.
43
44%prep
45%setup -q
46
47%build
48%configure --with-darts=%{_includedir} --disable-static
49make
50
51%install
52[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
53%makeinstall
54
55rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
56
57%clean
58[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
59
60%post -p /sbin/ldconfig
61%postun -p /sbin/ldconfig
62
63%files
64%defattr(-,root,root)
65%doc AUTHORS COPYING ChangeLog NEWS README
66%doc doc/*.tex doc/*.pdf
67%{_bindir}/*
68%{_libdir}/*.so.*
69%{_libexecdir}/chasen
70
71%files devel
72%defattr(-,root,root)
73%{_includedir}/*
74%{_libdir}/*.so
75#{_libdir}/*.a
76#{_libdir}/*.la
77
78
79%changelog
80* Sun Jun  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.4-1
81- new upstream release
82- spec in UTF-8
83
84* Sat May 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.2-1
85- applied new versioning policy
86
87* Sat Mar 08 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.2-0vl1
88- new upstream release
89- updated url
90- fixed typo of kanji(ChaSen)
91- added %%{post,postun}
92
93* Sat May 19 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.0-0vl1
94- new upstream release
95- rebuilt with new toolchain
96
97* Mon Dec 19 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.3-0vl3
98- added Japanese summary
99- changed Group:
100
101* Tue May 25 2004 Satoshi MACHINO <machino@vinelinux.org> 2.3.3-0vl2
102- added BuildPrereq and Requires
103
104* Mon May 10 2004 Satoshi MACHINO <machino@vinelinux.org> 2.3.3-0vl1
105- intilal release
106 
Note: See TracBrowser for help on using the repository browser.