- add Indian input maps ported from scim-tables
- add Nepali subpackage
This commit is contained in:
parent
9a24f9091d
commit
cb9ad12ded
@ -1 +1,2 @@
|
||||
m17n-db-1.3.2.tar.gz
|
||||
m17n-db-indic-0.1.tar.gz
|
||||
|
28
m17n-db.spec
28
m17n-db.spec
@ -1,11 +1,12 @@
|
||||
Name: m17n-db
|
||||
Summary: Multilingualization datafiles for m17n-lib
|
||||
Version: 1.3.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
License: LGPL
|
||||
URL: http://www.m17n.org/m17n-lib/index.html
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: %{name}-indic-0.1.tar.gz
|
||||
BuildArch: noarch
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -233,6 +234,14 @@ Group: System Environment/Libraries
|
||||
m17n-db Myanmar input map.
|
||||
|
||||
|
||||
%package nepali
|
||||
Summary: m17n-db input tables for Nepali
|
||||
Group: System Environment/Libraries
|
||||
|
||||
%description nepali
|
||||
m17n-db Nepali input maps.
|
||||
|
||||
|
||||
%package oriya
|
||||
Summary: m17n-db input table for Oriya
|
||||
Group: System Environment/Libraries
|
||||
@ -338,7 +347,7 @@ m17n-db Vietnamese input map.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -a1
|
||||
|
||||
|
||||
%build
|
||||
@ -350,6 +359,10 @@ make
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%makeinstall
|
||||
|
||||
# add new Indic maps
|
||||
cp -p %{name}-indic/*.mim $RPM_BUILD_ROOT%{_datadir}/m17n
|
||||
cp -p %{name}-indic/*.png $RPM_BUILD_ROOT%{_datadir}/m17n/icons
|
||||
|
||||
# don't need ispell or anthy
|
||||
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}
|
||||
@ -563,6 +576,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/m17n/icons/my-*.png
|
||||
|
||||
|
||||
%files nepali
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/m17n
|
||||
%{_datadir}/m17n/ne-*.mim
|
||||
%{_datadir}/m17n/icons/ne-*.png
|
||||
|
||||
|
||||
%files oriya
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/m17n
|
||||
@ -655,6 +675,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 14 2006 Jens Petersen <petersen@redhat.com> - 1.3.2-2
|
||||
- add Indian input maps ported from scim-tables
|
||||
- add Nepali subpackage
|
||||
|
||||
* Fri Feb 10 2006 Jens Petersen <petersen@redhat.com> - 1.3.2-1
|
||||
- update to 1.3.2 bugfix release
|
||||
- do not include ja-anthy.mim input map
|
||||
|
Loading…
Reference in New Issue
Block a user