rpms/hunspell-ee/devel hunspell-ee.spec,1.5,1.6

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Fri Nov 23 17:52:29 UTC 2007


Author: caolanm

Update of /cvs/pkgs/rpms/hunspell-ee/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22323

Modified Files:
	hunspell-ee.spec 
Log Message:
estonian rules


Index: hunspell-ee.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-ee/devel/hunspell-ee.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hunspell-ee.spec	23 Nov 2007 11:40:11 -0000	1.5
+++ hunspell-ee.spec	23 Nov 2007 17:51:56 -0000	1.6
@@ -15,6 +15,14 @@
 %description
 Estonian hunspell dictionaries.
 
+%package -n hyphen-et
+Requires: hyphen
+Summary: Estonian hyphenation rules
+Group: Applications/Text
+
+%description -n hyphen-et
+Estonian hyphenation rules.
+
 %prep
 %setup -q -n ispell-et-%{upstreamid}
 
@@ -24,6 +32,8 @@
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
 cp -p latin-1/et_EE.* $RPM_BUILD_ROOT/%{_datadir}/myspell
+mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
+cp -p hyph_et.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_et_EE.dic
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -33,7 +43,15 @@
 %doc README COPYRIGHT
 %{_datadir}/myspell/*
 
+%files -n hyphen-et
+%defattr(-,root,root,-)
+%{_datadir}/hyphen/*
+
+
 %changelog
+* Fri Nov 23 2007 Caolan McNamara <caolanm at redhat.com> - 0.20030606-2
+- package hyphenation rules
+
 * Fri Nov 23 2007 Caolan McNamara <caolanm at redhat.com> - 0.20030606-1
 - canonical upstream tarball
 




More information about the fedora-extras-commits mailing list