sl-vl.spec 2.0 KB

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