]> git.pld-linux.org Git - packages/gettext.git/commitdiff
- fixed: doc/Makefile.am:45: `doc_DATA' is used but `docdir' is undefined
authorsparky <sparky@pld-linux.org>
Fri, 28 Jul 2006 14:17:44 +0000 (14:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gettext.spec -> 1.126

gettext.spec

index 6ccc5528436f228fee8fbe5ed3e2e3376c4de8bb..e7382a920aa782ad34091577301856d4a3ffbd3c 100644 (file)
@@ -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
This page took 0.134331 seconds and 4 git commands to generate.