hunspell-ny/hunspell-ny.spec

45 lines
1.1 KiB
RPMSpec
Raw Normal View History

2008-11-27 09:42:19 +00:00
Name: hunspell-ny
Summary: Chichewa hunspell dictionaries
%define upstreamid 20050108
Version: 0.%{upstreamid}
Release: 2%{?dist}
2008-11-27 09:42:19 +00:00
Group: Applications/Text
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/ny_MW.zip
URL: http://borel.slu.edu/crubadan/apps.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: GPLv2+
BuildArch: noarch
BuildRequires: hunspell-devel
Requires: hunspell
%description
Chichewa hunspell dictionaries.
%prep
%setup -q -c
%build
iconv -f ISO-8859-1 -t UTF-8 README_ny_MW.txt > README_ny_MW.txt.new
mv -f README_ny_MW.txt.new README_ny_MW.txt
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p ny_MW.* $RPM_BUILD_ROOT/%{_datadir}/myspell
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README_ny_MW.txt
%{_datadir}/myspell/*
%changelog
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050108-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2008-11-27 09:42:19 +00:00
* Fri Nov 07 2008 Caolan McNamara <caolanm@redhat.com> - 0.20050108-1
- initial version