Blame SPECS/hunspell-ms.spec

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