- update to 1.3.3 bugfix release
- fixes to Bengali, Hindi, and Punjabi maps (runab, aalam) - Tamil phonetic map now works - new Tamil99 Government Standard map (I Felix)
This commit is contained in:
parent
cb9ad12ded
commit
c60a0b5c2c
@ -1,2 +1,2 @@
|
|||||||
m17n-db-1.3.2.tar.gz
|
m17n-db-1.3.3.tar.gz
|
||||||
m17n-db-indic-0.1.tar.gz
|
m17n-db-indic-0.2.1.tar.gz
|
||||||
|
11
bn-itrans-t-182227.patch
Normal file
11
bn-itrans-t-182227.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- m17n-db-1.3.3/bn-itrans.mim~ 2006-02-03 20:47:17.000000000 +0900
|
||||||
|
+++ m17n-db-1.3.3/bn-itrans.mim 2006-03-01 23:50:42.000000000 +0900
|
||||||
|
@@ -61,7 +61,7 @@
|
||||||
|
("D" "ড্")
|
||||||
|
("Dh" "ঢ্")
|
||||||
|
("N" "ণ্")
|
||||||
|
- ("t" "ত্")
|
||||||
|
+ ("t" "ত")
|
||||||
|
("th" "থ্")
|
||||||
|
("d" "দ্")
|
||||||
|
("dh" "ধ্")
|
17
m17n-db.spec
17
m17n-db.spec
@ -1,14 +1,15 @@
|
|||||||
Name: m17n-db
|
Name: m17n-db
|
||||||
Summary: Multilingualization datafiles for m17n-lib
|
Summary: Multilingualization datafiles for m17n-lib
|
||||||
Version: 1.3.2
|
Version: 1.3.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPL
|
License: LGPL
|
||||||
URL: http://www.m17n.org/m17n-lib/index.html
|
URL: http://www.m17n.org/m17n-lib/index.html
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Source1: %{name}-indic-0.1.tar.gz
|
Source1: %{name}-indic-0.2.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
Patch1: bn-itrans-t-182227.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains multilingualization (m17n) datafiles for m17n-lib
|
This package contains multilingualization (m17n) datafiles for m17n-lib
|
||||||
@ -348,7 +349,7 @@ m17n-db Vietnamese input map.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a1
|
%setup -q -a1
|
||||||
|
%patch1 -p1 -b .1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -366,6 +367,8 @@ cp -p %{name}-indic/*.png $RPM_BUILD_ROOT%{_datadir}/m17n/icons
|
|||||||
# don't need ispell or anthy
|
# don't need ispell or anthy
|
||||||
rm $RPM_BUILD_ROOT%{_datadir}/m17n/{ispell.mim,icons/en-ispell.png}
|
rm $RPM_BUILD_ROOT%{_datadir}/m17n/{ispell.mim,icons/en-ispell.png}
|
||||||
rm $RPM_BUILD_ROOT%{_datadir}/m17n/{ja-anthy.mim,icons/ja-anthy.png}
|
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}
|
||||||
|
|
||||||
# drop pkgconfig file for now
|
# drop pkgconfig file for now
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/m17n-db.pc
|
rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/m17n-db.pc
|
||||||
@ -675,6 +678,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 2 2006 Jens Petersen <petersen@redhat.com> - 1.3.3-1
|
||||||
|
- update to 1.3.3 bugfix release
|
||||||
|
- fixes to Bengali, Hindi, and Punjabi maps (runab, aalam)
|
||||||
|
- Tamil phonetic map now works
|
||||||
|
- new Tamil99 Government Standard map (I Felix)
|
||||||
|
|
||||||
* Tue Feb 14 2006 Jens Petersen <petersen@redhat.com> - 1.3.2-2
|
* Tue Feb 14 2006 Jens Petersen <petersen@redhat.com> - 1.3.2-2
|
||||||
- add Indian input maps ported from scim-tables
|
- add Indian input maps ported from scim-tables
|
||||||
- add Nepali subpackage
|
- add Nepali subpackage
|
||||||
|
Loading…
Reference in New Issue
Block a user