source: projects/specs/branches/6/s/scim-uim/scim-uim-vl.spec @ 1590

Revision 1590, 2.3 KB checked in by inagaki, 14 years ago (diff)

updated: uim, scim-uim

Line 
1Summary: SCIM-UIM input method engine which use uim library as the backend
2Summary(ja): バックエンドとして uim ライブラリを使った SCIM-UIM インプットメソッドエンジン
3Name: scim-uim
4Version: 0.2.0
5Release: 3%{?_dist_release}
6License: GPL
7Group: System Environment/Libraries
8URL: http://scim.freedesktop.org/
9
10Source0: http://prdownloads.sourceforge.net/scim/%{name}-%{version}.tar.gz
11Patch0: scim-uim-0.2.0-include.patch
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildRequires: scim-devel >= 1.4.4
15BuildRequires: uim-devel >= 1.2.0
16Requires: scim >= 1.4.4
17Requires: uim >= 1.2.0
18
19%description
20This is a SCIM IMEngine module which uses UIM input method library
21as the backend.
22
23%description -l ja
24バックエンドとして uim ライブラリを使った SCIM-UIM インプットメソッド
25エンジンのモジュールです。
26
27%prep
28%setup -q
29%patch0 -p1 -b .include
30
31%build
32%configure --disable-static
33make
34
35%install
36[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}
37make DESTDIR=%{buildroot} install
38
39%clean
40[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}
41
42%files
43%defattr(-,root,root)
44%doc AUTHORS COPYING ChangeLog NEWS README THANKS
45%{_libdir}/scim-1.0/1.4.0/IMEngine/uim.so
46%exclude %{_libdir}/scim-1.0/1.4.0/IMEngine/uim.la
47%dir %{_datadir}/scim
48%dir %{_datadir}/scim/icons
49%{_datadir}/scim/icons/scim-uim.png
50
51%changelog
52* Sat Aug 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-3
53- rebuilt with uim-1.6.0
54- updated Patch0
55
56* Sat Oct 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-2
57- rebuilt with uim-1.5.6 (added Patch0 for building uim-1.5.6)
58
59* Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 0.2.0-1vl5
60- new upstream release
61- build with uim-1.4.2
62- removed *.la
63- applied new versioning policy, spec in utf-8
64
65* Sat Aug 12 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.1.4-0vl3
66- rebuild with uim-1.2.0
67- update URL (source0)
68- update Requires: uim, BuildRequires: uim-devel (>= 1.2.0)
69
70* Sun Jul 16 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.4-0vl2
71- changed Group to System Environment/Libraries
72
73* Sun Jun 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.4-0vl1
74- new upstream release
75- build with scim-1.4.4/uim-1.1.0
76
77* Fri Oct 22 2004 IWAI, Masaharu <iwai@alib.jp> 0.1.3-0vl2
78- add Japanese summary and description
79
80* Wed Sep  8 2004 IWAI, Masaharu <iwai@alib.jp> 0.1.3-0vl1
81- initial build
82
Note: See TracBrowser for help on using the repository browser.