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
commit1c087c8a15062bec8bd616e9dfff7a7d4498f908 (patch)
tree09383f7a7a515aababe319fd1fd35df89b1c0bec /gst-plugins.spec.in
parent5b1cd15706e0f7a5ad73fb0bfefd64395a610004 (diff)
downloadgst-plugins-bad-1c087c8a15062bec8bd616e9dfff7a7d4498f908.tar.gz
gst-plugins-bad-1c087c8a15062bec8bd616e9dfff7a7d4498f908.tar.bz2
gst-plugins-bad-1c087c8a15062bec8bd616e9dfff7a7d4498f908.zip
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