From 0b39fcddaa42abf17471e06a08bbe8552ae5bc9d Mon Sep 17 00:00:00 2001 From: Ville-Pekka Vainio Date: Sun, 2 Mar 2008 12:13:34 +0000 Subject: [PATCH] New subpackage voikko-tools --- libvoikko.spec | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/libvoikko.spec b/libvoikko.spec index 1511766..3218173 100644 --- a/libvoikko.spec +++ b/libvoikko.spec @@ -1,6 +1,6 @@ Name: libvoikko Version: 1.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Voikko is a library for spellcheckers and hyphenators Group: System Environment/Libraries @@ -33,6 +33,15 @@ Requires: %{name} = %{version}-%{release} The %{name}-devel package contains libraries and header files for developing applications that use %{name}. +%package -n voikko-tools +Summary: Test tools for %{name} +Group: Applications/Text +Requires: %{name} = %{version}-%{release} + +%description -n voikko-tools +This package contains voikkospell and voikkohyphenate, small command line +tools for testing libvoikko. These tools may also be useful for shell +scripts. %prep %setup -q @@ -65,6 +74,8 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc ChangeLog COPYING README %{_libdir}/*.so.* + +%files -n voikko-tools %{_bindir}/voikkospell %{_bindir}/voikkohyphenate %{_mandir}/man1/voikkohyphenate.1.gz @@ -77,6 +88,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Sun Mar 02 2008 - Ville-Pekka Vainio 1.6-3 +- Put voikkospell and voikkohyphenate into a separate voikko-tools + subpackage to decrease the size of the binary libvoikko package + * Sat Feb 16 2008 - Ville-Pekka Vainio 1.6-2 - Rebuild for GCC 4.3