From: Christian Schaller Date: Fri, 4 Jan 2002 23:27:04 +0000 (+0000) Subject: Added --with-configdir parameter as the rpms tries placing the registry weird places... X-Git-Tag: RELEASE-0_3_1-BELGIANBEER~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7930956d9218daac26940fce53a1fb9dae219eb5;p=platform%2Fupstream%2Fgstreamer.git Added --with-configdir parameter as the rpms tries placing the registry weird places without it set Original commit message from CVS: Added --with-configdir parameter as the rpms tries placing the registry weird places without it set --- diff --git a/gstreamer.spec.in b/gstreamer.spec.in index 6eacf04..e5a421d 100644 --- a/gstreamer.spec.in +++ b/gstreamer.spec.in @@ -61,6 +61,9 @@ applications and plugins for GStreamer. %{_libdir}/pkgconfig/* %changelog +* Fri Jan 04 2001 Christian Schaller +- Added configdir parameter as it seems the configdir else gets weird + * Thu Jan 03 2002 Thomas Vander Stichele - split off gstreamer-editor from core - removed gstreamer-gnome-apps @@ -129,6 +132,7 @@ FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \ --sharedstatedir=%{_sharedstatedir} \ --mandir=%{_mandir} \ --infodir=%{_infodir} \ + --with-configdir=/etc/gstreamer \ --disable-tests --disable-examples --disable-debug-color if [ "$SMP" != "" ]; then (make "MAKE=make -k -j $SMP"; exit 0)