2008-09-08 09:54:40 +00:00
|
|
|
%define upstreamid 20080201
|
|
|
|
%define upstreamver 0.02
|
|
|
|
|
2008-01-07 06:32:06 +00:00
|
|
|
Name: hunspell-bn
|
|
|
|
Summary: Bengali hunspell dictionaries
|
2008-09-08 09:54:40 +00:00
|
|
|
Version: %{upstreamid}
|
2009-02-25 04:29:18 +00:00
|
|
|
Release: 2%{?dist}
|
2008-09-08 09:54:40 +00:00
|
|
|
Source: http://www.ankur.org.bd/downloads/spell_check/hunspell/%{name}-BD-%{upstreamver}.tar.bz2
|
2008-01-07 06:32:06 +00:00
|
|
|
Group: Applications/Text
|
2008-09-08 09:54:40 +00:00
|
|
|
URL: http://ankur.org.bd/wiki/Documentation#OpenOffice.org
|
2008-01-07 06:32:06 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
License: GPLv2+
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
Requires: hunspell
|
|
|
|
|
|
|
|
%description
|
|
|
|
Bengali hunspell dictionaries.
|
|
|
|
|
|
|
|
%prep
|
2008-09-08 09:54:40 +00:00
|
|
|
%setup -q -n %{name}-BD-%{upstreamver}
|
|
|
|
chmod -x *
|
|
|
|
iconv -f ISO-8859-1 -t UTF-8 Copyright > Copyright.utf8
|
|
|
|
mv Copyright.utf8 Copyright
|
2008-01-07 06:32:06 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
2008-09-08 09:54:40 +00:00
|
|
|
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
2008-01-07 06:32:06 +00:00
|
|
|
|
2008-09-04 05:35:10 +00:00
|
|
|
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
2008-09-08 09:54:40 +00:00
|
|
|
bn_BD_aliases="bn_IN"
|
|
|
|
for lang in $bn_BD_aliases; do
|
|
|
|
ln -s bn_BD.aff $lang.aff
|
|
|
|
ln -s bn_BD.dic $lang.dic
|
2008-09-04 05:35:10 +00:00
|
|
|
done
|
|
|
|
popd
|
|
|
|
|
2008-01-07 06:32:06 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2008-09-08 09:54:40 +00:00
|
|
|
%doc README COPYING Copyright
|
2008-01-07 06:32:06 +00:00
|
|
|
%{_datadir}/myspell/*
|
|
|
|
|
|
|
|
%changelog
|
2009-02-25 04:29:18 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20080201-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-09-08 09:54:40 +00:00
|
|
|
* Mon Sep 08 2008 Parag <pnemade@redhat.com> - 20080201-1
|
|
|
|
- update to latest release.
|
|
|
|
|
2008-09-04 05:35:10 +00:00
|
|
|
* Tue Sep 02 2008 Caolán McNamara <caolanm@redhat.com> - 20050726-3
|
|
|
|
- add bn_BD alias
|
|
|
|
|
2008-01-07 06:32:06 +00:00
|
|
|
* Sun Jan 06 2008 Parag <pnemade@redhat.com> - 20050726-2
|
|
|
|
- Added Copyright and corrected changelog version.
|
|
|
|
|
|
|
|
* Thu Jan 03 2008 Parag <pnemade@redhat.com> - 20050726-1
|
|
|
|
- Initial Fedora release
|