skktools-vl.spec 1.4 KB

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