source: projects/specs/trunk/s/scim-honoka-plugin-anthy/scim-honoka-plugin-anthy-vl.spec @ 521

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

import VineSeed package specs

Line 
1%define src_name honoka-plugin-anthy
2%define version  0.9.0
3%define release  2%{_dist_release}
4
5%define honoka_version   0.9.0
6%define anthy_version    6606
7
8Name:       scim-honoka-plugin-anthy
9Summary:    An Anthy input plugin for HONOKA-TAN
10Summary(ja): ほのかたんのための Anthy 入力プラグイン
11Version:    %{version}
12Release:    %{release}
13Group:      System Environment/Libraries
14License:    GPLv2
15URL:        http://sourceforge.jp/projects/scim-imengine/
16Source0:    %{src_name}-%{version}.tar.bz2
17BuildRoot:  %{_tmppath}/%{name}-%{version}-root
18Requires:      anthy >= %{anthy_version}
19Requires:      scim-honoka-plugin-ascii     >= %{honoka_version}
20Requires:      scim-honoka-plugin-kanainput >= %{honoka_version}
21Requires:      scim-honoka-plugin-romkan    >= %{honoka_version}
22Requires:      scim-honoka-plugin-simpleprediction >= %{honoka_version}
23BuildRequires: scim-honoka-devel >= %{honoka_version}
24BuildRequires: anthy-devel >= %{anthy_version}
25BuildRequires: automake
26BuildRequires: libtool-ltdl
27
28%description
29scim-honoka-plugin-anthy is an Anthy input plugin for HONOKA-TAN.
30
31%description -l ja
32scim-honoka-plugin-anthy はほのかたんのための Anthy 入力プラグインです.
33
34%prep
35%setup -q -n %{src_name}-%{version}
36
37%build
38autoreconf
39[[ -f configure ]] || ./bootstrap
40
41%configure
42# (tv) parallel build is broken: --> OK???
43%{__make} %{?_smp_mflags}
44
45%install
46%{__rm} -rf $RPM_BUILD_ROOT
47%{__make} DESTDIR=$RPM_BUILD_ROOT install
48
49# remove unpackaged files
50rm -f $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/honoka/*.{a,la}
51
52%find_lang %{src_name}
53
54%clean
55%{__rm} -rf $RPM_BUILD_ROOT
56
57%post -p /sbin/ldconfig
58%postun -p /sbin/ldconfig
59
60%files -f %{src_name}.lang
61%defattr(-,root,root)
62%doc AUTHORS COPYING ChangeLog README.jp
63%{_libdir}/scim-1.0/*/honoka/*.so
64
65
66%changelog
67* Sat Oct 25 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.9.0-2
68- spec in utf-8
69
70* Sat Mar 22 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.9.0-1vl5
71- initial build for VineSeed
72
73### end of file
Note: See TracBrowser for help on using the repository browser.