SPECS: rpm.spec - without suggest_tags bcond for bootstraping
glen
glen at pld-linux.org
Tue Apr 10 22:32:53 CEST 2007
Author: glen Date: Tue Apr 10 20:32:53 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- without suggest_tags bcond for bootstraping
---- Files affected:
SPECS:
rpm.spec (1.800 -> 1.801)
---- Diffs:
================================================================
Index: SPECS/rpm.spec
diff -u SPECS/rpm.spec:1.800 SPECS/rpm.spec:1.801
--- SPECS/rpm.spec:1.800 Tue Apr 10 18:05:14 2007
+++ SPECS/rpm.spec Tue Apr 10 22:32:48 2007
@@ -16,6 +16,7 @@
%bcond_without python # don't build python bindings
%bcond_without selinux # build without selinux support
%bcond_without system_libmagic # don't use system libmagic
+%bcond_without suggest_tags # build without Suggest tag (bootstrapping)
%bcond_with neon # build with HTTP/WebDAV support (neon library)
# force_cc - force using __cc other than "%{_target_cpu}-pld-linux-gcc"
# force_cxx - force using __cxx other than "%{_target_cpu}-pld-linux-g++"
@@ -268,7 +269,7 @@
Obsoletes: rpm-libs
# avoid SEGV caused by mixed db versions
Conflicts: poldek < 0.18.1-16
-Suggests: lzma
+%{?with_suggest_tags:Suggests: lzma}
%description lib
RPMs library.
@@ -1165,6 +1166,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.801 2007/04/10 20:32:48 glen
+- without suggest_tags bcond for bootstraping
+
Revision 1.800 2007/04/10 16:05:14 arekm
- make sure internal glob is used (in form of patch)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/rpm.spec?r1=1.800&r2=1.801&f=u
More information about the pld-cvs-commit
mailing list