- License fix
This commit is contained in:
parent
5a1f276e99
commit
c6d688cdbe
@ -1,6 +1,6 @@
|
||||
%define mainver 0.96
|
||||
%undefine betaver
|
||||
%define fedorarel 1
|
||||
%define fedorarel 2
|
||||
|
||||
# Note:
|
||||
# mecab dictionary requires mecab-devel to rebuild it,
|
||||
@ -9,14 +9,14 @@
|
||||
Name: mecab
|
||||
Version: %{mainver}
|
||||
%if %{?betaver:0}%{!?betaver:1}
|
||||
Release: %{fedorarel}%{?dist}.2
|
||||
Release: %{fedorarel}%{?dist}
|
||||
%else
|
||||
Release: 0.%{fedorarel}.%{betaver}%{?dist}
|
||||
%endif
|
||||
Summary: Yet Another Part-of-Speech and Morphological Analyzer
|
||||
|
||||
Group: Applications/Text
|
||||
License: BSD or LGPLv2 or GPLv2
|
||||
License: BSD or LGPL+ or GPL+
|
||||
URL: http://mecab.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{mainver}%{?betaver}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -109,6 +109,9 @@ cd ..
|
||||
%{_includedir}/%{name}.h
|
||||
|
||||
%changelog
|
||||
* Thu Oct 25 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.96-2
|
||||
- License fix
|
||||
|
||||
* Wed Aug 22 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.96-1.dist.2
|
||||
- Mass rebuild (buildID or binutils issue)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user