summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-01-09 11:24:18 +0800
committerPeng Wu <alexepico@gmail.com>2012-01-09 11:24:18 +0800
commit35b1fe95f26dfb0581d7212f61b402091d6c68d2 (patch)
tree9b255662bc3a8cad0a9154374c3c8ffe838e7aba
parent3a9fd71ff8083d94ef144ef88ec56c2e3b160f5e (diff)
downloadlibpinyin-35b1fe95f26dfb0581d7212f61b402091d6c68d2.tar.gz
libpinyin-35b1fe95f26dfb0581d7212f61b402091d6c68d2.tar.xz
libpinyin-35b1fe95f26dfb0581d7212f61b402091d6c68d2.zip
update libpinyin.spec.in
-rw-r--r--libpinyin.spec.in32
1 files changed, 29 insertions, 3 deletions
diff --git a/libpinyin.spec.in b/libpinyin.spec.in
index 39f52bc..7960d31 100644
--- a/libpinyin.spec.in
+++ b/libpinyin.spec.in
@@ -8,7 +8,7 @@ URL: https://github.com/libpinyin/libpinyin
Source0: https://github.com/downloads/libpinyin/libpinyin/%{name}-%{version}.tar.gz
BuildRequires: db4-devel, glib2-devel
-#Requires:
+Requires: %{name}-data = %{version}-%{release}
%description
The libpinyin project aims to provide the algorithms core
@@ -32,6 +32,14 @@ Requires: %{name} = %{version}-%{release}
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
@@ -40,9 +48,7 @@ The %{name}-data package contains data files.
%configure --disable-static
make %{?_smp_mflags}
-
%install
-rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
@@ -68,7 +74,27 @@ 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
+* Mon Jan 09 2012 Peng Wu <pwu@redhat.com> - 0.4.92-2
+- Split tools sub package
+
+* Thu Dec 29 2011 Peng Wu <pwu@redhat.com> - 0.4.92-1
+- Update to 0.4.92
+
+* Tue Dec 27 2011 Peng Wu <pwu@redhat.com> - 0.4.91-1
+- Update to 0.4.91
+
+* Fri Nov 18 2011 Peng Wu <pwu@redhat.com> - 0.3.0-1
+- Update to 0.3.0
+
+* Thu Nov 03 2011 Peng Wu <pwu@redhat.com> - 0.2.99.3-1
+- Update to 0.2.99.3
+
* Tue Oct 11 2011 Peng Wu <pwu@redhat.com> - 0.2.99.2-1
- Update to 0.2.99.2