diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-12-15 10:54:28 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-12-15 10:54:28 +0000 |
commit | a5fa8eaf4d8685653130572aa494350d83cbe419 (patch) | |
tree | 294ca6c7d85c3175d3105402d2320d839292dc7d /gst-plugins-good.spec.in | |
parent | 32394b3c965ed52515d09091893a9b554aea6058 (diff) | |
download | gstreamer-plugins-good-a5fa8eaf4d8685653130572aa494350d83cbe419.tar.gz |
adding doap file
Original commit message from CVS:
* Makefile.am:
* gst-plugins-good.doap:
* gst-plugins-good.spec.in:
adding doap file
Diffstat (limited to 'gst-plugins-good.spec.in')
-rw-r--r-- | gst-plugins-good.spec.in | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gst-plugins-good.spec.in b/gst-plugins-good.spec.in index a7606a821..31a0c2045 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 <thomas at apestaart dot org> - clean up for splitup |