- disable useless debuginfo (#225094)

This commit is contained in:
Tomáš Mráz 2007-01-29 14:54:22 +00:00
parent 8f67f23167
commit 546f2f59cd

View File

@ -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 <tmraz@redhat.com> - 20060303-4
- disable useless debuginfo (#225094)
* Mon Dec 11 2006 Tomas Mraz <tmraz@redhat.com> - 20060303-3
- package must be arch-specific now because ooo is now 64bit on x86_64 as
well (#219100)