| Revision 672,
1.7 KB
checked in by iwaim, 16 years ago
(diff) |
|
update: rabbit 0.6.4-1
|
| Line | |
|---|
| 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 | |
|---|
| 17 | %description |
|---|
| 18 | This is an application to do presentation with RD document. |
|---|
| 19 | |
|---|
| 20 | %description -l ja |
|---|
| 21 | RDで書かれた文書をもとにプレゼンテーションを行うためのソフト |
|---|
| 22 | ウェアです. |
|---|
| 23 | |
|---|
| 24 | %prep |
|---|
| 25 | %setup -q |
|---|
| 26 | |
|---|
| 27 | %build |
|---|
| 28 | |
|---|
| 29 | %install |
|---|
| 30 | rm -rf %{buildroot} |
|---|
| 31 | %{ruby} setup.rb all --bindir=%{buildroot}%{rbindir} \ |
|---|
| 32 | --rbdir=%{buildroot}%{rlibdir} \ |
|---|
| 33 | --datadir=%{buildroot}%{_datadir} |
|---|
| 34 | |
|---|
| 35 | # remove file for Windows |
|---|
| 36 | %{__rm} -f %{buildroot}%{rbindir}/rabbit.bat |
|---|
| 37 | |
|---|
| 38 | %{find_lang} %{name} |
|---|
| 39 | |
|---|
| 40 | %clean |
|---|
| 41 | rm -rf %{buildroot} |
|---|
| 42 | |
|---|
| 43 | %files -f %{name}.lang |
|---|
| 44 | %defattr(-,root,root) |
|---|
| 45 | %doc README.* misc sample COPYING* GPL TODO NEWS* |
|---|
| 46 | %{rbindir}/* |
|---|
| 47 | %{rlibdir}/rabbit |
|---|
| 48 | %{rlibdir}/rwiki |
|---|
| 49 | %{_datadir}/rabbit |
|---|
| 50 | |
|---|
| 51 | %changelog |
|---|
| 52 | * Wed Mar 17 2010 IWAI, Masaharu <iwai@alib.jp> 0.6.4-1 |
|---|
| 53 | - new upstream release |
|---|
| 54 | - update License |
|---|
| 55 | - update Packager syntax |
|---|
| 56 | - update %%files section |
|---|
| 57 | - remove batch file for Windows |
|---|
| 58 | |
|---|
| 59 | * Fri Oct 10 2008 Shu KONNO <owa@bg.wakwak.com> 0.0.7-1vl5 |
|---|
| 60 | - applied new versioning policy, spec in utf-8 |
|---|
| 61 | |
|---|
| 62 | * Thu Feb 24 2005 IWAI, Masaharu <iwai@alib.jp> 0.0.7-0vl2 |
|---|
| 63 | - build for VineSeed |
|---|
| 64 | |
|---|
| 65 | * Thu Feb 24 2004 IWAI, Masaharu <iwai@alib.jp> 0.0.7-0vl1 |
|---|
| 66 | - Initial build. |
|---|
| 67 | |
|---|
| 68 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.