From a5fa8eaf4d8685653130572aa494350d83cbe419 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 15 Dec 2006 10:54:28 +0000 Subject: adding doap file Original commit message from CVS: * Makefile.am: * gst-plugins-good.doap: * gst-plugins-good.spec.in: adding doap file --- gst-plugins-good.spec.in | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'gst-plugins-good.spec.in') diff --git a/gst-plugins-good.spec.in b/gst-plugins-good.spec.in index a7606a82..31a0c204 100644 --- a/gst-plugins-good.spec.in +++ b/gst-plugins-good.spec.in @@ -77,9 +77,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %clean 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 + %files -f gst-plugins-good-%{majorminor}.lang %defattr(-, root, root) -%doc AUTHORS COPYING README REQUIREMENTS +%doc AUTHORS COPYING README REQUIREMENTS gst-plugins-good.doap # non-core plugins without external dependencies %{_libdir}/gstreamer-%{majorminor}/libgstalaw.so @@ -145,12 +149,6 @@ rm -rf $RPM_BUILD_ROOT # schema files @USE_GCONF_TRUE@%{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas -%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 - -%postun - %changelog * Fri Sep 02 2005 Thomas Vander Stichele - clean up for splitup -- cgit