]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- more gettextize fixes
authorMariusz Mazur <mmazur@pld-linux.org>
Thu, 21 Nov 2002 16:04:28 +0000 (16:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.92

rpm.macros

index 6876503c0fde12d5a089c40716c02c183d36dea6..c9053dec045cb2cc86be4cb15cd56b73c14efcca 100644 (file)
 #
 %__libtoolize           libtoolize --copy --force
 %__gettextize { \
-    if [ -f po/Makevars ]; then \
-        gettextize --copy --force; \
-    elif gettextize --version | grep -q '0\.11\.' ; then \
-        gettextize --copy --force  --intl; \
-           cp -f po/Makevars{.template,}; \
+    if gettextize --version | grep -q '0\.11\.' ; then \
+       if [ -f po/Makevars ]; then \
+           gettextize --copy --force --no-changelog; \
+       else \
+           gettextize --copy --force --no-changelog --intl; \
+              cp -f po/Makevars{.template,}; \
+          fi; \
        else \
                gettextize --copy --force; \
     fi; \
This page took 0.043371 seconds and 4 git commands to generate.