summaryrefslogtreecommitdiffstats
path: root/gst-plugins-good.spec.in
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-12-15 10:54:28 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-12-15 10:54:28 +0000
commita5fa8eaf4d8685653130572aa494350d83cbe419 (patch)
tree294ca6c7d85c3175d3105402d2320d839292dc7d /gst-plugins-good.spec.in
parent32394b3c965ed52515d09091893a9b554aea6058 (diff)
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.in12
1 files changed, 5 insertions, 7 deletions
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 <thomas at apestaart dot org>
- clean up for splitup