rpms/hyphen-hu/devel hyphen-hu.spec,1.4,1.5

Caolan McNamara caolanm at fedoraproject.org
Wed Jun 24 14:49:44 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/hyphen-hu/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23525

Modified Files:
	hyphen-hu.spec 
Log Message:
vanilla patgen's limit is too small


Index: hyphen-hu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hyphen-hu/devel/hyphen-hu.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- hyphen-hu.spec	15 Jun 2009 14:03:01 -0000	1.4
+++ hyphen-hu.spec	24 Jun 2009 14:49:14 -0000	1.5
@@ -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 at redhat.com> - 0.20090612-2
+- vanilla patgen's limit is too small
+
 * Mon Jun 15 2009 Caolan McNamara <caolanm at redhat.com> - 0.20090612-1
 - latest version
 




More information about the fedora-extras-commits mailing list