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

Parag Nemade pnemade at fedoraproject.org
Thu Sep 4 05:35:41 UTC 2008


Author: pnemade

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

Modified Files:
	hunspell-bn.spec 
Log Message:

* Tue Sep 02 2008 Caolán McNamara <caolanm at redhat.com> - 20050726-3
- add bn_BD alias





Index: hunspell-bn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-bn/devel/hunspell-bn.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hunspell-bn.spec	7 Jan 2008 06:32:06 -0000	1.1
+++ hunspell-bn.spec	4 Sep 2008 05:35:10 -0000	1.2
@@ -1,7 +1,7 @@
 Name: hunspell-bn
 Summary: Bengali hunspell dictionaries
 Version: 20050726
-Release: 2%{?dist}
+Release: 3%{?dist}
 Source: http://hunspell.sourceforge.net/bn-demo.tar.gz
 Group: Applications/Text
 URL: http://hunspell.sourceforge.net
@@ -28,6 +28,14 @@
 mv bn/bn.aff bn/bn_IN.aff
 cp -p bn/*.dic bn/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
 
+pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
+bn_IN_aliases="bn_BD"
+for lang in $bn_IN_aliases; do
+        ln -s bn_IN.aff $lang.aff
+        ln -s bn_IN.dic $lang.dic
+done
+popd
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -37,6 +45,9 @@
 %{_datadir}/myspell/*
 
 %changelog
+* Tue Sep 02 2008 Caolán McNamara <caolanm at redhat.com> - 20050726-3
+- add bn_BD alias
+
 * Sun Jan 06 2008 Parag <pnemade at redhat.com> - 20050726-2
 - Added Copyright and corrected changelog version.
 




More information about the fedora-extras-commits mailing list