rpms/libvoikko/devel libvoikko.spec,1.8,1.9

Ville-Pekka Vainio (vpv) fedora-extras-commits at redhat.com
Sun Mar 2 12:14:12 UTC 2008


Author: vpv

Update of /cvs/pkgs/rpms/libvoikko/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1544

Modified Files:
	libvoikko.spec 
Log Message:
New subpackage voikko-tools


Index: libvoikko.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvoikko/devel/libvoikko.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libvoikko.spec	15 Feb 2008 22:54:26 -0000	1.8
+++ libvoikko.spec	2 Mar 2008 12:13:34 -0000	1.9
@@ -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 @@
 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 @@
 %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 @@
 %{_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
 




More information about the fedora-extras-commits mailing list