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

Revision 10145, 1.2 KB checked in by ara_t, 8 years ago (diff)

BuildRequires?: glib2-devel

Line 
1Summary: SKK dictionary editing tool
2Name: skktools
3Version: 1.3.1
4Release: 3%{?_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.gz
9BuildRoot: %{_tmppath}/%{name}-%{version}-root
10BuildRequires: gdbm-devel
11BuildRequires: glib2-devel
12
13Vendor:       Project Vine
14Distribution: Vine Linux
15
16%description
17A package is collection of files need for maintenance and
18expansion of SKK dictionaries.
19
20%prep
21%setup -q
22
23%build
24CFLAGS="%{optflags}" ./configure --prefix=%{_prefix} --with-gdbm
25make
26
27%install
28make prefix=%{buildroot}%{_prefix} install
29
30%clean
31rm -rf %{buildroot}
32
33%files
34%defattr(-,root,root)
35%doc COPYING ChangeLog README READMEs/README.C READMEs/FAQ.txt
36%{_bindir}/*
37
38%changelog
39* Wed Jul 08 2015 Toshiak Ara <ara_t@384.jp> 1.3.1-3
40- BuildRequires: glib2-devel
41
42* Sat Jun 30 2012 Munehiro Yamamoto <munepi@vinelinux.org> 1.3.1-2
43- rebuild
44
45* Sun Aug 29 2010 IWAI, Masaharu <iwai@alib.jp> 1.3.1-1
46- new upstream release
47- add BuildRequires: gdbm-devel
48
49* Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 1.0-1vl5
50- applied new versioning policy
51
52* Sun May 25 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.0-0vl1
53- first build for VineLinux
Note: See TracBrowser for help on using the repository browser.