rabbit-vl.spec 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. Summary: an application to do presentation with RD document
  2. Summary(ja): RDで書かれた文書をもとにプレゼンテーションを行うためのソフトウェア
  3. Name: rabbit
  4. Version: 0.6.4
  5. Release: 1%{?_dist_release}
  6. URL: http://www.cozmixng.org/~rwiki/?cmd=view;name=Rabbit
  7. Source0: http://www.cozmixng.org/~kou/download/%{name}-%{version}.tar.gz
  8. License: Ruby's and MIT
  9. Group: Applications/Text
  10. Vendor: Project Vine
  11. Distribution: Vine Linux
  12. Packager: iwaim
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildArch: noarch
  15. Requires: rdtool ruby-gnome2
  16. %description
  17. This is an application to do presentation with RD document.
  18. %description -l ja
  19. RDで書かれた文書をもとにプレゼンテーションを行うためのソフト
  20. ウェアです.
  21. %prep
  22. %setup -q
  23. %build
  24. %install
  25. rm -rf %{buildroot}
  26. %{ruby} setup.rb all --bindir=%{buildroot}%{rbindir} \
  27. --rbdir=%{buildroot}%{rlibdir} \
  28. --datadir=%{buildroot}%{_datadir}
  29. # remove file for Windows
  30. %{__rm} -f %{buildroot}%{rbindir}/rabbit.bat
  31. %{find_lang} %{name}
  32. %clean
  33. rm -rf %{buildroot}
  34. %files -f %{name}.lang
  35. %defattr(-,root,root)
  36. %doc README.* misc sample COPYING* GPL TODO NEWS*
  37. %{rbindir}/*
  38. %{rlibdir}/rabbit
  39. %{rlibdir}/rwiki
  40. %{_datadir}/rabbit
  41. %changelog
  42. * Wed Mar 17 2010 IWAI, Masaharu <iwai@alib.jp> 0.6.4-1
  43. - new upstream release
  44. - update License
  45. - update Packager syntax
  46. - update %%files section
  47. - remove batch file for Windows
  48. * Fri Oct 10 2008 Shu KONNO <owa@bg.wakwak.com> 0.0.7-1vl5
  49. - applied new versioning policy, spec in utf-8
  50. * Thu Feb 24 2005 IWAI, Masaharu <iwai@alib.jp> 0.0.7-0vl2
  51. - build for VineSeed
  52. * Thu Feb 24 2004 IWAI, Masaharu <iwai@alib.jp> 0.0.7-0vl1
  53. - Initial build.