51 lines
1.5 KiB
RPMSpec
51 lines
1.5 KiB
RPMSpec
Name: hunspell-ml
|
|
Summary: Malayalam hunspell dictionaries
|
|
Version: 0.1
|
|
Release: 7%{?dist}
|
|
Source: http://download.savannah.gnu.org/releases/smc/Spellchecker/ooo-hunspell-ml-%{version}.tar.bz2
|
|
Group: Applications/Text
|
|
URL: http://download.savannah.gnu.org/releases/smc/Spellchecker/
|
|
License: GPLv3+
|
|
BuildArch: noarch
|
|
|
|
Requires: hunspell
|
|
|
|
%description
|
|
Malayalam hunspell dictionaries
|
|
|
|
%prep
|
|
%setup -q -n ooo-hunspell-ml-%{version}
|
|
|
|
%build
|
|
echo "Nothing to build..."
|
|
|
|
%install
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
%files
|
|
%doc COPYING README
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Tue Feb 28 2012 Parag <pnemade AT redhat DOT com> - 0.1-7
|
|
- spec cleanup
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Fri Nov 21 2008 Parag <panemade@gmail.com> - 0.1-2
|
|
- Fix source md5sum
|
|
|
|
* Thu May 15 2008 Rajeesh K Nambiar <rajeeshknambiar@gmail.com> - 0.1-1
|
|
- Initial version
|