summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b1ad4a6)
raw | patch | inline | side by side (parent: b1ad4a6)
author | Christian Schaller <uraeus@gnome.org> | |
Tue, 6 Nov 2007 10:01:07 +0000 (10:01 +0000) | ||
committer | Christian 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
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 | patch | blob | history | |
common | patch | blob | history | |
gstreamer.spec.in | patch | blob | history |
diff --git a/Makefile.am b/Makefile.am
index afad2a0745d810cc501947d64606ace9089b26b3..67abb18f1eb675ab24e589f63958bb15ae8fbcb1 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
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
index 34d7d649b972ea4915611a6ed88f01613bf32777..423e2ea96b5f79281f4dd20d734bd968b3d95e89 160000 (submodule)
--- a/common
+++ b/common
-Subproject commit 34d7d649b972ea4915611a6ed88f01613bf32777
+Subproject commit 423e2ea96b5f79281f4dd20d734bd968b3d95e89
diff --git a/gstreamer.spec.in b/gstreamer.spec.in
index d391fa5c26ce14268be2fa3872d7c9708969c028..e904734a2bd9ed0cb0601ea59b0d8c49ac82aa89 100644 (file)
--- a/gstreamer.spec.in
+++ b/gstreamer.spec.in
%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