From: Thomas Vander Stichele Date: Thu, 12 Feb 2004 12:13:51 +0000 (+0000) Subject: spec update tools install fixes X-Git-Tag: BRANCH-RELEASE-0_7_5-ROOT~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5757471d790374e6fc2af97e51f114ea69b3d44e;p=platform%2Fupstream%2Fgstreamer.git spec update tools install fixes Original commit message from CVS: spec update tools install fixes --- diff --git a/ChangeLog b/ChangeLog index 16757d5..6cb8f37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-02-12 Thomas Vander Stichele + * tools/Makefile.am: fix man page installation + +2004-02-12 Thomas Vander Stichele + * configure.ac: don't check for libxml when load/save and registry disabled (#105844) * gstreamer.spec.in: diff --git a/gstreamer.spec.in b/gstreamer.spec.in index 3b46978..a5ae9f3 100644 --- a/gstreamer.spec.in +++ b/gstreamer.spec.in @@ -27,6 +27,7 @@ BuildRequires: flex BuildRequires: m4 BuildRequires: gtk-doc >= 1.1 BuildRequires: gcc +BuildRequires: gettext BuildRequires: zlib-devel BuildRequires: popt > 1.6 Prereq: /sbin/ldconfig diff --git a/tools/Makefile.am b/tools/Makefile.am index ea6e542..7d294fd 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -80,18 +80,18 @@ gst_xmlinspect_@GST_MAJORMINOR@_LDADD = ../libs/gst/control/libgstcontrol-@GST_M ### man pages we want to install if GST_DISABLE_REGISTRY -GST_REGISTRY_MAN = gst-register-@GST_MAJORMINOR@.1 -else GST_REGISTRY_MAN= +else +GST_REGISTRY_MAN = gst-register-@GST_MAJORMINOR@.1 endif if GST_DISABLE_LOADSAVE +GST_LOADSAVE_MAN= +else GST_LOADSAVE_MAN = \ gst-complete-@GST_MAJORMINOR@.1 \ gst-compprep-@GST_MAJORMINOR@.1 \ gst-xmllaunch-@GST_MAJORMINOR@.1 -else -GST_LOADSAVE_MAN= endif GST_OTHER_MAN = \