New subpackage voikko-tools

This commit is contained in:
Ville-Pekka Vainio 2008-03-02 12:13:34 +00:00
parent 7a028f5e5d
commit 0b39fcddaa

View File

@ -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 <vpivaini AT cs.helsinki.fi> 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 <vpivaini AT cs.helsinki.fi> 1.6-2
- Rebuild for GCC 4.3