Author: twittner Date: Tue Sep 12 18:45:10 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - undefine with_java on !x86.* - rel. 2
---- Files affected: SPECS: qdbm.spec (1.17 -> 1.18) ---- Diffs: ================================================================ Index: SPECS/qdbm.spec diff -u SPECS/qdbm.spec:1.17 SPECS/qdbm.spec:1.18 --- SPECS/qdbm.spec:1.17 Sat Sep 9 02:09:55 2006 +++ SPECS/qdbm.spec Tue Sep 12 20:45:04 2006 @@ -10,7 +10,7 @@ Summary(pl): Quick Database Manager - szybki silnik bazy danych Name: qdbm Version: 1.8.70 -Release: 1 +Release: 2 License: LGPL Group: Libraries Source0: http://qdbm.sourceforge.net/%{name}-%{version}.tar.gz @@ -29,6 +29,9 @@ %{?with_ruby:BuildRequires: ruby-devel} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%ifnarch %{ix86} %{x86_64} +%undefine with_java +%endif %define _libexecdir %{_libdir}/qdbm %description @@ -462,6 +465,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.18 2006/09/12 18:45:04 twittner +- undefine with_java on !x86.* +- rel. 2 + Revision 1.17 2006/09/09 00:09:55 twittner - up to 1.8.70 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/qdbm.spec?r1=1.17&r2=1.18&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
