rpms/hunspell-ne/devel hunspell-ne.spec,1.1,1.2

Parag Nemade pnemade at fedoraproject.org
Mon Dec 15 10:54:16 UTC 2008


Author: pnemade

Update of /cvs/pkgs/rpms/hunspell-ne/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17071

Modified Files:
	hunspell-ne.spec 
Log Message:

* Mon Dec 15 2008 Parag <pnemade at redhat.com> - 20061217-3
- Resolves:rh#475982 - Perhaps hunspell-ne suffices for ne_IN as well as ne_NP   




Index: hunspell-ne.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-ne/devel/hunspell-ne.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hunspell-ne.spec	23 Jan 2008 05:05:39 -0000	1.1
+++ hunspell-ne.spec	15 Dec 2008 10:53:45 -0000	1.2
@@ -1,7 +1,7 @@
 Name: hunspell-ne
 Summary: Nepali hunspell dictionaries
 Version: 20061217
-Release: 2%{?dist}
+Release: 3%{?dist}
 Source: http://nepalinux.org/downloads/ne_NP_dict.zip
 Group: Applications/Text
 URL: http://nepalinux.org/downloads
@@ -25,6 +25,15 @@
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
 cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
 
+pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
+ne_NP_aliases="ne_IN"
+for lang in $ne_NP_aliases; do
+        ln -s ne_NP.aff $lang.aff
+        ln -s ne_NP.dic $lang.dic
+done
+popd
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -34,6 +43,9 @@
 %{_datadir}/myspell/*
 
 %changelog
+* Mon Dec 15 2008 Parag <pnemade at redhat.com> - 20061217-3
+- Resolves:rh#475982 - Perhaps hunspell-ne suffices for ne_IN as well as ne_NP 
+
 * Mon Jan 21 2008 Parag <pnemade at redhat.com> - 20061217-2
 - Corrected License tag.
 




More information about the fedora-extras-commits mailing list