]> git.pld-linux.org Git - packages/prime-dict.git/blob - prime-dict.spec
fcaed2d2e104c0b4acc390e84af5ce17f22f3314
[packages/prime-dict.git] / prime-dict.spec
1 Summary:        Dictionaries for PRIME - a Japanese PRedictive Input Method Editor
2 #Summary(pl.UTF-8):     -
3 Name:           prime-dict
4 Version:        1.0.0
5 Release:        1
6 License:        GPL
7 Group:          Libraries
8 Source0:        http://prime.sourceforge.jp/src/%{name}-%{version}.tar.gz
9 # Source0-md5:  41e36f11d927220917ba15bb8842a971
10 URL:            http://taiyaki.org/prime/
11 BuildRequires:  sed >= 4.0
12 BuildRequires:  rpmbuild(macros) >= 1.484
13 BuildRequires:  ruby >= 1:1.8.6
14 BuildRequires:  ruby-modules
15 %{?ruby_mod_ver_requires_eq}
16 Requires:       prime
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 # nothing to be placed there. we're not noarch only because of ruby packaging
20 %define         _enable_debug_packages  0
21
22 %description
23 Dictionaries for PRIME - a Japanese PRedictive Input Method Editor.
24
25 #%description -l pl.UTF-8
26
27 %prep
28 %setup -q
29
30 %build
31 %configure \
32         --with-rubydir=%{ruby_rubylibdir}
33
34 %{__make} -j1
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS ChangeLog
48 %{ruby_rubylibdir}/prime/prime-dict-config.rb
49 %{_datadir}/prime/dict
This page took 0.096007 seconds and 2 git commands to generate.