From fc62c8d1a666062959e827dc81016e296e1ee4d8 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Sat, 8 Dec 2001 16:12:15 +0000 Subject: [PATCH] Latest and greates version of gstreamer.spec file Original commit message from CVS: Latest and greates version of gstreamer.spec file --- gstreamer.spec.in | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/gstreamer.spec.in b/gstreamer.spec.in index 6ca35cca71..166339685e 100644 --- a/gstreamer.spec.in +++ b/gstreamer.spec.in @@ -634,10 +634,11 @@ Library for transfering data with the RTP protocol %{prefix}/lib/gst/librtp* %changelog +* Sat Dec 08 2001 Christian Schaller +- More minor cleanups including some fixed descriptions from Andrew Mitchell + * Fri Dec 07 2001 Christian Schaller -- Removed the CFLAGS="$RPM_OPT_FLAGS" from before .configure - Added logging to the make statement -- Added hackery to get it to build the rtp plugin * Wed Dec 05 2001 Christian Schaller - Updated in preparation for 0.3.0 release @@ -667,7 +668,7 @@ Library for transfering data with the RTP protocol %setup %build -./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} +CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} if [ "$SMP" != "" ]; then (make "MAKE=make -k -j $SMP"; exit 0) @@ -676,10 +677,6 @@ else make 2>&1 | tee make.log fi -# hackery to make the RTP plugin build -cd $RPM_BUILD_DIR/%{name}-%{ver}/plugins/rtp -make install $RPM_BUILD_ROOT%{prefix}/lib/gst/ - %install [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT