Latest and greates version of gstreamer.spec file

Original commit message from CVS:
Latest and greates version of gstreamer.spec file
This commit is contained in:
Christian Schaller 2001-12-08 16:12:15 +00:00
parent 45333f4b94
commit fc62c8d1a6

View 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