Sophie

Sophie

distrib > Mageia > 3 > x86_64 > by-pkgid > 8b8957416eef1d172c31113e4d7b6ef8 > files > 2

hunspell-cop-0.3-4.mga3.src.rpm

%define languageenglazy Coptic
%define languagecode    cop
%define lc_ctype        cop_EG

Name:           hunspell-%{languagecode}
Version:        0.3
Release:        %mkrel 4
Summary:        %{languageenglazy} hunspell dictionaries
License:        GPLv3+
Group:          System/Internationalization
URL:            http://www.moheb.de/coptic_oo.html
Source0:        http://extensions.services.openoffice.org/e-files/793/2/dict-cop_EG_v03.oxt

BuildRequires:  hunspell-devel

BuildArch:      noarch

Suggests:       hunspell

#Mageia values: 1 - aspell, 2 - hunspell, 3 - language specific
Provides:       enchant-dictionary = 2
Provides:       hunspell-dictionary
Provides:       hunspell-%{lc_ctype} = %{version}-%{release}
#Generic providing - see Mageia values
Provides:       dictionary-%{languagecode} = 2 
Provides:       dictionary-%{lc_ctype} = 2

#MySpell is deprecated
Obsoletes:      myspell-%{languagecode} < 1.0.3
Provides:       myspell-%{languagecode}
Obsoletes:      myspell-%{lc_ctype} < 1.0.3
Provides:       myspell-%{lc_ctype}

AutoReqProv:    no

%description
%{languageenglazy} hunspell dictionaries.


%prep
%setup -q -c

%build
for i in README.txt; do
  tr -d '\r' < $i > $i.new
  touch -r $i $i.new
  mv -f $i.new $i
done

%install
install -D -m 0644 -p cop_EG-Bohairic/cop_EG.dic %{buildroot}%{_datadir}/hunspell/%{lc_ctype}.dic
install -D -m 0644 -p cop_EG-Bohairic/cop_EG.aff %{buildroot}%{_datadir}/hunspell/%{lc_ctype}.aff

#backward compatibility
mkdir -p %{buildroot}%{_datadir}/myspell
pushd %{buildroot}%{_datadir}/myspell
    ln -s ../hunspell/%{lc_ctype}.dic %{lc_ctype}.dic
    ln -s ../hunspell/%{lc_ctype}.aff %{lc_ctype}.aff
popd #%%{buildroot}%%{_datadir}/myspell

%files
%doc README.txt license-gpl.txt
%{_datadir}/hunspell/*
%{_datadir}/myspell/*


%changelog

* Sat Jan 12 2013 umeabot <umeabot> 0.3-4.mga3
+ Revision: 353407
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sun Dec 02 2012 kamil <kamil> 0.3-3.mga3
+ Revision: 325176
- rebuild for Mga3 Beta1

* Sun Feb 12 2012 kamil <kamil> 0.3-2.mga2
+ Revision: 207665
- adapt .spec to the current policies

* Sun Mar 20 2011 dmorgan <dmorgan> 0.3-1.mga1
+ Revision: 75069
- New version 0.3

* Sat Mar 12 2011 dmorgan <dmorgan> 0.2.0-4.mga1
+ Revision: 68694
- imported package hunspell-cop