skktools-vl.spec 935 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Summary: SKK dictionary editing tool
  2. Name: skktools
  3. Version: 1.0
  4. Release: 1%{?_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.bz2
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. Vendor: Project Vine
  11. Distribution: Vine Linux
  12. %description
  13. A package is collection of files need for maintenance and
  14. expansion of SKK dictionaries.
  15. %prep
  16. %setup -q
  17. %build
  18. CFLAGS="%{optflags}" ./configure --prefix=%{_prefix} --with-gdbm
  19. make
  20. %install
  21. make prefix=%{buildroot}%{_prefix} install
  22. %clean
  23. rm -rf %{buildroot}
  24. %files
  25. %defattr(-,root,root)
  26. %doc COPYING ChangeLog README READMEs/README.C READMEs/FAQ.txt
  27. %{_bindir}/*
  28. %changelog
  29. * Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 1.0-1vl5
  30. - applied new versioning policy
  31. * Sun May 25 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.0-0vl1
  32. - first build for VineLinux