2008-09-30 10:42:52 +00:00
|
|
|
Name: hunspell-be
|
|
|
|
Summary: Belarusian hunspell dictionaries
|
2009-09-23 07:53:58 +00:00
|
|
|
Version: 1.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Source: http://extensions.services.openoffice.org/files/2412/1/dict-be-official.oxt
|
2008-09-30 10:42:52 +00:00
|
|
|
Group: Applications/Text
|
2009-06-01 14:45:49 +00:00
|
|
|
URL: http://extensions.services.openoffice.org/project/dict-be-official
|
2008-09-30 10:42:52 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
License: GPL+
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
Requires: hunspell
|
|
|
|
|
|
|
|
%description
|
|
|
|
Belarusian hunspell dictionaries.
|
|
|
|
|
2009-06-01 14:45:49 +00:00
|
|
|
%package -n hyphen-be
|
|
|
|
Requires: hyphen
|
|
|
|
Summary: Belarusian hyphenation rules
|
|
|
|
Group: Applications/Text
|
|
|
|
|
|
|
|
%description -n hyphen-be
|
|
|
|
Belarusian hyphenation rules.
|
|
|
|
|
2008-09-30 10:42:52 +00:00
|
|
|
%prep
|
|
|
|
%setup -q -c -n hunspell-be
|
|
|
|
|
|
|
|
%build
|
2009-06-01 14:45:49 +00:00
|
|
|
sed -i -e "s/microsoft-cp1251/CP1251/g" be-official.aff hyph_be_BY.dic
|
2008-09-30 10:42:52 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
2009-06-01 14:45:49 +00:00
|
|
|
cp -p be-official.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/be_BY.aff
|
|
|
|
cp -p be-official.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/be_BY.dic
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
|
|
cp -p hyph_be_BY.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_be_BY.dic
|
2008-09-30 10:42:52 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_datadir}/myspell/*
|
|
|
|
|
2009-06-01 14:45:49 +00:00
|
|
|
%files -n hyphen-be
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_datadir}/hyphen/*
|
|
|
|
|
2008-09-30 10:42:52 +00:00
|
|
|
%changelog
|
2009-09-23 07:53:58 +00:00
|
|
|
* Wed Sep 23 2009 Caolan McNamara <caolanm@redhat.com> - 1.1-1
|
|
|
|
- latest version
|
|
|
|
|
2009-07-25 02:21:14 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-01 14:45:49 +00:00
|
|
|
* Mon Jun 01 2009 Caolan McNamara <caolanm@redhat.com> - 1.0.0-1
|
|
|
|
- latest version
|
|
|
|
|
2009-02-25 04:26:30 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-09-30 10:42:52 +00:00
|
|
|
* Sun Sep 28 2008 Caolan McNamara <caolanm@redhat.com> - 0.1-1
|
|
|
|
- initial version
|