update SPEC file with latest changes, also add MAINTAINERS file to EXTRA_DIST, the...
authorChristian Schaller <uraeus@gnome.org>
Tue, 6 Nov 2007 10:01:07 +0000 (10:01 +0000)
committerChristian Schaller <uraeus@gnome.org>
Tue, 6 Nov 2007 10:01:07 +0000 (10:01 +0000)
Original commit message from CVS:
update SPEC file with latest changes, also add MAINTAINERS file to EXTRA_DIST, the ommission of this cause a weird RPM build error on FC8

Makefile.am
common
gstreamer.spec.in

index afad2a0..67abb18 100644 (file)
@@ -32,7 +32,7 @@ EXTRA_DIST = \
        gstreamer.spec gstreamer.spec.in \
        gst-element-check.m4.in \
        configure.ac autogen.sh depcomp \
-       ABOUT-NLS RELEASE gstreamer.doap \
+       MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \
        $(win32)
 
 CLEANFILES = gst-element-check-@GST_MAJORMINOR@.m4
diff --git a/common b/common
index 34d7d64..423e2ea 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 34d7d649b972ea4915611a6ed88f01613bf32777
+Subproject commit 423e2ea96b5f79281f4dd20d734bd968b3d95e89
index d391fa5..e904734 100644 (file)
@@ -94,10 +94,10 @@ with different major/minor versions of GStreamer.
 
 %build
 %configure \
-  --with-cachedir=%{_localstatedir}/cache/gstreamer-%{majorminor} \
   --disable-tests --disable-examples \
-  --enable-gtk-doc 
-#--enable-docbook \                                                                               
+  --enable-gtk-doc \
+  --with-cachedir=%{_localstatedir}/cache/gstreamer-%{majorminor} 
+                                                                        
 make
 
 %install