update to 1.6.3
This commit is contained in:
parent
82b047de49
commit
3b938707c3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
m17n-db-1.6.1.tar.gz
|
||||
/m17n-db-1.6.2.tar.gz
|
||||
/m17n-db-1.6.3.tar.gz
|
||||
|
14
m17n-db.spec
14
m17n-db.spec
@ -1,7 +1,7 @@
|
||||
Name: m17n-db
|
||||
Summary: Multilingualization datafiles for m17n-lib
|
||||
Version: 1.6.2
|
||||
Release: 3%{?dist}
|
||||
Version: 1.6.3
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://www.m17n.org/m17n-lib/index.html
|
||||
@ -15,8 +15,6 @@ Patch2: bn-itrans-t-182227.patch
|
||||
Patch4: kn-itrans_key-summary_228806.patch
|
||||
Patch5: ml-itrans-keysummary-435260.patch
|
||||
# Upstream patches
|
||||
Patch6: ta-lk-renganathan-650802.patch
|
||||
Patch7: zh-cangjie-do-not-commit-extra-space.patch
|
||||
|
||||
%description
|
||||
This package contains multilingualization (m17n) datafiles for m17n-lib
|
||||
@ -47,8 +45,6 @@ pushd MIM
|
||||
%patch2 -p1 -b .2~
|
||||
%patch4 -p0 -b .4~
|
||||
%patch5 -p0 -b .5~
|
||||
%patch6 -p0 -b .6~
|
||||
%patch7 -p0 -b .7~
|
||||
popd
|
||||
|
||||
%build
|
||||
@ -68,7 +64,6 @@ rm $RPM_BUILD_ROOT%{_datadir}/m17n/ispell.mim
|
||||
%find_lang %name
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING README
|
||||
%dir %{_datadir}/m17n
|
||||
%dir %{_datadir}/m17n/icons
|
||||
@ -83,7 +78,6 @@ rm $RPM_BUILD_ROOT%{_datadir}/m17n/ispell.mim
|
||||
%{_datadir}/m17n/*.flt
|
||||
|
||||
%files extras -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/m17n/zh-*.mim
|
||||
%{_datadir}/m17n/icons/zh*.png
|
||||
%{_datadir}/m17n/ja*.mim
|
||||
@ -95,11 +89,13 @@ rm $RPM_BUILD_ROOT%{_datadir}/m17n/ispell.mim
|
||||
%{_datadir}/m17n/LOCALE.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/m17n-db
|
||||
%{_datadir}/pkgconfig/m17n-db.pc
|
||||
|
||||
%changelog
|
||||
* Tue Oct 11 2011 Parag Nemade <pnemade AT redhat DOT com> - 1.6.3-1
|
||||
- update to 1.6.3
|
||||
|
||||
* Thu Mar 24 2011 Parag Nemade <pnemade AT redhat DOT com> - 1.6.2-3
|
||||
- Resolves:rh#650802-[si] stick characters with cursor, while input with si-wijesekera.mim
|
||||
- Resolves:rh#651289-zh-cangjie.mim: excessive space after committing Chinese word
|
||||
|
Loading…
Reference in New Issue
Block a user