update to 0.4.93

This commit is contained in:
Peng Wu 2012-01-13 17:03:06 +08:00
parent 7502352e31
commit 403d2d3477
3 changed files with 19 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
cfafa67fc49f55d4c24e34715a719b23 libpinyin-0.4.92.tar.gz
1e2514771e339465ff1f57d6b30fd357 libpinyin-0.4.93.tar.gz