summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-09-28 11:57:29 +0800
committerPeng Wu <alexepico@gmail.com>2011-09-28 11:57:29 +0800
commitd9a4f1249a803408adb00e11306ea17644acd109 (patch)
tree9e614b0ada69dca216ce4c3a690f3a325200efba
parent8991f91d9fe77903b558ffc07d8186e3d7236afb (diff)
downloadlibpinyin-d9a4f1249a803408adb00e11306ea17644acd109.tar.gz
libpinyin-d9a4f1249a803408adb00e11306ea17644acd109.tar.xz
libpinyin-d9a4f1249a803408adb00e11306ea17644acd109.zip
update libpinyin.spec.in
-rw-r--r--libpinyin.spec.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/libpinyin.spec.in b/libpinyin.spec.in
index 1197f3f..16ca12f 100644
--- a/libpinyin.spec.in
+++ b/libpinyin.spec.in
@@ -1,6 +1,6 @@
Name: libpinyin
Version: @VERSION@
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: Library to deal with pinyin
License: GPLv2+
@@ -11,7 +11,8 @@ BuildRequires: db4-devel, glib2-devel
#Requires:
%description
-The libpinyin project aims to provide the algorithms core for intelligent sentence-based Chinese pinyin input methods.
+The libpinyin project aims to provide the algorithms core
+for intelligent sentence-based Chinese pinyin input methods.
%package devel
@@ -24,7 +25,7 @@ developing applications that use %{name}.
%package data
-Summary: data files for %{name}
+Summary: Data files for %{name}
Requires: %{name} = %{version}-%{release}
%description data
@@ -58,6 +59,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%files devel
%doc
+%dir %{_includedir}/libpinyin-0.3
%{_includedir}/libpinyin-0.3/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libpinyin.pc
@@ -67,6 +69,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_datadir}/libpinyin/data
%changelog
+* Wed Sep 28 2011 Peng Wu <pwu@redhat.com> - 0.2.99.1-1
+- Update to 0.2.99.1
+
* Thu Sep 08 2011 Peng Wu <pwu@redhat.com> - 0.2.99-2
- Split data sub package