]> git.pld-linux.org Git - packages/chasen.git/blob - chasen.spec
- new, for namazu, NFY, my 1st
[packages/chasen.git] / chasen.spec
1 # TODO: it should be reviewed by ac/am specialist and generally
2 #               by more experienced PLD developers.
3 #               I stole spec from:
4 # http://sacral.c.u-tokyo.ac.jp/~hasimoto/Pineapple/0.2/testing/SPECS/chasen.spec
5 Summary:        Japanese Morphological Analysis System, ChaSen
6 Summary(pl):    System analizy morfologii japoñskiej, ChaSen
7 Name:           chasen
8 Version:        2.2.8
9 #Version:       2.2.9
10 #Version:       2.3.3
11 Release:        1
12 Epoch:          0
13 License:        freeware
14 Group:          Applications/Text
15 Source0:        http://chasen.aist-nara.ac.jp/stable/chasen/%{name}-%{version}.tar.gz
16 # Source0-md5:  492fce8f554d7d2ff720a8b5453ac624
17 URL:            http://chasen.aist-nara.ac.jp/
18 #BuildRequires: -
19 #PreReq:                -
20 #Requires(pre,post):    -
21 #Requires(preun):       -
22 #Requires(postun):      -
23 #Requires:      -
24 #Provides:      -
25 #Obsoletes:     -
26 #Conflicts:     -
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 Japanese Morphological Analysis System.
31
32 %description -l pl
33 System analizy morfologii japoñskiej, ChaSen
34
35 %package devel
36 Summary:        Libraries and header files for ChaSen developers.
37 Summary(pl):    Biblioteki i pliki nag³ówkowe dla deweloperów ChaSen.
38 Group:  Development/Libraries
39
40 %description devel
41 Libraries and header files for ChaSen developers.
42
43 %description devel -l pl
44 Biblioteki i pliki nag³ówkowe dla deweloperów ChaSen.
45
46 %prep
47 %setup -q
48
49 %build
50 %{__aclocal}
51 %{__autoheader}
52 %{__libtoolize}
53 %{__automake}
54 %{__autoconf}
55 %configure
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60 # create directories if necessary
61 install -d $RPM_BUILD_ROOT
62
63 %{__make} install \
64         DESTDIR=$RPM_BUILD_ROOT
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files
70 %defattr(644,root,root,755)
71 %doc AUTHORS ChangeLog COPYING INSTALL INSTALL-ja NEWS NEWS-ja README README-ja
72 %attr(755,root,root) %{_bindir}/*
73 %{_datadir}/%{name}
74 %{_libdir}/*
75 %{_datadir}/chasen
76 %{_libexecdir}/chasen
77
78 %files devel
79 %defattr(644,root,root,755)
80 %{_includedir}/*
81 %{_libdir}/*
This page took 0.123573 seconds and 4 git commands to generate.