From af5088306c753d8e9d06f4dc18ec2862e9c4b8f9 Mon Sep 17 00:00:00 2001 From: sparky Date: Fri, 28 Jul 2006 14:17:44 +0000 Subject: [PATCH] - fixed: doc/Makefile.am:45: `doc_DATA' is used but `docdir' is undefined Changed files: gettext.spec -> 1.126 --- gettext.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gettext.spec b/gettext.spec index 6ccc552..e7382a9 100644 --- a/gettext.spec +++ b/gettext.spec @@ -45,6 +45,7 @@ BuildRequires: automake >= 1:1.7.5 %{?with_asprintf:BuildRequires: libstdc++-devel} BuildRequires: libtool >= 1:1.4.2-9 %{?with_dotnet:BuildRequires: mono-csharp} +BuildRequires: sed >= 4.0 BuildRequires: texinfo %{?with_xemacs:BuildRequires: xemacs} Obsoletes: gettext-base @@ -294,6 +295,7 @@ GNU gettext dla C#. %patch2 -p1 # patch not finished yet #%patch3 -p1 +sed -i '/docdir/a\AC_SUBST(docdir)' gettext-tools/configure.ac %{__perl} -pi -e 's/ no / nb /' gettext-runtime/po/LINGUAS gettext-tools/po/LINGUAS mv -f gettext-runtime/po/{no,nb}.po -- 2.44.0