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

Revision 7739, 2.4 KB checked in by Takemikaduchi, 11 years ago (diff)

rebuild packages & security fix

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: 4%{?_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 Jul 27 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-4
53- rebuild with uim-1.6.1
54
55* Sat Aug 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-3
56- rebuilt with uim-1.6.0
57- updated Patch0
58
59* Sat Oct 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-2
60- rebuilt with uim-1.5.6 (added Patch0 for building uim-1.5.6)
61
62* Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 0.2.0-1vl5
63- new upstream release
64- build with uim-1.4.2
65- removed *.la
66- applied new versioning policy, spec in utf-8
67
68* Sat Aug 12 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.1.4-0vl3
69- rebuild with uim-1.2.0
70- update URL (source0)
71- update Requires: uim, BuildRequires: uim-devel (>= 1.2.0)
72
73* Sun Jul 16 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.4-0vl2
74- changed Group to System Environment/Libraries
75
76* Sun Jun 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.4-0vl1
77- new upstream release
78- build with scim-1.4.4/uim-1.1.0
79
80* Fri Oct 22 2004 IWAI, Masaharu <iwai@alib.jp> 0.1.3-0vl2
81- add Japanese summary and description
82
83* Wed Sep  8 2004 IWAI, Masaharu <iwai@alib.jp> 0.1.3-0vl1
84- initial build
85
Note: See TracBrowser for help on using the repository browser.