mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
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:
parent
b1ad4a6772
commit
942b97b2cb
3 changed files with 5 additions and 5 deletions
|
@ -32,7 +32,7 @@ EXTRA_DIST = \
|
||||||
gstreamer.spec gstreamer.spec.in \
|
gstreamer.spec gstreamer.spec.in \
|
||||||
gst-element-check.m4.in \
|
gst-element-check.m4.in \
|
||||||
configure.ac autogen.sh depcomp \
|
configure.ac autogen.sh depcomp \
|
||||||
ABOUT-NLS RELEASE gstreamer.doap \
|
MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \
|
||||||
$(win32)
|
$(win32)
|
||||||
|
|
||||||
CLEANFILES = gst-element-check-@GST_MAJORMINOR@.m4
|
CLEANFILES = gst-element-check-@GST_MAJORMINOR@.m4
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 34d7d649b972ea4915611a6ed88f01613bf32777
|
Subproject commit 423e2ea96b5f79281f4dd20d734bd968b3d95e89
|
|
@ -94,10 +94,10 @@ with different major/minor versions of GStreamer.
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--with-cachedir=%{_localstatedir}/cache/gstreamer-%{majorminor} \
|
|
||||||
--disable-tests --disable-examples \
|
--disable-tests --disable-examples \
|
||||||
--enable-gtk-doc
|
--enable-gtk-doc \
|
||||||
#--enable-docbook \
|
--with-cachedir=%{_localstatedir}/cache/gstreamer-%{majorminor}
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
Loading…
Reference in a new issue