From 546f2f59cd5fdb42e1e3466132d4d1ab91f9a574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Mon, 29 Jan 2007 14:54:22 +0000 Subject: [PATCH] - disable useless debuginfo (#225094) --- openoffice.org-dict-cs_CZ.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)