mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
remove gst-register from spec file
Original commit message from CVS: remove gst-register from spec file
This commit is contained in:
parent
13a44d4f6a
commit
49db973ea1
2 changed files with 1 additions and 4 deletions
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 1cb5d7b76a01c711674c752015089e70c394fa99
|
Subproject commit 959da4a43c2e6218eb4f43e8c7e29c1db4157db1
|
|
@ -12,7 +12,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%define gst_majorminor @GST_FFMPEG_VERSION_MAJOR@.@GST_FFMPEG_VERSION_MINOR@
|
%define gst_majorminor @GST_FFMPEG_VERSION_MAJOR@.@GST_FFMPEG_VERSION_MINOR@
|
||||||
|
|
||||||
Prereq: %{_bindir}/gst-register-%{gst_majorminor}
|
|
||||||
Requires: gstreamer >= 0.7.5
|
Requires: gstreamer >= 0.7.5
|
||||||
Requires: gstreamer-tools >= 0.7.5
|
Requires: gstreamer-tools >= 0.7.5
|
||||||
BuildRequires: gstreamer-devel >= 0.7.5
|
BuildRequires: gstreamer-devel >= 0.7.5
|
||||||
|
@ -46,10 +45,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{gst_majorminor}/*.la
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%{_bindir}/gst-register-%{gst_majorminor} > /dev/null 2> /dev/null
|
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%{_bindir}/gst-register-%{gst_majorminor} > /dev/null 2> /dev/null
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
|
|
Loading…
Reference in a new issue