update to 0.4.93
This commit is contained in:
parent
7502352e31
commit
403d2d3477
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/libpinyin-0.3.0.tar.gz
|
||||
/libpinyin-0.4.91.tar.gz
|
||||
/libpinyin-0.4.92.tar.gz
|
||||
/libpinyin-0.4.93.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: libpinyin
|
||||
Version: 0.4.92
|
||||
Release: 2%{?dist}
|
||||
Version: 0.4.93
|
||||
Release: 1%{?dist}
|
||||
Summary: Library to deal with pinyin
|
||||
|
||||
License: GPLv2+
|
||||
@ -32,6 +32,13 @@ Requires: %{name} = %{version}-%{release}
|
||||
%description data
|
||||
The %{name}-data package contains data files.
|
||||
|
||||
%package tools
|
||||
Summary: Tools for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
The %{name}-tools package contains tools.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -68,7 +75,15 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%doc
|
||||
%{_datadir}/libpinyin/data
|
||||
|
||||
%files tools
|
||||
%{_bindir}/gen_binary_files
|
||||
%{_bindir}/import_interpolation
|
||||
%{_bindir}/gen_unigram
|
||||
|
||||
%changelog
|
||||
* Fri Jan 13 2012 Peng Wu <pwu@redhat.com> - 0.4.93-1
|
||||
- Update to 0.4.93
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.92-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user