Blame SPECS/hunspell-ms.spec

656530
Name: hunspell-ms
656530
Summary: Malay hunspell dictionaries
656530
%define upstreamid 20050117
656530
Version: 0.%{upstreamid}
be49d2
Release: 9%{?dist}
656530
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/ms_MY.zip
656530
Group: Applications/Text
656530
URL: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/
656530
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
656530
License: GFDL and GPL+
656530
BuildArch: noarch
656530
656530
Requires: hunspell
656530
656530
%description
656530
Malay hunspell dictionaries.
656530
656530
%prep
656530
%setup -q -c -n hunspell-ms
656530
656530
%build
656530
chmod -x *
656530
656530
%install
656530
rm -rf $RPM_BUILD_ROOT
656530
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
656530
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
656530
656530
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
656530
ms_MY_aliases="ms_BN"
656530
for lang in $ms_MY_aliases; do
656530
        ln -s ms_MY.aff $lang.aff
656530
        ln -s ms_MY.dic $lang.dic
656530
done
656530
656530
%clean
656530
rm -rf $RPM_BUILD_ROOT
656530
656530
%files
656530
%defattr(-,root,root,-)
656530
%doc README_ms_MY.txt
656530
%{_datadir}/myspell/*
656530
656530
%changelog
be49d2
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.20050117-9
be49d2
- Mass rebuild 2013-12-27
be49d2
656530
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050117-8
656530
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
656530
656530
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050117-7
656530
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
656530
656530
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050117-6
656530
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
656530
656530
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050117-5
656530
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
656530
656530
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050117-4
656530
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
656530
656530
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050117-3
656530
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
656530
656530
* Fri Aug 03 2007 Caolan McNamara <caolanm@redhat.com> - 0.20050117-2
656530
- clarify license, the .aff apparently is GPL+ while the wordlist is GFDL
656530
656530
* Thu Dec 07 2006 Caolan McNamara <caolanm@redhat.com> - 0.20050117-1
656530
- initial version