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

Revision 12077, 1.4 KB checked in by ara_t, 5 years ago (diff)

skktools: update to 1.3.4

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