]> git.pld-linux.org Git - packages/rpm.git/commitdiff
Assume we always have newer gettext in th. Was broken anyway. auto/th/rpm-build-macros-1_386-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 14 Jun 2007 21:08:44 +0000 (21:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.386

rpm.macros

index ccbec0adc4e99ce8c1e5c88b1c0d962c51ea1d94..1fede63ca32be4958d536e60bc940eb1618d1ee3 100644 (file)
@@ -15,7 +15,6 @@
 %__autopoint           autopoint --force
 
 %__gettextize { \
-if ! gettextize --version | grep -q '0\.10\.' ; then \
        if grep -qs 'AM_GNU_GETTEXT.*external' configure.{ac,in} ; then \
                gettextize --copy --force --no-changelog; \
        else \
@@ -24,9 +23,6 @@ if ! gettextize --version | grep -q '0\.10\.' ; then \
        if [ ! -f po/Makevars ]; then \
                cp -f po/Makevars{.template,}; \
        fi; \
-else \
-       gettextize --copy --force; \
-fi; \
 }
 
 %__glib_gettextize     glib-gettextize --copy --force
This page took 0.143949 seconds and 4 git commands to generate.