Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37508503
en ru br
Репозитории ALT
S:20031004-alt3
5.1: 20031004-alt3
4.1: 20031004-alt2
4.0: 20031004-alt1.M40.1
www.altlinux.org/Changes

Группа :: Работа с текстами
Пакет: hyphen-fr

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: hyphen-fr
Summary: French hyphenation rules
Version: 20031004
Release: alt3
Group: Text tools
URL: http://lingucomponent.openoffice.org/hyphenator.html
License: LGPL

Requires: libhyphen

Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_fr_FR.zip

BuildArch: noarch
BuildRequires: unzip

%description
French hyphenation rules.

%prep
%setup -q -c -n %name

%build
chmod -x *

%install
mkdir -p %buildroot%_datadir/hyphen
iconv -fISO8859-1 -tUTF-8 hyph_fr_FR.dic > %buildroot%_datadir/hyphen/hyph_fr_FR.dic
subst 's|^ISO8859-1|UTF-8|' %buildroot%_datadir/hyphen/hyph_fr_FR.dic

cd %buildroot%_datadir/hyphen/
fr_FR_aliases="fr fr_BE"
for lang in $fr_FR_aliases; do
ln -s hyph_fr_FR.dic hyph_$lang.dic
done

%files
%doc README*
%_datadir/hyphen/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin