sl-vl.spec 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. Name: sl
  2. Summary: Just install and type 'sl' and you'll understand.
  3. Summary(ja): インストールして単に 'sl' とタイプすれば分かるでしょう :-)
  4. Version: 1.0
  5. Release: 4%{?_dist_release}
  6. Source0: %{name}-%{version}.tar.gz
  7. Patch0: %{name}-%{version}-Makefile.patch
  8. License: Copyright 1993,1998 Toyoda Masashi (toyoda@is.titech.ac.jp)
  9. Group: Applications/Other
  10. Buildroot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: ncurses-devel
  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. * Sat Apr 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-4
  39. - rebuilt with current VineSeed
  40. * Fri Jul 3 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-3
  41. - spec in UTF-8
  42. * Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-2
  43. - applied new versioning policy
  44. * Sat Jul 8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-1vl6
  45. - s/Copyright/License/
  46. - changed Group to Applications/Other
  47. * Sat May 17 2003 KAZUKI SHIMURA <rito@pos.to> 1.0-1vl5
  48. - added clean section
  49. - added -q option to %%setup
  50. - separated Japanese description
  51. * Tue Jan 23 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  52. - 1.0-1vl4
  53. - based on 1.0-1vl3 from old VinePlus (really?)
  54. - use better macros and modified Patch0