Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > e4c03ca0a877dbd857fccb96026d6aa0 > files > 1

hunspell-cs-20060303-17.mga3.src.rpm

# in case of update, update also hyphen-cs, it's the same source

%define languageenglazy Czech
%define languagecode    cs
%define lc_ctype        cs_CZ

Name:           hunspell-%{languagecode}
Version:        20060303
Release:        %mkrel 17
Summary:        %{languageenglazy} hunspell dictionaries
License:        GPL+
Group:          System/Internationalization
URL:            ftp://ftp.linux.cz/pub/localization/OpenOffice.org/devel/Czech/spell_checking/
Source0:        openoffice.org-dict-cs_CZ.tar.gz

BuildArch:      noarch

Suggests:       hunspell

Requires:       locales-cs
#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}

# Something old unknown thing..
Obsoletes: openoffice.org-dict-cs_CZ < %{version}-%{release}

AutoReqProv:    no

%description
%{languageenglazy} hunspell dictionaries.


%prep
%setup -q -n openoffice.org-dict-cs_CZ

%build
iconv -f ISO-8859-2 -t UTF-8 README_hyph_cs_CZ.txt > README_hyph_cs_CZ.txt.new
mv -f README_hyph_cs_CZ.txt.new README_hyph_cs_CZ.txt

%install
install -D -m 0644 -p cs*.dic %{buildroot}%{_datadir}/hunspell/%{lc_ctype}.dic
install -D -m 0644 -p cs*.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_cs_CZ.txt
%{_datadir}/hunspell/*
%{_datadir}/myspell/*


%changelog

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

* Sun Dec 02 2012 kamil <kamil> 20060303-16.mga3
+ Revision: 325186
- rebuild for Mga3 Beta1

* Tue Mar 20 2012 kamil <kamil> 20060303-15.mga2
+ Revision: 224580
- add requirement on locales (mga#4632)

* Sun Feb 12 2012 kamil <kamil> 20060303-14.mga2
+ Revision: 207738
- adapt .spec to the current policies

* Sun Feb 12 2012 kamil <kamil> 20060303-13.mga2
+ Revision: 207687
- remove hyphen-cs parts from the .spec

* Sun Feb 12 2012 kamil <kamil> 20060303-12.mga2
+ Revision: 207675
- rename package to hunspell-cs
- rename source package

* Thu Mar 24 2011 ahmad <ahmad> 20060303-11.mga1
+ Revision: 77106
- fix Group

* Sun Mar 13 2011 dmorgan <dmorgan> 20060303-10.mga1
+ Revision: 70327
- imported package openoffice.org-dict-cs_CZ