- Resolves: Bug 221794 - Rebased to new release m17n-db-1.3.4
- Removed patch: si-wijesekera_surrounding_to_preedit.patch - Added directive to delete si-wijesekera from the upstream tarball as it used surrounding text - Commented directive to copy bopo-kbd.mim - Commented directive using variable.mim and command.mim - added global.mim in place of them - Added sections for new Uyghur. - Added copy directive for Mizuochi (grc-*) keymap for classical greek - Added directives to install translations for japanese translations. - Added patch to rename si-wijesekera-preedit to si-wijesekera and add key summary as Patch2
This commit is contained in:
parent
12514826f4
commit
a455c1b5fc
@ -13,3 +13,4 @@ m17n-db-indic-0.4.38.tar.gz
|
||||
m17n-db-indic-0.4.39.tar.gz
|
||||
m17n-db-indic-0.4.40.tar.gz
|
||||
m17n-db-indic-0.4.41.tar.gz
|
||||
m17n-db-1.3.4.tar.gz
|
||||
|
53
m17n-db.spec
53
m17n-db.spec
@ -2,8 +2,8 @@
|
||||
|
||||
Name: m17n-db
|
||||
Summary: Multilingualization datafiles for m17n-lib
|
||||
Version: 1.3.3
|
||||
Release: 44%{?dist}
|
||||
Version: 1.3.4
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
License: LGPL
|
||||
URL: http://www.m17n.org/m17n-lib/index.html
|
||||
@ -12,7 +12,7 @@ Source1: %{name}-indic-%{indic_ver}.tar.gz
|
||||
BuildArch: noarch
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Patch1: bn-itrans-t-182227.patch
|
||||
Patch2: si-wijesekera_surrounding_to_preedit.patch
|
||||
Patch2: si-wijesekera-keymap-rename_key-summary.patch
|
||||
|
||||
|
||||
%description
|
||||
@ -350,6 +350,15 @@ Group: System Environment/Libraries
|
||||
%description vietnamese
|
||||
m17n-db Vietnamese input map.
|
||||
|
||||
|
||||
%package Uyghur
|
||||
Summary: m17n-db input table for Uyghur
|
||||
Group: System Environment/Libraries
|
||||
|
||||
%description Uyghur
|
||||
m17n-db Uyghur input map.
|
||||
|
||||
|
||||
%package urdu
|
||||
Summary: m17n-db input table for Urdu
|
||||
Group: System Environment/Libraries
|
||||
@ -361,7 +370,8 @@ m17n-db Urdu input map.
|
||||
%prep
|
||||
%setup -q -a1
|
||||
%patch1 -p1 -b .1
|
||||
%patch2 -p1 -b .2
|
||||
%patch2 -p0 -b .2
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -382,9 +392,15 @@ rm $RPM_BUILD_ROOT%{_datadir}/m17n/{ja-anthy.mim,icons/ja-anthy.png}
|
||||
# don't ship unijoy map for now
|
||||
rm $RPM_BUILD_ROOT%{_datadir}/m17n/{bn-unijoy.mim,icons/bn-unijoy.png}
|
||||
|
||||
# dont install si-wijesekera.mim as si-wijesekera-predit.mim works for us, see RH bug 208104
|
||||
rm $RPM_BUILD_ROOT%{_datadir}/m17n/si-wijesekera.mim
|
||||
|
||||
# drop pkgconfig file for now
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/m17n-db.pc
|
||||
|
||||
# For installing the translation files
|
||||
%find_lang %name
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
@ -396,7 +412,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_datadir}/m17n
|
||||
%{_datadir}/m17n/mdb.dir
|
||||
%{_datadir}/m17n/*.tbl
|
||||
%{_datadir}/m17n/command.mim
|
||||
#%{_datadir}/m17n/command.mim
|
||||
%{_datadir}/m17n/global.mim
|
||||
|
||||
%files datafiles
|
||||
%defattr(-,root,root)
|
||||
@ -411,7 +428,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/m17n
|
||||
%{_datadir}/m17n/cjk-*.mim
|
||||
%{_datadir}/m17n/variable.mim
|
||||
#%{_datadir}/m17n/variable.mim
|
||||
%{_datadir}/m17n/global.mim
|
||||
|
||||
|
||||
%files amharic
|
||||
@ -454,7 +472,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_datadir}/m17n
|
||||
%{_datadir}/m17n/zh-*.mim
|
||||
%{_datadir}/m17n/icons/zh-*.png
|
||||
%{_datadir}/m17n/bopo-*.mim
|
||||
#%{_datadir}/m17n/bopo-*.mim
|
||||
%{_datadir}/m17n/icons/bopo-*.png
|
||||
|
||||
|
||||
@ -499,6 +517,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/m17n
|
||||
%{_datadir}/m17n/el-*.mim
|
||||
%{_datadir}/m17n/grc-*.mim
|
||||
%{_datadir}/m17n/icons/el-*.png
|
||||
|
||||
|
||||
@ -523,7 +542,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/m17n/icons/hi-*.png
|
||||
|
||||
|
||||
%files japanese
|
||||
%files japanese -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/m17n
|
||||
%{_datadir}/m17n/ja-*.mim
|
||||
@ -691,6 +710,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/m17n/icons/vi-*.png
|
||||
|
||||
|
||||
%files Uyghur
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/m17n
|
||||
%{_datadir}/m17n/ug-*.mim
|
||||
|
||||
|
||||
|
||||
%files urdu
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/m17n
|
||||
@ -699,6 +725,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 8 2007 Mayank Jain <majain@redhat.com>
|
||||
- Resolves: Bug 221794 - Rebased to new release m17n-db-1.3.4
|
||||
- Removed patch: si-wijesekera_surrounding_to_preedit.patch
|
||||
- Added directive to delete si-wijesekera from the upstream tarball as it used surrounding text
|
||||
- Commented directive to copy bopo-kbd.mim
|
||||
- Commented directive using variable.mim and command.mim - added global.mim in place of them
|
||||
- Added sections for new Uyghur.
|
||||
- Added copy directive for Mizuochi (grc-*) keymap for classical greek
|
||||
- Added directives to install translations for japanese translations.
|
||||
- Added patch to rename si-wijesekera-preedit to si-wijesekera and add key summary as Patch2
|
||||
|
||||
* Tue Jan 2 2007 Mayank Jain <majain@redhat.com>
|
||||
- Resolves: Bug 221122: [hi_IN-remington] vowels in hi-remington are not typed correctly
|
||||
|
||||
|
25
si-wijesekera-keymap-rename_key-summary.patch
Normal file
25
si-wijesekera-keymap-rename_key-summary.patch
Normal file
@ -0,0 +1,25 @@
|
||||
--- si-wijesekera-preedit.mim 2006-12-05 16:28:57.000000000 +0530
|
||||
+++ si-wijesekera-preedit.mim.new 2007-01-08 18:26:08.000000000 +0530
|
||||
@@ -21,11 +21,21 @@
|
||||
;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||
;; 02111-1307, USA.
|
||||
|
||||
-(input-method si wijesekera-preedit)
|
||||
+(input-method si wijesekera)
|
||||
|
||||
(description "Sinhala input method based on SLS 1134 Rev. 2:2004.
|
||||
<http://www.fonts.lk/doc/sin-kbd-layout4.pdf>
|
||||
This input method uses preedit rather than surrounding text.
|
||||
+
|
||||
+Key Summary :
|
||||
+ඳ --> alt-gr+o
|
||||
+ඟ --> alt-gr+.
|
||||
+ඬ --> alt-gr+v
|
||||
+ඦ --> alt-gr+c
|
||||
+ඃ --> alt-gr+x
|
||||
+෴ --> alt-gr+'
|
||||
+
|
||||
+Key summary: Tyronne Wickramarathne <tywickra@redhat.com>
|
||||
")
|
||||
|
||||
(title "සි")
|
Loading…
Reference in New Issue
Block a user