SOURCES: rpm.macros Assume we always have newer gettext in th. Was...

arekm arekm at pld-linux.org
Thu Jun 14 23:08:49 CEST 2007


Author: arekm                        Date: Thu Jun 14 21:08:49 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
Assume we always have newer gettext in th. Was broken anyway.

---- Files affected:
SOURCES:
   rpm.macros (1.385 -> 1.386) 

---- Diffs:

================================================================
Index: SOURCES/rpm.macros
diff -u SOURCES/rpm.macros:1.385 SOURCES/rpm.macros:1.386
--- SOURCES/rpm.macros:1.385	Thu Jun 14 22:31:01 2007
+++ SOURCES/rpm.macros	Thu Jun 14 23:08:44 2007
@@ -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 [ ! -f po/Makevars ]; then \
 		cp -f po/Makevars{.template,}; \
 	fi; \
-else \
-	gettextize --copy --force; \
-fi; \
 }
 
 %__glib_gettextize	glib-gettextize --copy --force
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/rpm.macros?r1=1.385&r2=1.386&f=u



More information about the pld-cvs-commit mailing list