separate .flt files to flt subpackage for m17n-lib-flt
This commit is contained in:
parent
36041be150
commit
976c9a3911
21
m17n-db.spec
21
m17n-db.spec
@ -1,7 +1,7 @@
|
|||||||
Name: m17n-db
|
Name: m17n-db
|
||||||
Summary: Multilingualization datafiles for m17n-lib
|
Summary: Multilingualization datafiles for m17n-lib
|
||||||
Version: 1.5.5
|
Version: 1.5.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.m17n.org/m17n-lib/index.html
|
URL: http://www.m17n.org/m17n-lib/index.html
|
||||||
@ -50,6 +50,16 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
m17n-db common files for Chinese, Japanese and Korean input maps.
|
m17n-db common files for Chinese, Japanese and Korean input maps.
|
||||||
|
|
||||||
|
|
||||||
|
%package flt
|
||||||
|
Summary: m17n Font Layout Text data files
|
||||||
|
Group: System Environment/Libraries
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description flt
|
||||||
|
Font Layout Text rendering datafiles used by
|
||||||
|
m17n-lib's flt library for complex text layout.
|
||||||
|
|
||||||
|
|
||||||
%package generic
|
%package generic
|
||||||
Summary: Generic m17n-db input maps
|
Summary: Generic m17n-db input maps
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -193,7 +203,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# include translations
|
# include translations
|
||||||
%files datafiles -f %{name}.lang
|
%files datafiles -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/m17n/*.flt
|
|
||||||
%{_datadir}/m17n/*.fst
|
%{_datadir}/m17n/*.fst
|
||||||
%{_datadir}/m17n/*.map
|
%{_datadir}/m17n/*.map
|
||||||
%{_datadir}/m17n/*.tab
|
%{_datadir}/m17n/*.tab
|
||||||
@ -209,6 +218,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/m17n/cjk-*.mim
|
%{_datadir}/m17n/cjk-*.mim
|
||||||
|
|
||||||
|
%files flt
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_datadir}/m17n/*.flt
|
||||||
|
|
||||||
%files generic
|
%files generic
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/m17n/ispell.mim
|
%{_datadir}/m17n/ispell.mim
|
||||||
@ -218,7 +231,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/m17n/unicode.mim
|
%{_datadir}/m17n/unicode.mim
|
||||||
%{_datadir}/m17n/icons/unicode.png
|
%{_datadir}/m17n/icons/unicode.png
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 23 2009 Jens Petersen <petersen@redhat.com> - 1.5.5-3
|
||||||
|
- separate .flt files to flt subpackage for m17n-lib-flt
|
||||||
|
|
||||||
* Fri Dec 18 2009 Jens Petersen <petersen@redhat.com> - 1.5.5-2
|
* Fri Dec 18 2009 Jens Petersen <petersen@redhat.com> - 1.5.5-2
|
||||||
- add common-cjk option to mk_pkg for zh and ko
|
- add common-cjk option to mk_pkg for zh and ko
|
||||||
- use mk_pkg for zh, el, ka, ug
|
- use mk_pkg for zh, el, ka, ug
|
||||||
|
Loading…
Reference in New Issue
Block a user