skktools-vl.spec 1.2 KB

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