remove gst-register from spec file

Original commit message from CVS:
remove gst-register from spec file
This commit is contained in:
Christian Schaller 2005-11-05 10:05:06 +00:00
parent 13a44d4f6a
commit 49db973ea1
2 changed files with 1 additions and 4 deletions

2
common

@ -1 +1 @@
Subproject commit 1cb5d7b76a01c711674c752015089e70c394fa99
Subproject commit 959da4a43c2e6218eb4f43e8c7e29c1db4157db1

View file

@ -12,7 +12,6 @@ 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 >= 0.7.5
Requires: gstreamer-tools >= 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
%post
%{_bindir}/gst-register-%{gst_majorminor} > /dev/null 2> /dev/null
%postun
%{_bindir}/gst-register-%{gst_majorminor} > /dev/null 2> /dev/null
%files
%defattr(-, root, root, -)