]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- on nstall_post_compress_docs=1 disable completly
authorkloczek <kloczek@pld-linux.org>
Wed, 27 Sep 2000 11:40:54 +0000 (11:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  %__spec_install_post_compress_docs macro.

Changed files:
    rpm.macros -> 1.32

rpm.macros

index 94cfa47574b2cd38422d08fa3e0f76aebe0b3195..2788d79398142f13f8b6a79e5659c1d04a3827c9 100644 (file)
@@ -109,16 +109,16 @@ done \
 %install_post_compress_docs    1
 %__spec_install_post_compress_docs { \
 echo "Compress man and info pages."; \
+%{?nstall_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 \
                        find "$RPM_BUILD_ROOT$i" -name \*.bz2 -print | xargs -r %{__bzip2} -df; \
                        find "$RPM_BUILD_ROOT$i" -name \*.gz -print | xargs -r %{__gzip} -dnf; \
-%{?nstall_post_compress_docs: \
                        find "$RPM_BUILD_ROOT$i" -type f -print | xargs -r %{__gzip} -9nf; \
-} \
                fi; \
        done; \
+} \
 }
 
 #-----------------------------------------------------------------
This page took 0.045691 seconds and 4 git commands to generate.