0.99
This commit is contained in:
parent
2db07ef974
commit
9e8fad5ce9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
mecab-0.98.tar.gz
|
||||
/mecab-0.99.tar.gz
|
||||
|
15
mecab.spec
15
mecab.spec
@ -1,6 +1,6 @@
|
||||
%define mainver 0.98
|
||||
%define mainver 0.99
|
||||
#%%define betaver pre3
|
||||
%define fedorarel 2
|
||||
%define fedorarel 1
|
||||
|
||||
# Note:
|
||||
# mecab dictionary requires mecab-devel to rebuild it,
|
||||
@ -18,9 +18,7 @@ Summary: Yet Another Part-of-Speech and Morphological Analyzer
|
||||
Group: Applications/Text
|
||||
License: BSD or LGPLv2+ or GPL+
|
||||
URL: http://mecab.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{mainver}%{?betaver}.tar.gz
|
||||
# http://lists.sourceforge.jp/mailman/archives/mecab-users/2008-April/000324.html
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Source0: http://mecab.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||
|
||||
%description
|
||||
MeCab is a open source morphological analyzer which uses
|
||||
@ -69,7 +67,6 @@ find . -name \*.cpp -print0 | xargs -0 %{__chmod} 0644
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
%{__make} install \
|
||||
DESTDIR=$RPM_BUILD_ROOT \
|
||||
INSTALL="%{__install} -c -p"
|
||||
@ -87,9 +84,6 @@ cd tests
|
||||
%{__make} check || :
|
||||
cd ..
|
||||
|
||||
%clean
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
@ -115,6 +109,9 @@ cd ..
|
||||
%{_includedir}/%{name}.h
|
||||
|
||||
%changelog
|
||||
* Mon Jan 9 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.99-1
|
||||
- 0.99
|
||||
|
||||
* Thu Jan 5 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.98-2
|
||||
- F-17: rebuild against gcc47
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user