Alon Bar-Lev has uploaded a new change for review. Change subject: build: re-use external gettext ......................................................................
build: re-use external gettext Change-Id: Ie10b6003d1c5ebb32e9c6cea216a56c9b5422e15 Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M .gitignore M ChangeLog M Makefile.am M configure.ac M ovirt-host-deploy.spec.in 5 files changed, 3 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/57/14057/1 diff --git a/.gitignore b/.gitignore index ef79f4c..0de6f39 100644 --- a/.gitignore +++ b/.gitignore @@ -23,8 +23,6 @@ *.tmp __pycache__ -intl - .bundeled target src/bin/ovirt-host-deploy diff --git a/ChangeLog b/ChangeLog index 4a0a857..dc4323e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ * vdsm: bridge: fix vlan id detection, thanks to Jeff Bailey for reporting. * vdsm: hardware: do not fail if cannot read msr, rhbz#916589. * gluster: packages: start glusterd if no reboot. + * build: re-introduce external gettext packaging. 2013-02-14 - Version 1.0.0 diff --git a/Makefile.am b/Makefile.am index ad8a1d7..746c0b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,6 @@ SUBDIRS = \ build \ - intl \ po \ src \ conf.d \ diff --git a/configure.ac b/configure.ac index ceea988..314b36d 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ AC_USE_SYSTEM_EXTENSIONS AM_INIT_AUTOMAKE AM_GNU_GETTEXT_VERSION([0.17]) -AM_GNU_GETTEXT +AM_GNU_GETTEXT([external]) AC_ARG_ENABLE( [python-syntax-check], @@ -155,7 +155,6 @@ Makefile ovirt-host-deploy.spec build/Makefile - intl/Makefile po/Makefile.in src/Makefile src/bin/Makefile diff --git a/ovirt-host-deploy.spec.in b/ovirt-host-deploy.spec.in index 4c9bd19..122eba9 100644 --- a/ovirt-host-deploy.spec.in +++ b/ovirt-host-deploy.spec.in @@ -39,6 +39,7 @@ Requires: python Requires: otopi +BuildRequires: gettext BuildRequires: otopi-devel BuildRequires: python2-devel -- To view, visit http://gerrit.ovirt.org/14057 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie10b6003d1c5ebb32e9c6cea216a56c9b5422e15 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches