~ubuntu-branches/ubuntu/vivid/rabbit/vivid

« back to all changes in this revision

Viewing changes to rabbit.spec

  • Committer: Bazaar Package Importer
  • Author(s): Youhei SASAKI
  • Date: 2009-07-22 22:15:37 UTC
  • Revision ID: james.westby@ubuntu.com-20090722221537-iy7foj73p2kyuumi
Tags: upstream-0.6.1
Import upstream version 0.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%define rbindir %(ruby -r rbconfig -e 'print Config::CONFIG["bindir"]')
 
2
%define rlibdir %(ruby -r rbconfig -e 'print Config::CONFIG["rubylibdir"]')
 
3
 
 
4
Summary: an application to do presentation with RD document
 
5
Summary(ja): RD�ǽ񤫤줿ʸ����Ȥ˥ץ쥼��ơ�������Ԥ�����Υ��եȥ�����
 
6
Name: rabbit
 
7
Version: 0.0.7
 
8
Release: 1
 
9
URL: http://www.cozmixng.org/~rwiki/?cmd=view;name=Rabbit
 
10
Source0: http://www.cozmixng.org/~kou/download/%{name}-%{version}.tar.gz
 
11
License: Ruby's
 
12
Group: Applications/Text
 
13
BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
14
BuildArch: noarch
 
15
 
 
16
%description
 
17
This is an application to do presentation with RD document.
 
18
 
 
19
%description -l ja
 
20
RD�ǽ񤫤줿ʸ����Ȥ˥ץ쥼��ơ�������Ԥ�����Υ��ե�
 
21
�������Ǥ���
 
22
 
 
23
%prep
 
24
%setup -q
 
25
 
 
26
%build
 
27
 
 
28
%install
 
29
rm -rf %{buildroot}
 
30
%{ruby} setup.rb all --bindir=%{buildroot}%{rbindir} \
 
31
                     --rbdir=%{buildroot}%{rlibdir} \
 
32
                     --datadir=%{buildroot}%{_datadir}
 
33
%{find_lang} %{name}
 
34
 
 
35
%clean
 
36
rm -rf %{buildroot}
 
37
 
 
38
%files -f %{name}.lang
 
39
%defattr(-,root,root)
 
40
%doc README.* misc sample
 
41
%{rbindir}/rabbit
 
42
%{rlibdir}/rabbit
 
43
%{rlibdir}/rwiki
 
44
 
 
45
%changelog
 
46
* Fri Feb 25 2005 IWAI, Masaharu <iwai@alib.jp> 0.0.7-1
 
47
- Initial build.
 
48