update SPEC file with latest changes, also add MAINTAINERS file to EXTRA_DIST, the ommission of this cause a weird RP...

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
This commit is contained in:
Christian Schaller 2007-11-06 10:01:07 +00:00
parent b1ad4a6772
commit 942b97b2cb
3 changed files with 5 additions and 5 deletions

View 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

2
common

@ -1 +1 @@
Subproject commit 34d7d649b972ea4915611a6ed88f01613bf32777
Subproject commit 423e2ea96b5f79281f4dd20d734bd968b3d95e89

View 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