source: projects/specs/trunk/s/skktools/skktools-vl.spec @ 521

Revision 521, 935 bytes checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: SKK dictionary editing tool
2Name: skktools
3Version: 1.0
4Release: 1%{?_dist_release}
5License: GPL
6Group: Applications/Text
7URL: http://openlab.ring.gr.jp/skk/tools-ja.html
8Source0: http://openlab.ring.gr.jp/skk/tools/%{name}-%{version}.tar.bz2
9BuildRoot: %{_tmppath}/%{name}-%{version}-root
10
11Vendor:       Project Vine
12Distribution: Vine Linux
13
14%description
15A package is collection of files need for maintenance and
16expansion of SKK dictionaries.
17
18%prep
19%setup -q
20
21%build
22CFLAGS="%{optflags}" ./configure --prefix=%{_prefix} --with-gdbm
23make
24
25%install
26make prefix=%{buildroot}%{_prefix} install
27
28%clean
29rm -rf %{buildroot}
30
31%files
32%defattr(-,root,root)
33%doc COPYING ChangeLog README READMEs/README.C READMEs/FAQ.txt
34%{_bindir}/*
35
36%changelog
37* Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 1.0-1vl5
38- applied new versioning policy
39
40* Sun May 25 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.0-0vl1
41- first build for VineLinux
Note: See TracBrowser for help on using the repository browser.