[packages/rpm-build-macros] gettextize: *** The option '--intl' is no longer available.
baggins
baggins at pld-linux.org
Sun Oct 20 19:41:05 CEST 2019
commit b8dd0565f348425e18eb34cc2f4fd2a17d4a0c68
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Oct 20 19:39:28 2019 +0200
gettextize: *** The option '--intl' is no longer available.
rpm.macros | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/rpm.macros b/rpm.macros
index cbfa117..59712fa 100644
--- a/rpm.macros
+++ b/rpm.macros
@@ -40,11 +40,7 @@
%__ninja_common_opts -v %{?_smp_mflags}
%__gettextize { \
- if grep -qs 'AM_GNU_GETTEXT.*external' configure.{ac,in} ; then \
- gettextize --copy --force --no-changelog; \
- else \
- gettextize --copy --force --no-changelog --intl; \
- fi; \
+ gettextize --copy --force --no-changelog; \
if [ ! -f po/Makevars ]; then \
cp -f po/Makevars{.template,}; \
fi; \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-macros.git/commitdiff/73cb8c34711343bfc4c1a8ef017a26000a86da5c
More information about the pld-cvs-commit
mailing list