mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 15:04:46 +00:00
fix spec file for gst-ffmpeg
Original commit message from CVS: fix spec file for gst-ffmpeg
This commit is contained in:
parent
c8e54391c1
commit
673536e862
1 changed files with 6 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
Name: gstreamer@GST_FFMPEG_VERSION_MAJOR@@GST_FFMPEG_VERSION_MINOR@-ffmpeg
|
||||
Name: gstreamer-ffmpeg
|
||||
Version: @VERSION@
|
||||
Release: @GST_FFMPEG_VERSION_RELEASE@
|
||||
Summary: GStreamer Streaming-media framework plug-in using FFmpeg.
|
||||
|
@ -14,9 +14,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||
%define gst_majorminor @GST_FFMPEG_VERSION_MAJOR@.@GST_FFMPEG_VERSION_MINOR@
|
||||
|
||||
Prereq: %{_bindir}/gst-register-%{gst_majorminor}
|
||||
Requires: gstreamer%{versioning} >= 0.7.5
|
||||
Requires: gstreamer >= 0.7.5
|
||||
Requires: gstreamer-tools >= 0.7.5
|
||||
BuildRequires: gstreamer%{versioning}-devel >= 0.7.5
|
||||
BuildRequires: gstreamer-devel >= 0.7.5
|
||||
|
||||
%description
|
||||
GStreamer is a streaming-media framework, based on graphs of filters which
|
||||
|
@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/gstreamer-%{gst_majorminor}/libgstffmpeg.so
|
||||
|
||||
%changelog
|
||||
* Wed Oct 05 2004 Christian Schaller <christian at fluendo dot com>
|
||||
- Update SPEC file to fit the times
|
||||
|
||||
* Sat Feb 14 2004 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
- Clean up spec file
|
||||
|
||||
|
|
Loading…
Reference in a new issue