1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- Summary: an application to do presentation with RD document
- Summary(ja): RDで書かれた文書をもとにプレゼンテーションを行うためのソフトウェア
- Name: rabbit
- Version: 0.6.4
- Release: 1%{?_dist_release}
- URL: http://www.cozmixng.org/~rwiki/?cmd=view;name=Rabbit
- Source0: http://www.cozmixng.org/~kou/download/%{name}-%{version}.tar.gz
- License: Ruby's and MIT
- Group: Applications/Text
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: iwaim
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildArch: noarch
- Requires: rdtool ruby-gnome2
- %description
- This is an application to do presentation with RD document.
- %description -l ja
- RDで書かれた文書をもとにプレゼンテーションを行うためのソフト
- ウェアです.
- %prep
- %setup -q
- %build
- %install
- rm -rf %{buildroot}
- %{ruby} setup.rb all --bindir=%{buildroot}%{rbindir} \
- --rbdir=%{buildroot}%{rlibdir} \
- --datadir=%{buildroot}%{_datadir}
- # remove file for Windows
- %{__rm} -f %{buildroot}%{rbindir}/rabbit.bat
- %{find_lang} %{name}
- %clean
- rm -rf %{buildroot}
- %files -f %{name}.lang
- %defattr(-,root,root)
- %doc README.* misc sample COPYING* GPL TODO NEWS*
- %{rbindir}/*
- %{rlibdir}/rabbit
- %{rlibdir}/rwiki
- %{_datadir}/rabbit
- %changelog
- * Wed Mar 17 2010 IWAI, Masaharu <iwai@alib.jp> 0.6.4-1
- - new upstream release
- - update License
- - update Packager syntax
- - update %%files section
- - remove batch file for Windows
- * Fri Oct 10 2008 Shu KONNO <owa@bg.wakwak.com> 0.0.7-1vl5
- - applied new versioning policy, spec in utf-8
- * Thu Feb 24 2005 IWAI, Masaharu <iwai@alib.jp> 0.0.7-0vl2
- - build for VineSeed
- * Thu Feb 24 2004 IWAI, Masaharu <iwai@alib.jp> 0.0.7-0vl1
- - Initial build.
|