skktools-vl.spec 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. Summary: SKK dictionary editing tool
  2. Name: skktools
  3. Version: 1.3.1
  4. Release: 2%{?_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. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. %description
  14. A package is collection of files need for maintenance and
  15. expansion of SKK dictionaries.
  16. %prep
  17. %setup -q
  18. %build
  19. CFLAGS="%{optflags}" ./configure --prefix=%{_prefix} --with-gdbm
  20. make
  21. %install
  22. make prefix=%{buildroot}%{_prefix} install
  23. %clean
  24. rm -rf %{buildroot}
  25. %files
  26. %defattr(-,root,root)
  27. %doc COPYING ChangeLog README READMEs/README.C READMEs/FAQ.txt
  28. %{_bindir}/*
  29. %changelog
  30. * Sat Jun 30 2012 Munehiro Yamamoto <munepi@vinelinux.org> 1.3.1-2
  31. - rebuild
  32. * Sun Aug 29 2010 IWAI, Masaharu <iwai@alib.jp> 1.3.1-1
  33. - new upstream release
  34. - add BuildRequires: gdbm-devel
  35. * Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 1.0-1vl5
  36. - applied new versioning policy
  37. * Sun May 25 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.0-0vl1
  38. - first build for VineLinux