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: Iedf5d59e18c82c792258d03fdef6bf14fb28c4f2
Signed-off-by: Alon Bar-Lev <alo...@redhat.com>
---
M .gitignore
M Makefile.am
M configure.ac
M ovirt-iso-uploader.spec.in
4 files changed, 5 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-iso-uploader 
refs/changes/78/13078/1

diff --git a/.gitignore b/.gitignore
index 5c336bf..80b19ea 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 22e1970..fa0c9a4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,6 +37,7 @@
        $(NULL)
 
 SUBDIRS = \
+       intl \
        po \
        src \
        $(NULL)
diff --git a/configure.ac b/configure.ac
index d83e361..0eb2f3b 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],
@@ -75,6 +75,7 @@
        Makefile
        ovirt-iso-uploader.spec
        src/Makefile
+       intl/Makefile
        po/Makefile.in
 ])
 AC_OUTPUT
diff --git a/ovirt-iso-uploader.spec.in b/ovirt-iso-uploader.spec.in
index 8023e76..65c3dac 100644
--- a/ovirt-iso-uploader.spec.in
+++ b/ovirt-iso-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/13078
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iedf5d59e18c82c792258d03fdef6bf14fb28c4f2
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-iso-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