summaryrefslogtreecommitdiffstats
path: root/gst-plugins-good.spec.in
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2005-09-20 17:19:43 +0000
committerChristian Schaller <uraeus@gnome.org>2005-09-20 17:19:43 +0000
commit69821962183662a9abeca8297233aa8eb738cd84 (patch)
tree50a75c30086098c6e4d72abe68d9926bd09c1cf9 /gst-plugins-good.spec.in
parent73cc7612877031848de8e99c457a489c0e44bd69 (diff)
more spec file fixoring
Original commit message from CVS: more spec file fixoring
Diffstat (limited to 'gst-plugins-good.spec.in')
-rw-r--r--gst-plugins-good.spec.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/gst-plugins-good.spec.in b/gst-plugins-good.spec.in
index 2bfae3b8..e67278ac 100644
--- a/gst-plugins-good.spec.in
+++ b/gst-plugins-good.spec.in
@@ -1,7 +1,5 @@
%define majorminor @GST_MAJORMINOR@
%define gstreamer gstreamer09
-%define gstregister %{_bindir}/gst-register-%{majorminor}
-%define register %{gstregister} > /dev/null 2>&1 || :
%define gst_minver 0.9.1
@@ -19,8 +17,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{gstreamer} >= %{gst_minver}
BuildRequires: %{gstreamer}-devel >= %{gst_minver}
-Requires(post): %{gstregister}
-Requires(postun): %{gstregister}
BuildRequires: gcc-c++
@@ -135,10 +131,8 @@ rm -rf $RPM_BUILD_ROOT
%post
@USE_GCONF_TRUE@export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
@USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas > /dev/null
-%{register}
%postun
-%{register}
%changelog
* Fri Sep 02 2005 Thomas Vander Stichele <thomas at apestaart dot org>