OBS User unknown 2008-04-14 17:54:30 +00:00 committed by Git OBS Bridge
parent c4ac2a0810
commit 76f522daba
4 changed files with 10 additions and 124 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 14 12:18:18 CEST 2008 - lmichnovic@suse.cz
- erased myspell-hungarian dictionary package which is now part
of package myspell-dictionaries
-------------------------------------------------------------------
Fri Apr 4 17:42:15 CEST 2008 - pmladek@suse.cz

View File

@ -14,7 +14,7 @@
Name: ispell-hungarian
BuildRequires: ispell
Version: 1.3
Release: 1
Release: 4
License: GPL v2 or later
Group: Productivity/Text/Spell
Provides: ispell_dictionary
@ -64,6 +64,9 @@ ln -s magyar.el $RPM_BUILD_ROOT/usr/lib/ispell/emacs/hungarian.el
rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Apr 14 2008 lmichnovic@suse.cz
- erased myspell-hungarian dictionary package which is now part
of package myspell-dictionaries
* Fri Apr 04 2008 pmladek@suse.cz
- updated to version 1.3:
* lots fixes; details are in ChangeLog (Hungarian only)

View File

@ -1,37 +0,0 @@
-------------------------------------------------------------------
Fri Apr 4 17:42:31 CEST 2008 - pmladek@suse.cz
- updated to version 1.3:
* lots fixes; details are in ChangeLog (Hungarian only)
-------------------------------------------------------------------
Thu Jul 26 23:36:40 CEST 2007 - pmladek@suse.cz
- updated to version 1.2 [#276874]:
* lots fixes; details are in ChangeLog (Hungarian only)
-------------------------------------------------------------------
Mon Oct 23 20:08:26 CEST 2006 - pmladek@suse.cz
- updated to version 1.1.1:
* dual license (GPL, LGPL, MPL)
* lots fixes; details are in ChangeLog (Hungarian only)
-------------------------------------------------------------------
Sun Aug 27 23:33:52 CEST 2006 - ro@suse.de
- another fix in Makefile for new make
-------------------------------------------------------------------
Sat Aug 26 12:17:07 CEST 2006 - aj@suse.de
- Fix Makefile.
-------------------------------------------------------------------
Mon Mar 13 15:52:44 CET 2006 - pmladek@suse.cz
- created extra spec file for myspell-hungarian to get the noarch package,
was split from ispell-hungarian.spec [#57117]
- removed obsolete ispell from BuildRequires
- fixed locale provides to depend on some applications

View File

@ -1,86 +0,0 @@
#
# spec file for package myspell-hungarian (Version 1.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: myspell-hungarian
BuildRequires: recode
Version: 1.3
Release: 1
License: GPL v2 or later
Group: Productivity/Text/Spell
Provides: myspell-dictionary
Provides: locale(OpenOffice_org:hu) locale(seamonkey-spellchecker:hu)
Summary: Hungarian Dictionary for MySpell
Url: http://magyarispell.sourceforge.net/
Source: magyarispell-%version.tar.bz2
Patch: magyarispell-1.2.diff
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The Hungarian Dictionary for MySpell.
The MySpell spell-checker is used by the OpenOffice.org office suite,
the Mozilla Composer, and the Mozilla Mail message composition window.
Authors:
--------
Németh László <nemethl@gyorsposta.hu>
%prep
%setup -q -n magyarispell-%version
%patch
%build
make myspell
%install
mkdir -p $RPM_BUILD_ROOT/usr/share/myspell
install -m 644 hu_HU.{dic,aff} $RPM_BUILD_ROOT/usr/share/myspell/
%triggerin -n myspell-hungarian -- perl, OpenOffice_org
test -x /usr/bin/perl -a -x /usr/sbin/ooinstdict && /usr/sbin/ooinstdict || true
%postun -n myspell-hungarian
test -x /usr/bin/perl -a -x /usr/sbin/ooinstdict && /usr/sbin/ooinstdict || true
%files
%defattr(-,root,root)
%doc COPYING* ChangeLog GYIK OLVASSEL README
%dir /usr/share/myspell
/usr/share/myspell/hu_HU.*
%clean
rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Apr 04 2008 pmladek@suse.cz
- updated to version 1.3:
* lots fixes; details are in ChangeLog (Hungarian only)
* Fri Jul 27 2007 pmladek@suse.cz
- updated to version 1.2 [#276874]:
* lots fixes; details are in ChangeLog (Hungarian only)
* Mon Oct 23 2006 pmladek@suse.cz
- updated to version 1.1.1:
* dual license (GPL, LGPL, MPL)
* lots fixes; details are in ChangeLog (Hungarian only)
* Mon Aug 28 2006 ro@suse.de
- another fix in Makefile for new make
* Sat Aug 26 2006 aj@suse.de
- Fix Makefile.
* Mon Mar 13 2006 pmladek@suse.cz
- created extra spec file for myspell-hungarian to get the noarch package,
was split from ispell-hungarian.spec [#57117]
- removed obsolete ispell from BuildRequires
- fixed locale provides to depend on some applications