Author: twittner Date: Sun Jan 1 10:19:26 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added BR: ruby-devel >= 1:1.8.4-5 (ruby with ruby-mkfm-shared.patch) - fix setup config option names - rel. 3, STBR (after rebuilding ruby-1.8.4-5)
---- Files affected: SPECS: sqlite-ruby.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/sqlite-ruby.spec diff -u SPECS/sqlite-ruby.spec:1.6 SPECS/sqlite-ruby.spec:1.7 --- SPECS/sqlite-ruby.spec:1.6 Sat Dec 31 11:36:33 2005 +++ SPECS/sqlite-ruby.spec Sun Jan 1 11:19:21 2006 @@ -4,7 +4,7 @@ Summary(pl): Moduł SQLite dla języka Ruby Name: sqlite-ruby Version: 2.2.1 -Release: 2 +Release: 3 License: GPL Group: Development/Languages Source0: http://rubyforge.org/frs/download.php/1825/%{name}-%{version}.tar.bz2 @@ -12,7 +12,7 @@ Source1: setup.rb URL: http://sqlite-ruby.rubyforge.org BuildRequires: rpmbuild(macros) >= 1.277 -BuildRequires: ruby-devel +BuildRequires: ruby-devel >= 1:1.8.4-5 BuildRequires: sqlite-devel %{?ruby_mod_ver_requires_eq} Obsoletes: ruby-sqlite @@ -31,8 +31,8 @@ %build ruby setup.rb config \ - --rb-dir=%{ruby_rubylibdir} \ - --so-dir=%{ruby_sitearchdir} + --rbdir=%{ruby_rubylibdir} \ + --sodir=%{ruby_sitearchdir} ruby setup.rb setup %install @@ -57,6 +57,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2006/01/01 10:19:21 twittner +- added BR: ruby-devel >= 1:1.8.4-5 (ruby with ruby-mkfm-shared.patch) +- fix setup config option names +- rel. 3, STBR (after rebuilding ruby-1.8.4-5) + Revision 1.6 2005/12/31 10:36:33 twittner - change %%ruby_mod_ver_requires_eq to %%{?ruby_mod_ver_requires_eq} - expand this macro only if defined to avoid parse error when appropriate ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/sqlite-ruby.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
