From 403d2d347710aaeb2a847daeaabbd46c44bfa941 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 13 Jan 2012 17:03:06 +0800 Subject: [PATCH] update to 0.4.93 --- .gitignore | 1 + libpinyin.spec | 19 +++++++++++++++++-- sources | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3527d0f..d576a70 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libpinyin.spec b/libpinyin.spec index 0e24bd1..2a00df3 100644 --- a/libpinyin.spec +++ b/libpinyin.spec @@ -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 - 0.4.93-1 +- Update to 0.4.93 + * Fri Jan 13 2012 Fedora Release Engineering - 0.4.92-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index f13b458..700acad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cfafa67fc49f55d4c24e34715a719b23 libpinyin-0.4.92.tar.gz +1e2514771e339465ff1f57d6b30fd357 libpinyin-0.4.93.tar.gz