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

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

import VineSeed package specs

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