]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- normalize autoreqdep bcond name
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 13 Apr 2005 17:36:52 +0000 (17:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.647

rpm.spec

index 0c5e524f38b929c3082d9242dfd6ddd3fac830f9..bfcc15be88d891c2d4aa9398441ed2a8b9d867ad 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -7,11 +7,11 @@
 # - after ac drop amd64 patch and make x86_64 generic arch + subarchs amd64 and ia32e
 # 
 # Conditional build:
-%bcond_with    static  # build static rpmi (not supported at the moment)
-%bcond_without apidocs # don't generate documentation with doxygen
-%bcond_with    pkgnameinautoreq        # don't put package name in autogenerated dependancy
-%bcond_without python  # don't build python bindings
-%bcond_without selinux # dont enable selinux support
+%bcond_with    static          # build static rpmi (not supported at the moment)
+%bcond_without apidocs         # don't generate documentation with doxygen
+%bcond_with    autoreqdep      # autogenerate package name deps in addition to sonames/perl(X)
+%bcond_without python          # don't build python bindings
+%bcond_without selinux         # build without selinux support
 # force_cc             - force using __cc other than "%{_target_cpu}-pld-linux-gcc"
 # force_cxx            - force using __cxx other than "%{_target_cpu}-pld-linux-g++"
 # force_cpp            - force using __cpp other than "%{_target_cpu}-pld-linux-gcc -E"
This page took 0.075196 seconds and 4 git commands to generate.