source: projects/specs/trunk/r/rabbit/rabbit-vl.spec @ 672

Revision 672, 1.7 KB checked in by iwaim, 14 years ago (diff)

update: rabbit 0.6.4-1

RevLine 
[521]1Summary: an application to do presentation with RD document
2Summary(ja): RDで書かれた文書をもとにプレゼンテーションを行うためのソフトウェア
3Name: rabbit
[672]4Version: 0.6.4
[521]5Release: 1%{?_dist_release}
6URL: http://www.cozmixng.org/~rwiki/?cmd=view;name=Rabbit
7Source0: http://www.cozmixng.org/~kou/download/%{name}-%{version}.tar.gz
[672]8License: Ruby's and MIT
[521]9Group: Applications/Text
10Vendor: Project Vine
11Distribution: Vine Linux
[672]12Packager: iwaim
[521]13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildArch: noarch
15Requires: rdtool ruby-gnome2
16
17%description
18This is an application to do presentation with RD document.
19
20%description -l ja
21RDで書かれた文書をもとにプレゼンテーションを行うためのソフト
22ウェアです.
23
24%prep
25%setup -q
26
27%build
28
29%install
30rm -rf %{buildroot}
31%{ruby} setup.rb all --bindir=%{buildroot}%{rbindir} \
32                     --rbdir=%{buildroot}%{rlibdir} \
33                     --datadir=%{buildroot}%{_datadir}
[672]34
35# remove file for Windows
36%{__rm} -f %{buildroot}%{rbindir}/rabbit.bat
37
[521]38%{find_lang} %{name}
39
40%clean
41rm -rf %{buildroot}
42
43%files -f %{name}.lang
44%defattr(-,root,root)
[672]45%doc README.* misc sample COPYING* GPL TODO NEWS*
46%{rbindir}/*
[521]47%{rlibdir}/rabbit
48%{rlibdir}/rwiki
[672]49%{_datadir}/rabbit
[521]50
51%changelog
[672]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
[521]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.