vanilla patgen's limit is too small
This commit is contained in:
parent
9c50d96b62
commit
cb5f1d4976
@ -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 <caolanm@redhat.com> - 0.20090612-2
|
||||
- vanilla patgen's limit is too small
|
||||
|
||||
* Mon Jun 15 2009 Caolan McNamara <caolanm@redhat.com> - 0.20090612-1
|
||||
- latest version
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user