source: projects/specs/trunk/m/m17n-db/m17n-db-vl.spec @ 9483

Revision 9483, 2.9 KB checked in by inagaki, 9 years ago (diff)

2015-04-03 Ryoichi INAGAKI <ryo1@…>

  • anthy: updated patch
  • m17n-db, m17n-lib, xosview: updated
  • uim: updated spec


Line 
1Name:           m17n-db
2Version:        1.7.0
3Release:        1%{?dist}
4Summary:        Multilingualization datafiles for m17n-lib
5Summary(ja):    m17n-lib 用の多言語化データファイル
6
7License:        LGPLv2+
8Group:          System Environment/Libraries
9URL:            http://www.nongnu.org/m17n
10
11Source0:        http://download-mirror.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz
12## Till the Inscript2 gets upstreamed in m17n-lib, use this source
13Source1:        https://fedorahosted.org/releases/i/n/inscript2/inscript2-20120320.tar.gz
14# Following is awaiting for upstream commit
15Source2:        https://raw.githubusercontent.com/gnuman/m17n-inglish-mims/master/minglish/minglish.mim
16
17BuildArch:      noarch
18BuildRoot:      %{_tmppath}/%{name}-%{version}-root
19BuildRequires:  gettext
20
21Vendor:         Project Vine
22Distribution:   Vine Linux
23
24%description
25This package contains multilingualization (m17n) datafiles for m17n-lib
26which describe input maps, encoding maps, OpenType font data and
27font layout text rendering for languages.
28
29%package devel
30Summary:        Development files for m17n-db
31Summary(ja):    m17n-db の開発用ファイル
32Group:          Development/Libraries
33Requires:       %{name} = %{version}-%{release}
34
35%description devel
36m17n-db development files
37
38%prep
39%setup -q
40
41##extract inscript2 maps
42tar xzf %{SOURCE1}
43
44%build
45%configure
46make %{?_smp_mflags}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
51
52# don't ship unijoy map for now
53rm $RPM_BUILD_ROOT%{_datadir}/m17n/bn-unijoy.mim
54rm $RPM_BUILD_ROOT%{_datadir}/m17n/icons/bn-unijoy.png
55
56#removing ispell.mim for rh#587927
57rm $RPM_BUILD_ROOT%{_datadir}/m17n/ispell.mim
58
59#install inscript2 keymaps
60pwd
61cp -p inscript2/IM/* $RPM_BUILD_ROOT%{_datadir}/m17n/
62cp -p inscript2/icons/* $RPM_BUILD_ROOT%{_datadir}/m17n/icons
63
64# install minglish keymap
65cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/m17n
66
67%find_lang %{name}
68
69%check
70make check
71
72%clean
73rm -rf $RPM_BUILD_ROOT
74
75
76%files -f %{name}.lang
77%defattr(-,root,root)
78%doc AUTHORS COPYING README
79%{_datadir}/m17n
80
81%files devel
82%defattr(-,root,root)
83%{_bindir}/m17n-db
84%{_datadir}/pkgconfig/m17n-db.pc
85
86%changelog
87* Thu Apr  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.7.0-1
88- updated to 1.7.0
89- added SOURCE1 and SOURCE2 from Fedora
90  * Wed Feb 25 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.7.0-2
91  - Added Minglish input method (rh#1191543)
92  * Wed Mar 12 2014 Parag Nemade <pnemade AT redhat DOT com> - 1.6.5-2
93  - Add missing install commands for inscript2 maps
94- split development files into devel subpackage
95 
96* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.5-1
97- update to 1.6.5
98
99* Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.5-3
100- rebuild with VineSeed environment
101
102* Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 1.5.5-2
103- rebuilt with rpm-4.8.1 for pkg-config
104
105* Sun Feb  7 2010 IWAI, Masaharu <iwai@alib.jp> 1.5.5-1
106- new upstream relase
107
108* Wed Apr  1 2009 IWAI, Masaharu <iwai@alib.jp> 1.5.4-1
109- initial release
110
111
Note: See TracBrowser for help on using the repository browser.