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

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


Author: caolanm

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

Modified Files:
	hunspell-hr.spec 
Log Message:
package hyphenation rules


Index: hunspell-hr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-hr/devel/hunspell-hr.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hunspell-hr.spec	21 Aug 2007 08:47:28 -0000	1.5
+++ hunspell-hr.spec	23 Nov 2007 17:53:41 -0000	1.6
@@ -2,7 +2,7 @@
 Summary: Croatian hunspell dictionaries
 %define upstreamid 20040608
 Version: 0.%{upstreamid}
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 Source: http://cvs.linux.hr/spell/myspell/hr_HR.zip
 Group: Applications/Text
@@ -16,6 +16,14 @@
 %description
 Croatian hunspell dictionaries.
 
+%package -n hyphen-hr
+Requires: hyphen
+Summary: Croatian hyphenation rules
+Group: Applications/Text
+
+%description -n hyphen-hr
+Croatian hyphenation rules.
+
 %prep
 %setup -q -c -n hunspell-hr
 
@@ -25,7 +33,9 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
-cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
+cp -p hr_HR.dic hr_HR.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
+mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
+cp -p hyph_hr.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_hr_HR.dic
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -35,7 +45,14 @@
 %doc README_hr_HR.txt
 %{_datadir}/myspell/*
 
+%files -n hyphen-hr
+%defattr(-,root,root,-)
+%{_datadir}/hyphen/*
+
 %changelog
+* Thu Nov 22 2007 Caolan McNamara <caolanm at redhat.com> - 1:0.20040608-2
+- package hyphenation rules
+
 * Tue Aug 21 2007 Caolan McNamara <caolanm at redhat.com> - 1:0.20040608-1
 - clarify license
 - canonical upstream version




More information about the fedora-extras-commits mailing list