update 0.5.91
This commit is contained in:
parent
8db947f122
commit
006b8e9081
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/libpinyin-0.4.92.tar.gz
|
||||
/libpinyin-0.4.93.tar.gz
|
||||
/libpinyin-0.5.0.tar.gz
|
||||
/libpinyin-0.5.91.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: libpinyin
|
||||
Version: 0.5.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.5.91
|
||||
Release: 1%{?dist}
|
||||
Summary: Library to deal with pinyin
|
||||
|
||||
License: GPLv2+
|
||||
@ -32,6 +32,7 @@ Requires: %{name} = %{version}-%{release}
|
||||
%description data
|
||||
The %{name}-data package contains data files.
|
||||
|
||||
|
||||
%package tools
|
||||
Summary: Tools for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
@ -79,8 +80,12 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_bindir}/gen_binary_files
|
||||
%{_bindir}/import_interpolation
|
||||
%{_bindir}/gen_unigram
|
||||
%{_mandir}/man1/*.1.*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 13 2012 Peng Wu <pwu@redhat.com> - 0.5.91-1
|
||||
- Update to 0.5.91
|
||||
|
||||
* Sun Jan 29 2012 Peng Wu <pwu@redhat.com> - 0.5.0-2
|
||||
- Fixes pinyin parsers
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user