summaryrefslogtreecommitdiffstats
path: root/gst-plugins.spec.in
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-05-03 09:59:10 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-05-03 09:59:10 +0000
commit223ce42ed6a3c551f68005eaafb287d118dd271a (patch)
tree74fb4b351dfdf14e1071f0165e853a883e4de8ee /gst-plugins.spec.in
parent56efeff3b4c1a1731449128ce69798dd2d43d501 (diff)
various name fixes and sundry
Original commit message from CVS: various name fixes and sundry
Diffstat (limited to 'gst-plugins.spec.in')
-rw-r--r--gst-plugins.spec.in30
1 files changed, 14 insertions, 16 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in
index e46053fe..83201b6c 100644
--- a/gst-plugins.spec.in
+++ b/gst-plugins.spec.in
@@ -234,22 +234,20 @@ fi
@USE_ESD_TRUE@/sbin/ldconfig
### FESTIVAL ###
-@USE_FESTIVAL_TRUE@%package -n gstreamer-festival
-@USE_FESTIVAL_TRUE@Summary: GStreamer plugin for text-to-speech support using Festival
-@USE_FESTIVAL_TRUE@Group: Libraries/Multimedia
-@USE_FESTIVAL_TRUE@Requires: gstreamer-plugins >= %{version}
-@USE_FESTIVAL_TRUE@Requires: festival >= 1.4.1
-@USE_FESTIVAL_TRUE@BuildRequires: festival-devel >= 1.4.1
-@USE_FESTIVAL_TRUE@
-@USE_FESTIVAL_TRUE@%description -n gstreamer-festival
-@USE_FESTIVAL_TRUE@Element for text-to-speech using the festival server.
-@USE_FESTIVAL_TRUE@
-@USE_FESTIVAL_TRUE@%files -n gstreamer-festival
-@USE_FESTIVAL_TRUE@%defattr(-, root, root)
-@USE_FESTIVAL_TRUE@%{prefix}/lib/gst/libgstfestival*
-@USE_FESTIVAL_TRUE@
-@USE_FESTIVAL_TRUE@%post -n gstreamer-festival
-@USE_FESTIVAL_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
+%package -n gstreamer-festival
+Summary: GStreamer plugin for text-to-speech support using Festival
+Group: Libraries/Multimedia
+Requires: gstreamer-plugins >= %{version}
+
+%description -n gstreamer-festival
+Element for text-to-speech using the festival server.
+
+%files -n gstreamer-festival
+%defattr(-, root, root)
+%{prefix}/lib/gst/libgstfestival*
+
+%post -n gstreamer-festival
+%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
### FLAC ###
@USE_FLAC_TRUE@%package -n gstreamer-flac