From cb5f1d497698a17d1c3fc79fc3156efd3e693b48 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Wed, 24 Jun 2009 14:49:14 +0000 Subject: [PATCH] vanilla patgen's limit is too small --- hyphen-hu.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/hyphen-hu.spec b/hyphen-hu.spec index 5fd24f8..84a74f9 100644 --- a/hyphen-hu.spec +++ b/hyphen-hu.spec @@ -2,14 +2,14 @@ Name: hyphen-hu Summary: Hungarian hyphenation rules %define upstreamid 20090612 Version: 0.%{upstreamid} -Release: 1%{?dist} +Release: 2%{?dist} Source: http://download.github.com/nagybence-huhyphn-aa3fc85f5ea7450f84f0cd3881a09ca065198dfc.tar.gz Group: Applications/Text URL: http://www.tipogral.hu/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPLv2+ BuildArch: noarch -BuildRequires: eruby +#BuildRequires: eruby, texlive Requires: hyphen %description @@ -17,9 +17,11 @@ Hungarian hyphenation rules. %prep %setup -q -n nagybence-huhyphn-aa3fc85f5ea7450f84f0cd3881a09ca065198dfc +#disable for now as built-in patgen has too small a limit to rebuild +#ln -sf /usr/bin/patgen patgen +#touch words/*.txt %build -touch words/*.txt make %install @@ -36,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/hyphen/* %changelog +* Wed Jun 24 2009 Caolan McNamara - 0.20090612-2 +- vanilla patgen's limit is too small + * Mon Jun 15 2009 Caolan McNamara - 0.20090612-1 - latest version