source: projects/specs/branches/6/r/ruby-romkan/ruby-romkan-vl.spec @ 3760

Revision 3760, 1.9 KB checked in by iwaim, 13 years ago (diff)

ruby-romkan-0.4-2

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: 2%{?_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
16Vendor: Project Vine
17Distribution: Vine Linux
18
19%description
20Ruby/Romkan is a Romaji <-> Kana conversion library for
21Ruby. It can convert a Japanese Romaji string to a Japanese
22Kana string or vice versa.
23
24%prep
25%setup -q
26
27%install
28rm -rf $RPM_BUILD_ROOT
29mkdir -p $RPM_BUILD_ROOT%{rlibdir}
30install -m 644 romkan.rb $RPM_BUILD_ROOT%{rlibdir}
31
32%clean
33rm -rf $RPM_BUILD_ROOT
34
35%files
36%defattr(-,root,root)
37%doc ChangeLog romkan.en.rd romkan.ja.rd test.rb test.sh
38%{rlibdir}/romkan.rb
39
40%changelog
41* Sun May  1 2011 IWAI, Masaharu <iwai@alib.jp> 0.4-2
42- add Vendor and Distribution tags
43
44* Tue Sep 16 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4-1
45- applied new versioning policy
46- updated Source0 URL, URL:
47
48* Wed Oct 08 2003 akira yamada <akira@vinelinux.org> 0.4-0vl3
49- rebuild with ruby-1.8.0
50- Requires: libruby >= 1.8.0
51- BuildRequires: ruby >= 1.8.0
52- removed Prefix:.  this package is not relocatable.
53
54* Fri Mar 21 2003 IWAI Masaharu <iwai@alib.jp> 0.4-0vl2
55- rebuild
56
57* Sat Feb 16 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.4-0vl1
58- upstream release
59
60* Wed Feb  6 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.3-0vl2
61- moved the directory installed the ruby library
62    - sitelibdir -> rubylibdir
63- changed  rpm version in BuildRequires: 3.0.6-0vl19 -> rpm-3.0.6-0vl16
64
65* Wed Jan  2 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.3-0vl1
66- upstream release
67- first release for Vine Linux
68
69* Fri Sep  7 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp>
70- 0.3-1
71- first release
Note: See TracBrowser for help on using the repository browser.