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

Revision 10554, 2.6 KB checked in by tomop, 8 years ago (diff)

scim-uim-0.2.0-5

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