SPECS: gettext.spec - fixed: doc/Makefile.am:45: `doc_DATA' is use...

sparky sparky at pld-linux.org
Fri Jul 28 16:17:49 CEST 2006


Author: sparky                       Date: Fri Jul 28 14:17:49 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed: doc/Makefile.am:45: `doc_DATA' is used but `docdir' is undefined

---- Files affected:
SPECS:
   gettext.spec (1.125 -> 1.126) 

---- Diffs:

================================================================
Index: SPECS/gettext.spec
diff -u SPECS/gettext.spec:1.125 SPECS/gettext.spec:1.126
--- SPECS/gettext.spec:1.125	Fri Jul 28 09:07:53 2006
+++ SPECS/gettext.spec	Fri Jul 28 16:17:44 2006
@@ -46,6 +46,7 @@
 %{?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
@@ -295,6 +296,7 @@
 %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
@@ -505,6 +507,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.126  2006/07/28 14:17:44  sparky
+- fixed: doc/Makefile.am:45: `doc_DATA' is used but `docdir' is undefined
+
 Revision 1.125  2006/07/28 07:07:53  qboosh
 - updated to 0.15, updated info,pl.po-update patches
 - java enabled, use gcj by default (preferred by configure)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gettext.spec?r1=1.125&r2=1.126&f=u



More information about the pld-cvs-commit mailing list