spec updates

Original commit message from CVS:
spec updates
This commit is contained in:
Thomas Vander Stichele 2006-10-20 16:20:57 +00:00
parent 8b9468e7c7
commit b4f0d0c929
2 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2006-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
reviewed by: <delete if not using a buddy>
* gst-ffmpeg.spec.in:
2006-10-20 Mark Nauwelaerts <manauw@skynet.be>
Reviewed by: Edward Hervey <edward@fluendo.com>

View file

@ -6,7 +6,7 @@
Name: %{gstreamer}-ffmpeg
Version: @VERSION@
Release: @GST_FFMPEG_VERSION_RELEASE@
Release: @PACKAGE_VERSION_RELEASE@
Summary: GStreamer Streaming-media framework plug-in using FFmpeg.
Group: Libraries/Multimedia
@ -18,6 +18,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{gstreamer} >= 0.9.7
BuildRequires: %{gstreamer}-devel >= 0.9.7
BuildRequires: %{gstreamer}-plugins-base-devel >= 0.9.7
BuildRequires: liboil-devel >= 0.3.6
%description
GStreamer is a streaming-media framework, based on graphs of filters which
@ -36,7 +38,7 @@ multimedia formats.
%build
%configure
make %{?_smp_mflags}
make %{?_smp_mflags} CFLAGS=-Wno-error
%install
rm -rf $RPM_BUILD_ROOT
@ -56,6 +58,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-, root, root, -)
%doc AUTHORS COPYING README
%{_libdir}/gstreamer-%{gst_majorminor}/libgstffmpeg.so
%{_libdir}/gstreamer-%{gst_majorminor}/libgstpostproc.so
%changelog
* Wed Oct 05 2004 Christian Schaller <christian at fluendo dot com>