source: projects/specs/trunk/r/ruby-romkan/ruby-romkan-vl.spec @ 521

Revision 521, 1.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1#%%define rlibdir ruby -r rbconfig -e 'print Config::CONFIG["rubylibdir"]'
2
3Summary: a Romaji <-> Kana conversion library for Ruby
4Name: ruby-romkan
5Version: 0.4
6Release: 1%{?_dist_release}
7License: Ruby's
8Group: Development/Libraries
9Source0: http://0xcc.net/ruby-romkan/ruby-romkan-%{version}.tar.gz
10URL: http://0xcc.net/ruby-romkan/
11BuildArch: noarch
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13Requires: libruby >= 1.8.0
14BuildRequires: ruby >= 1.8.0, rpm >=  3.0.6-0vl16
15
16%description
17Ruby/Romkan is a Romaji <-> Kana conversion library for
18Ruby. It can convert a Japanese Romaji string to a Japanese
19Kana string or vice versa.
20
21%prep
22%setup -q
23
24%install
25rm -rf $RPM_BUILD_ROOT
26mkdir -p $RPM_BUILD_ROOT%{rlibdir}
27install -m 644 romkan.rb $RPM_BUILD_ROOT%{rlibdir}
28
29%clean
30rm -rf $RPM_BUILD_ROOT
31
32%files
33%defattr(-,root,root)
34%doc ChangeLog romkan.en.rd romkan.ja.rd test.rb test.sh
35%{rlibdir}/romkan.rb
36
37%changelog
38* Tue Sep 16 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4-1
39- applied new versioning policy
40- updated Source0 URL, URL:
41
42* Wed Oct 08 2003 akira yamada <akira@vinelinux.org> 0.4-0vl3
43- rebuild with ruby-1.8.0
44- Requires: libruby >= 1.8.0
45- BuildRequires: ruby >= 1.8.0
46- removed Prefix:.  this package is not relocatable.
47
48* Fri Mar 21 2003 IWAI Masaharu <iwai@alib.jp> 0.4-0vl2
49- rebuild
50
51* Sat Feb 16 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.4-0vl1
52- upstream release
53
54* Wed Feb  6 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.3-0vl2
55- moved the directory installed the ruby library
56    - sitelibdir -> rubylibdir
57- changed  rpm version in BuildRequires: 3.0.6-0vl19 -> rpm-3.0.6-0vl16
58
59* Wed Jan  2 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.3-0vl1
60- upstream release
61- first release for Vine Linux
62
63* Fri Sep  7 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp>
64- 0.3-1
65- first release
Note: See TracBrowser for help on using the repository browser.