Develop and Download Open Source Software

Browse Subversion Repository

Diff of /build/SPECS/mecab-ipadic.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 177 by mir, Tue Dec 9 05:42:39 2008 UTC revision 178 by mir, Thu Nov 26 09:10:05 2009 UTC
# Line 2  Line 2 
2  %define prefix /usr  %define prefix /usr
3  %define config --with-charset=utf8  %define config --with-charset=utf8
4  %define version 2.7.0.20070801  %define version 2.7.0.20070801
5  %define release tritonn.1.0.12  %define release tritonn.1.0.12a
6  %define file_suffix 2.7.0-20070801  %define file_suffix 2.7.0-20070801
7  %define mecab-version 0.97  %define mecab-version 0.98
8    
9  Name:      %{name}  Name:      %{name}
10  Version:   %{version}  Version:   %{version}
# Line 16  URL:       http://mecab.sourceforge.net/ Line 16  URL:       http://mecab.sourceforge.net/
16  Source:    %{name}-%{file_suffix}.tar.gz  Source:    %{name}-%{file_suffix}.tar.gz
17  Packager:  Tritonn Project <http://qwik.jp/tritonn/>  Packager:  Tritonn Project <http://qwik.jp/tritonn/>
18  BuildRoot: /tmp/%{name}-%{version}-root  BuildRoot: /tmp/%{name}-%{version}-root
19  Requires:  mecab >= 0.97  Requires:  mecab >= 0.98
20    
21  %description  %description
22  MeCab IPA is a dictionary for MeCab using CRF estimation  MeCab IPA is a dictionary for MeCab using CRF estimation
# Line 26  based on IPA corpus. This dictionary is Line 26  based on IPA corpus. This dictionary is
26  %setup -q -n %{name}-%{file_suffix}  %setup -q -n %{name}-%{file_suffix}
27    
28  %build  %build
29    CFLAGS="-g -O3" CXXFLAGS="-g -O3" \
30  ./configure --prefix=%{prefix} %{config}  ./configure --prefix=%{prefix} %{config}
31  make  make
32    
# Line 56  cp *.csv ${RPM_BUILD_ROOT}%{prefix}/lib/ Line 57  cp *.csv ${RPM_BUILD_ROOT}%{prefix}/lib/
57  %{prefix}/lib/mecab/dic/ipadic/feature.def  %{prefix}/lib/mecab/dic/ipadic/feature.def
58    
59  %changelog  %changelog
60    * Thu Nov 26 2009 Tetsuro IKEDA <te.ikeda@jpta.scs.co.jp> 2.7.0.20070801-tritonn-1.0.12a
61    - Tritonn 1.0.12a
62    
63  * Tue Dec 09 2008 Tetsuro IKEDA <te.ikeda@jpta.scs.co.jp> 2.7.0.20070801-tritonn-1.0.12  * Tue Dec 09 2008 Tetsuro IKEDA <te.ikeda@jpta.scs.co.jp> 2.7.0.20070801-tritonn-1.0.12
64  - Tritonn 1.0.12  - Tritonn 1.0.12
65    

Legend:
Removed from v.177  
changed lines
  Added in v.178

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26