forked from pool/ispell-hungarian
165 lines
5.4 KiB
RPMSpec
165 lines
5.4 KiB
RPMSpec
#
|
|
# spec file for package ispell-hungarian (Version 1.2)
|
|
#
|
|
# Copyright (c) 2007 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: ispell-hungarian
|
|
BuildRequires: ispell
|
|
Version: 1.2
|
|
Release: 1
|
|
License: GPL v2 or later
|
|
Group: Productivity/Text/Spell
|
|
Provides: ispell_dictionary
|
|
Provides: locale(ispell:hu)
|
|
Summary: Hungarian Ispell Dictionary
|
|
URL: http://magyarispell.sourceforge.net/
|
|
Source: magyarispell-%version.tar.bz2
|
|
Source1: magyar.el
|
|
Patch: magyarispell-1.2.diff
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
Hungarian ispell dictionary.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Németh László <nemethl@gyorsposta.hu>
|
|
|
|
%prep
|
|
%setup -q -n magyarispell-%version
|
|
%patch
|
|
|
|
%build
|
|
make ispell
|
|
|
|
%install
|
|
mkdir -p $RPM_BUILD_ROOT/usr/{bin,lib/ispell/emacs}
|
|
pushd tmp
|
|
install -m 644 magyar.aff $RPM_BUILD_ROOT/usr/lib/ispell/
|
|
ln -s magyar.aff $RPM_BUILD_ROOT/usr/lib/ispell/hungarian.aff
|
|
install -m 644 magyar4ispell.hash $RPM_BUILD_ROOT/usr/lib/ispell/magyar.hash
|
|
ln -s magyar.hash $RPM_BUILD_ROOT/usr/lib/ispell/hungarian.hash
|
|
popd
|
|
install -m 644 %{S:1} $RPM_BUILD_ROOT/usr/lib/ispell/emacs/
|
|
ln -s magyar.el $RPM_BUILD_ROOT/usr/lib/ispell/emacs/hungarian.el
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc COPYING* ChangeLog GYIK OLVASSEL README
|
|
/usr/lib/ispell/emacs/*
|
|
/usr/lib/ispell/hungarian*
|
|
/usr/lib/ispell/magyar*
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%changelog
|
|
* Thu Jul 26 2007 - pmladek@suse.cz
|
|
- updated to version 1.2:
|
|
* 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 Mar 13 2006 - pmladek@suse.cz
|
|
- created extra spec file for myspell-hungarian to get noarch package [#57117]
|
|
- removed obsolete recode from BuildRequires
|
|
* Fri Feb 24 2006 - lmichnovic@suse.cz
|
|
- added Provides: locale(ispell:hu)
|
|
* Wed Jan 25 2006 - mls@suse.de
|
|
- converted neededforbuild to BuildRequires
|
|
* Mon Jan 16 2006 - pmladek@suse.cz
|
|
- updated to version 1.0
|
|
- fixed build and installation
|
|
- added recode to BuildRequires; it is used now
|
|
* Wed Jul 20 2005 - pmladek@suse.cz
|
|
- updated to version 1.0-RC2
|
|
- do not explicitly remove RPM_BUILD_ROOT in the %%install phase
|
|
* Wed Sep 01 2004 - pmladek@suse.cz
|
|
- updated to version 0.99.4
|
|
- updated url, home page has moved to http://magyarispell.sourceforge.net/
|
|
- added documentation also to the package myspell-hungarian
|
|
* Tue Jun 29 2004 - pmladek@suse.cz
|
|
- added triggerin and postun scripts to myspell-hungarian to solve links
|
|
to OpenOffice_org; this solution replaces the old one with SuSEconfig
|
|
and is usable in Ximian's products
|
|
* Sat Jan 10 2004 - adrian@suse.de
|
|
- build as user
|
|
* Wed Aug 13 2003 - varkoly@suse.de
|
|
- added missing provide myspell-dictionary to myspell-hungarian
|
|
(fixes #26290)
|
|
* Fri Aug 08 2003 - ro@suse.de
|
|
- spellhtml apparently no longer here
|
|
* Fri Aug 08 2003 - varkoly@suse.de
|
|
- Updated to 0.99.3
|
|
- Changed myspell paths to /usr/share/myspell
|
|
* Sun Jun 22 2003 - coolo@suse.de
|
|
- package directories
|
|
* Tue Feb 18 2003 - szenti@suse.de
|
|
- Updated to 0.9.4.
|
|
* Tue Aug 20 2002 - pmladek@suse.cz
|
|
- .../share/dict/ooo is better location for myspell disctionaries
|
|
- removed OpenOffice_org-hu from myspell-hungarian Requires, the dictionary
|
|
is usable also with other localizations
|
|
* Thu Aug 15 2002 - kovacs@suse.de
|
|
- Adapted paths and requires to new OpenOffice.org scheme.
|
|
* Thu Jul 25 2002 - kovacs@suse.de
|
|
- Updated to 0.8.6.
|
|
* Tue Jun 04 2002 - egmont@suselinux.hu
|
|
- Updated to 0.8.4.
|
|
- License is GPL again.
|
|
* Thu May 30 2002 - egmont@suselinux.hu
|
|
- Adapted to new package name and new directory of OpenOffice.org.
|
|
* Tue May 21 2002 - egmont@suselinux.hu
|
|
- Updated to 0.8.3.
|
|
* Tue May 14 2002 - egmont@suselinux.hu
|
|
- Updated to 0.8.2.
|
|
* Fri May 10 2002 - egmont@suselinux.hu
|
|
- Updated to 0.8.1.
|
|
* Tue May 07 2002 - egmont@suselinux.hu
|
|
- Moved OpenOffice.org files to a new subpackage.
|
|
* Tue Apr 30 2002 - egmont@suselinux.hu
|
|
- Updated to 0.8.
|
|
* Wed Apr 17 2002 - egmont@suselinux.hu
|
|
- Updated to 0.7.1.
|
|
* Tue Mar 05 2002 - egmont@suselinux.hu
|
|
- Updated to 0.6.5.
|
|
- Removed SuSEconfig modul, not needed any more since myspell
|
|
files will become part of mainstream OpenOffice. These files are
|
|
still part of the package, anyway.
|
|
- Changed license from GPL to GPL/LGPL.
|
|
- Removed 'Requires: ispell' (bug #13609)
|
|
* Mon Feb 04 2002 - egmont@suselinux.hu
|
|
- SuSE GmbH -> SuSE Linux AG
|
|
* Thu Jan 24 2002 - egmont@suselinux.hu
|
|
- Added SuSEconfig module to configure spellcheck in OpenOffice.
|
|
* Tue Jan 22 2002 - egmont@suselinux.hu
|
|
- Renamed from ihungarian to ispell-hungarian.
|
|
* Tue Jan 22 2002 - egmont@suselinux.hu
|
|
- aff file for OpenOffice was not correctly built. Fixed.
|
|
* Sat Jan 12 2002 - egmont@suselinux.hu
|
|
- Updated to 0.6.2.
|
|
- Compile myspell files for OpenOffice.
|
|
* Thu Jan 10 2002 - egmont@suselinux.hu
|
|
- Added forgotten spellhtml and spellhtmlic.
|
|
- No longer 'noarch'.
|
|
* Thu Jan 10 2002 - egmont@suselinux.hu
|
|
- Updated to 0.6, the first public release.
|
|
- Added URL.
|
|
* Tue Dec 11 2001 - egmont@suselinux.hu
|
|
- Added requires and provides tags.
|
|
- Removed "-B" from magyar.el.
|
|
* Tue Dec 11 2001 - egmont@suselinux.hu
|
|
- Added magyar.el for emacs.
|
|
* Mon Dec 10 2001 - egmont@suselinux.hu
|
|
- Initial version: 0.5.
|