]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- without suggest_tags bcond for bootstraping
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 10 Apr 2007 20:32:48 +0000 (20:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.801

rpm.spec

index c1397bdd5eb132470db8ac87a86094f3e8ecc744..7f00bad3aa7f43558e925563403649f34367188f 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -15,6 +15,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++"
@@ -267,7 +268,7 @@ Requires:   popt >= %{reqpopt_ver}
 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.
This page took 0.039834 seconds and 4 git commands to generate.