source: projects/specs/trunk/p/prime-dict/prime-dict-vl.spec @ 521

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

import VineSeed package specs

Line 
1%define name prime-dict
2%define version 1.0.0
3%define release 1%{?_dist_release}
4
5Summary:        Dictionaries for PRIME
6Summary(ja):    PRIME の辞書
7Name:           %{name}
8Version:        %{version}
9Release:        %{release}
10URL:            http://sourceforge.jp/projects/prime/
11License:        GPL
12Group:          Applications/Text
13Source0:        %{name}-%{version}.tar.bz2
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15
16%description
17Dictionaries for PRIME.
18
19%description -l ja
20PRIME の辞書パッケージです.
21
22%prep
23%setup -q
24
25%build
26# fix build:
27#% define __libtoolize /bin/true
28
29%configure --with-rubydir=%{rlibdir}
30%{__make}
31
32%install
33rm -rf $RPM_BUILD_ROOT
34%{__make} install DESTDIR=${RPM_BUILD_ROOT} sitelibdir=%{rlibdir}
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39
40%check
41%{__make} check
42
43
44%files
45%defattr(-,root,root)
46%doc ChangeLog COPYING
47%{rlibdir}/*
48%{_datadir}/prime/*
49
50
51%changelog
52* Sat Nov 01 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0.0-1
53- initial build for VineSeed
54
55* Sat Mar 29 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0.0-1vl5
56- initial build for VineSeed
57
58### end of file
Note: See TracBrowser for help on using the repository browser.