source: projects/specs/trunk/s/scim-uim/scim-uim-vl.spec @ 521

Revision 521, 2.2 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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