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

Revision 1699, 1.0 KB checked in by iwaim, 14 years ago (diff)

skktools 1.3.1-1

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