]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- reverse logick variables dor conditional disable compressing and
authorkloczek <kloczek@pld-linux.org>
Wed, 27 Sep 2000 11:56:27 +0000 (11:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  stripping.

Changed files:
    rpm.macros -> 1.34

rpm.macros

index d92260d2fca47cfb94b4968a99adce3187e5d612..42223125c7dcd9ae0e8b5d4b0b518d530617d4c4 100644 (file)
@@ -106,10 +106,10 @@ done \
 #
 # Requires: xargs, find
 #
-%install_post_compress_docs    1
+#%install_post_no_compress_docs        1
 %__spec_install_post_compress_docs { \
 echo "Compress man and info pages."; \
-%{?install_post_compress_docs: \
+%{!?install_no_post_compress_docs: \
        %{?verbose:set -x;} \
        for i in /usr/share/man /usr/X11R6/man /usr/share/info; do \
                if [ -d "$RPM_BUILD_ROOT$i" ]; then \
@@ -126,9 +126,9 @@ echo "Compress man and info pages."; \
 #
 # Requires: find, awk, strip, cut, xargs
 #
-%install_post_strip    1
+#%install_post_no_strip        1
 %__spec_install_post_strip {%{!?debug: \
-%{?install_post_strip: \
+%{!?install_no_post_strip: \
        %{?verbose:set -x;} \
        echo "Strip executable binaries and shared object files."; \
        filelist=`find $RPM_BUILD_ROOT -type f`; \
This page took 0.425004 seconds and 4 git commands to generate.