spec update tools install fixes
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 12 Feb 2004 12:13:51 +0000 (12:13 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 12 Feb 2004 12:13:51 +0000 (12:13 +0000)
Original commit message from CVS:
spec update
tools install fixes

ChangeLog
gstreamer.spec.in
tools/Makefile.am

index 16757d5..6cb8f37 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+       * tools/Makefile.am: fix man page installation
+
+2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
+
        * configure.ac:
          don't check for libxml when load/save and registry disabled (#105844)
        * gstreamer.spec.in:
index 3b46978..a5ae9f3 100644 (file)
@@ -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
index ea6e542..7d294fd 100644 (file)
@@ -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 = \