source: projects/specs/branches/6/s/scim-tomoe/scim-tomoe-vl.spec @ 521

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

import VineSeed package specs

Line 
1%define scimlibdirver           1.4.0
2%define _tomoe_ver              0.6.0
3%define _libtomoe_gtk_ver       0.6.0
4
5Summary: SCIM module for Tomoe Japanese handwritten character recognition engine Tomoe
6Summary(ja): 日本語手書き文字認識エンジン「巴」の SCIM モジュール
7Name: scim-tomoe
8Version: 0.6.0
9Release: 1%{?_dist_release}
10Vendor: Project Vine
11Distribution: Vine Linux
12URL: http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMTomoe
13Source0: %{name}-%{version}.tar.gz
14License: GPLv2+
15Group: System Environment/Libraries
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17Requires: scim >= 1.4.5
18Requires: tomoe >= %{_tomoe_ver}, tomoe-gtk >= %{_libtomoe_gtk_ver}
19BuildRequires: scim-devel >= 1.4.5
20BuildRequires: tomoe-devel >= %{_tomoe_ver}
21BuildRequires: tomoe-gtk-devel >= %{_libtomoe_gtk_ver}
22
23%description
24SCIM module for Tomoe Japanese handwritten character recognition engine Tomoe
25
26%description -l ja
27日本語手書き文字認識エンジン「巴」の SCIM モジュール
28
29%prep
30%setup -q
31
32%build
33%configure \
34    --disable-static
35%__make %{?_smp_mflags}
36
37%install
38rm -rf %{buildroot}
39%__make install DESTDIR=%{buildroot}
40
41# remove unneeded files
42%__rm -f $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/*/*.la
43
44%find_lang %{name}
45
46# remove unpackaged files
47rm -rf %{buildroot}%{_libdir}/scim-1.0/%{scimlibdirver}/Helper/tomoe.{a,la}
48
49%clean
50rm -rf %{buildroot}
51
52%files -f %{name}.lang
53%defattr(-,root,root)
54%doc AUTHORS COPYING ChangeLog NEWS README TODO
55%{_bindir}/scim-tomoe
56%{_libdir}/scim-1.0/%{scimlibdirver}/Helper/tomoe.so
57%{_datadir}/scim/icons/scim-tomoe.png
58
59%changelog
60* Sun May 31 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.6.0-1
61- new upstream release
62- added --disable-static in %%configure
63- dropped scim-tomoe-0.3.0-moduledir.patch
64
65* Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 0.5.0-1vl5
66- applied new versioning policy, spec in utf-8
67
68* Sun Dec 31 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.5.0-0vl1
69- new upstream release
70- update required version of tomoe, libtomoe-gtk
71- update %%files section
72
73* Thu Dec 14 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.3.0-0vl2
74- rebuilt with scim-1.4.5, Requires/BuildRequires bumped up to 1.4.5
75- add Patch10 to fix Helper module path
76
77* Sat Nov 25 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.3.0-0vl1
78- new upstream release
79- fix dependency
80  - Requires: libtomoe-gtk instead of libtomoe-gtk-devel
81  - BuildRequires: libtomoe-gtk-devel instead of libtomoe-gtk
82
83* Tue Apr 11 2006 IWAI, Masaharu <iwai@alib.jp> 0.2.0-0vl1
84- Initial build.
Note: See TracBrowser for help on using the repository browser.