source: projects/specs/branches/6/r/rabbit/rabbit-vl.spec @ 5648

Revision 5648, 1.8 KB checked in by Takemikaduchi, 12 years ago (diff)

arpscan, aslookup, audacity, black-box, bookview, bumprace, gimp-help, js: new upstream release
libsrtp, gstreamer-filters: new package
others: rebuild

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