Alon Bar-Lev has uploaded a new change for review.

Change subject: build: use embedded gettext
......................................................................

build: use embedded gettext

there are too many variants of version within different distributions
for us to support it externally

Change-Id: I272e4f0fe58cadf8742ac8a87d77bc560b5d12f4
Signed-off-by: Alon Bar-Lev <alon.bar...@gmail.com>
---
M .gitignore
M Makefile.am
M configure.ac
M ovirt-image-uploader.spec.in
4 files changed, 5 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-image-uploader 
refs/changes/81/13081/1

diff --git a/.gitignore b/.gitignore
index a9a4bc6..ae2e974 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,8 @@
 config.sub
 ABOUT-NLS
 
+intl
+
 tmp.*
 *.pyc
 *.pyo
diff --git a/Makefile.am b/Makefile.am
index 28a6f99..f32bc95 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,6 +38,7 @@
        $(NULL)
 
 SUBDIRS = \
+       intl \
        po \
        src \
        $(NULL)
diff --git a/configure.ac b/configure.ac
index 6510a5c..7dc75d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@
 AC_USE_SYSTEM_EXTENSIONS
 AM_INIT_AUTOMAKE
 AM_GNU_GETTEXT_VERSION([0.17])
-AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT
 
 AC_ARG_ENABLE(
        [python-syntax-check],
@@ -76,6 +76,7 @@
        ovirt-image-uploader.spec
        src/Makefile
        src/ovf/Makefile
+       intl/Makefile
        po/Makefile.in
 ])
 AC_OUTPUT
diff --git a/ovirt-image-uploader.spec.in b/ovirt-image-uploader.spec.in
index a0ffb8f..08eeaa4 100644
--- a/ovirt-image-uploader.spec.in
+++ b/ovirt-image-uploader.spec.in
@@ -29,10 +29,8 @@
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}
 BuildArch:     noarch
-Requires:      gettext
 Requires:      python
 Requires:      ovirt-engine-sdk
-BuildRequires: gettext-devel
 BuildRequires: python2-devel
 
 %description


--
To view, visit http://gerrit.ovirt.org/13081
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I272e4f0fe58cadf8742ac8a87d77bc560b5d12f4
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-image-uploader
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

Reply via email to