sl-vl.spec 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. Name: sl
  2. Version: 1.0
  3. Release: 3%{?_dist_release}
  4. Source0: %{name}-%{version}.tar.gz
  5. Patch0: %{name}-%{version}-Makefile.patch
  6. Buildroot: %{_tmppath}/%{name}-%{version}-root
  7. License: Copyright 1993,1998 Toyoda Masashi (toyoda@is.titech.ac.jp)
  8. Group: Applications/Other
  9. BuildRequires: ncurses-devel
  10. Summary: Just install and type 'sl' and you'll understand.
  11. Summary(ja): インストールして単に 'sl' とタイプすれば分かるでしょう :-)
  12. Distribution: Vine Linux
  13. Vendor: Project Vine
  14. Packager: inagaki
  15. %description
  16. sl is an highly developed animation programm,
  17. which corrects your miss typing.
  18. %description -l ja
  19. sl は、高度に発展した、キータイプ矯正を目的
  20. とするアニメーションプログラムです。
  21. %prep
  22. %setup -q
  23. %patch0 -p1
  24. %build
  25. make
  26. %install
  27. rm -rf $RPM_BUILD_ROOT
  28. %makeinstall
  29. %clean
  30. rm -rf $RPM_BUILD_ROOT
  31. %files
  32. %defattr(-,root,root)
  33. %doc README
  34. %{_bindir}/sl
  35. %{_mandir}/man1/sl.1*
  36. %{_mandir}/ja/man1/sl.1*
  37. %changelog
  38. * Fri Jul 3 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-3
  39. - spec in UTF-8
  40. * Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-2
  41. - applied new versioning policy
  42. * Sat Jul 8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-1vl6
  43. - s/Copyright/License/
  44. - changed Group to Applications/Other
  45. * Sat May 17 2003 KAZUKI SHIMURA <rito@pos.to> 1.0-1vl5
  46. - added clean section
  47. - added -q option to %%setup
  48. - separated Japanese description
  49. * Tue Jan 23 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  50. - 1.0-1vl4
  51. - based on 1.0-1vl3 from old VinePlus (really?)
  52. - use better macros and modified Patch0