2007-01-15 23:18:04 +00:00
|
|
|
|
#
|
2008-04-06 04:11:19 +00:00
|
|
|
|
# spec file for package ispell-hungarian (Version 1.3)
|
2007-01-15 23:18:04 +00:00
|
|
|
|
#
|
2009-06-18 22:31:19 +00:00
|
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:18:04 +00:00
|
|
|
|
#
|
2009-06-18 22:31:19 +00:00
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2007-01-15 23:18:04 +00:00
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
2008-04-06 04:11:19 +00:00
|
|
|
|
|
2007-01-15 23:18:04 +00:00
|
|
|
|
Name: ispell-hungarian
|
|
|
|
|
BuildRequires: ispell
|
2008-04-06 04:11:19 +00:00
|
|
|
|
Version: 1.3
|
2009-11-10 11:48:23 +00:00
|
|
|
|
Release: 40
|
2011-12-06 17:19:51 +00:00
|
|
|
|
License: GPL-2.0+
|
2007-01-15 23:18:04 +00:00
|
|
|
|
Group: Productivity/Text/Spell
|
|
|
|
|
Provides: ispell_dictionary
|
|
|
|
|
Provides: locale(ispell:hu)
|
|
|
|
|
Summary: Hungarian Ispell Dictionary
|
2008-04-06 04:11:19 +00:00
|
|
|
|
Url: http://magyarispell.sourceforge.net/
|
2007-01-15 23:18:04 +00:00
|
|
|
|
Source: magyarispell-%version.tar.bz2
|
|
|
|
|
Source1: magyar.el
|
2007-07-27 13:48:04 +00:00
|
|
|
|
Patch: magyarispell-1.2.diff
|
2007-01-15 23:18:04 +00:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Hungarian ispell dictionary.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
N<EFBFBD>meth L<EFBFBD>szl<EFBFBD> <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
|
|
|
|
|
|
2007-07-27 13:48:04 +00:00
|
|
|
|
%changelog
|