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