source: projects/specs/branches/6/s/skktools/skktools-vl.spec @ 6486

Revision 6486, 1.1 KB checked in by munepi, 12 years ago (diff)

added skktools-vl.spec

RevLine 
[521]1Summary: SKK dictionary editing tool
2Name: skktools
[1699]3Version: 1.3.1
[6486]4Release: 2%{?_dist_release}
[521]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
[6486]38* Sat Jun 30 2012 Munehiro Yamamoto <munepi@vinelinux.org> 1.3.1-2
39- rebuild
40
[1699]41* Sun Aug 29 2010 IWAI, Masaharu <iwai@alib.jp> 1.3.1-1
42- new upstream release
43- add BuildRequires: gdbm-devel
44
[521]45* Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 1.0-1vl5
46- applied new versioning policy
47
48* Sun May 25 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.0-0vl1
49- first build for VineLinux
Note: See TracBrowser for help on using the repository browser.