diff --git a/openoffice.org-dict-cs_CZ.spec b/openoffice.org-dict-cs_CZ.spec index 5757d33..7d3e7be 100644 --- a/openoffice.org-dict-cs_CZ.spec +++ b/openoffice.org-dict-cs_CZ.spec @@ -1,6 +1,6 @@ Name: openoffice.org-dict-cs_CZ Version: 20060303 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Czech spellchecker and hyphenation dictionaries for OpenOffice.org License: GPL Group: Applications/Productivity @@ -10,6 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: openoffice.org-core %define instdir %{_libdir}/openoffice.org2.0 +%define debug_package %{nil} %description This package contains the czech spellchecker and hyphenation dictionaries for @@ -42,6 +43,9 @@ grep -q '^DICT cs CZ cs_CZ' %{instdir}/share/dict/ooo/dictionary.lst || \ echo 'DICT cs CZ cs_CZ' >> %{instdir}/share/dict/ooo/dictionary.lst %changelog +* Mon Jan 29 2007 Tomas Mraz - 20060303-4 +- disable useless debuginfo (#225094) + * Mon Dec 11 2006 Tomas Mraz - 20060303-3 - package must be arch-specific now because ooo is now 64bit on x86_64 as well (#219100)