Latest and greates version of gstreamer.spec file
authorChristian Schaller <uraeus@gnome.org>
Sat, 8 Dec 2001 16:12:15 +0000 (16:12 +0000)
committerChristian Schaller <uraeus@gnome.org>
Sat, 8 Dec 2001 16:12:15 +0000 (16:12 +0000)
Original commit message from CVS:
Latest and greates version of gstreamer.spec file

gstreamer.spec.in

index 6ca35cc..1663396 100644 (file)
@@ -634,10 +634,11 @@ Library for transfering data with the RTP protocol
 %{prefix}/lib/gst/librtp*
 
 %changelog
+* Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org>
+- More minor cleanups including some fixed descriptions from Andrew Mitchell
+
 * Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org>
-- 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 <Uraeus@linuxrising.org>
 - 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