rabbit-vl.spec 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. Summary: an application to do presentation with RD document
  2. Summary(ja): RDで書かれた文書をもとにプレゼンテーションを行うためのソフトウェア
  3. Name: rabbit
  4. Version: 0.0.7
  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
  9. Group: Applications/Text
  10. Vendor: Project Vine
  11. Distribution: Vine Linux
  12. Packager: IWAI, Masaharu <iwai@alib.jp>
  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. %{find_lang} %{name}
  30. %clean
  31. rm -rf %{buildroot}
  32. %files -f %{name}.lang
  33. %defattr(-,root,root)
  34. %doc README.* misc sample
  35. %{rbindir}/rabbit
  36. %{rlibdir}/rabbit
  37. %{rlibdir}/rwiki
  38. %changelog
  39. * Fri Oct 10 2008 Shu KONNO <owa@bg.wakwak.com> 0.0.7-1vl5
  40. - applied new versioning policy, spec in utf-8
  41. * Thu Feb 24 2005 IWAI, Masaharu <iwai@alib.jp> 0.0.7-0vl2
  42. - build for VineSeed
  43. * Thu Feb 24 2004 IWAI, Masaharu <iwai@alib.jp> 0.0.7-0vl1
  44. - Initial build.