source: projects/specs/trunk/r/ruby-bdb/ruby-bdb-vl.spec @ 5943

Revision 5943, 2.2 KB checked in by shaolin, 12 years ago (diff)
  • ruby-bdb: rebuild with db4-4.8.x; spec fix
Line 
1%define srcname bdb
2
3Summary: Ruby binding for Berkeley DB
4Summary(ja): Berkeley DB の Ruby バインディング
5Name: ruby-%{srcname}
6Version: 0.6.5
7Release: 2%{?_dist_release}
8Source0: ftp://moulon.inra.fr/pub/ruby/%{srcname}-%{version}.tar.gz
9License: GPL
10Group: Development/Libraries
11URL: http://moulon.inra.fr/ruby/bdb.html
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildRequires: ruby ruby-devel
15BuildRequires: db4-devel >= 4.8
16Requires: ruby
17
18Vendor: Project Vine
19Distribution: Vine Linux
20
21
22%description
23This is an interface to Berkeley DB, distributed by Sleepycat
24(http://www.sleepycat.com/)
25
26%desctiption -l ja
27Ruby に Berkeley DB ライブラリへのインタフェースを提供する
28拡張ライブラリです。
29
30%prep
31%setup -q -n %{srcname}-%{version}
32
33%build
34%{ruby} extconf.rb --with-db-version="-4.8 48"
35%{__make}
36%{__make} test
37
38%install
39rm -rf %{buildroot}
40%makeinstall sitearchdir=%{buildroot}%{rarchdir}
41
42%clean
43rm -rf %{buildroot}
44
45
46%files
47%defattr(-,root,root)
48%doc Changes README* bdb.* docs examples
49%{rarchdir}/*.so
50
51
52%changelog
53* Thu Mar 22 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.6.5-2
54- rebuild with db4-4.8.x; spec fix
55
56* Tue Oct 14 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.5-1
57- new upstream release
58- built with db-4.6.21
59- applied new versioning policy
60- spec in UTF-8
61
62* Fri Dec 28 2007 Shu KONNO <owa@bg.wakwak.com> 0.6.0-0vl4
63- s|/usr/lib|%%{_libdir}| in install
64
65* Sun Jun  3 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.0-0vl3
66- remove Requires: db4
67
68* Sun Jun  3 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.0-0vl2
69- rebuilt for VineSeed
70- rebuilt with new db-4.3.29
71
72* Sat Jun  2 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.0-0vl1
73- new upstream release
74
75* Wed Nov  9 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.6-3vl2
76- rebuild for VineSeed
77
78* Wed Oct 23 2005 Atsushi SHICHI <ats7@a.email.ne.jp> 0.5.6-3vl1
79- initial build for Vine Linux
80
81* Fri Jul 15 2005 Toru Hoshina <t@momonga-linux.org>
82- (0.5.6-3m)
83- /usr/lib/ruby
84
85* Sun Jun 11 2005 TABUCHI Takaaki <tab@momonga-linux.org>
86- (0.5.6-2m)
87- fixed missing directory name by tarball
88
89* Mon May 16 2005 Kazuhiko <kazuhiko@fdiary.net>
90- (0.5.6-1m)
91- initial import to Momonga
Note: See TracBrowser for help on using the repository browser.