update spec file
authorChristian Schaller <uraeus@gnome.org>
Sun, 4 Dec 2005 22:46:34 +0000 (22:46 +0000)
committerChristian Schaller <uraeus@gnome.org>
Sun, 4 Dec 2005 22:46:34 +0000 (22:46 +0000)
Original commit message from CVS:
update spec file

gst-plugins-bad.spec.in

index 8c65d8a..9237333 100644 (file)
@@ -1,7 +1,7 @@
 %define majorminor  @GST_MAJORMINOR@
-%define gstreamer   gstreamer09
+%define gstreamer   gstreamer010
 
-%define gst_minver   0.9.6
+%define gst_minver   0.9.7
 
 Name:          %{gstreamer}-plugins-bad
 Version:       @VERSION@
@@ -37,6 +37,7 @@ BuildRequires:  gcc-c++
 # @USE_GSM_TRUE@Provides:       gstreamer-gsm = %{version}-%{release}
 # @USE_LIBFAME_TRUE@Provides:       gstreamer-libfame = %{version}-%{release}
 # @USE_SWFDEC_TRUE@Provides:       gstreamer-swfdec = %{version}-%{release}
+@USE_LIBMMS_TRUE@Requires: libmms >= 0.1
 
 %description
 GStreamer is a streaming media framework, based on graphs of filters which
@@ -102,6 +103,7 @@ rm -rf $RPM_BUILD_ROOT
 @USE_SDL_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstsdlvideosink.so
 # @USE_SNDFILE_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstsndfile.so
 # @USE_SWFDEC_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstswfdec.so
+@USE_LIBMMS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstmms.so
                                                                                 
 ## DXR3 ###
 # @USE_DXR3_TRUE@%package -n gstreamer-plugins-dxr3
@@ -166,25 +168,6 @@ rm -rf $RPM_BUILD_ROOT
 # @USE_NAS_TRUE@
 # @USE_NAS_TRUE@%postun -n gstreamer-plugins-nas
 
-#### MMS Protocol support ####
-# @USE_LIBMMS_TRUE@%package -n gstreamer-plugins-mms
-# @USE_LIBMMS_TRUE@Summary:  GStreamer plug-in for MMS protocol support 
-# @USE_LIBMMS_TRUE@Group:    Applications/Multimedia
-# @USE_LIBMMS_TRUE@Requires: gstreamer-plugins = %{version}
-# @USE_LIBMMS_TRUE@Requires: libmms >= 0.1
-# @USE_LIBMMS_TRUE@Obsoletes:gstreamer-mms
-# @USE_LIBMMS_TRUE@
-# @USE_LIBMMS_TRUE@%description -n gstreamer-plugins-mms
-# @USE_LIBMMS_TRUE@Plug-in for the MMS protocol used by Microsoft
-# @USE_LIBMMS_TRUE@
-# @USE_LIBMMS_TRUE@%files -n gstreamer-plugins-mms
-# @USE_LIBMMS_TRUE@%defattr(-, root, root)
-# @USE_LIBMMS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstmms.so
-# @USE_LIBMMS_TRUE@
-# @USE_LIBMMS_TRUE@%post -n gstreamer-plugins-mms
-# @USE_LIBMMS_TRUE@
-# @USE_LIBMMS_TRUE@%postun -n gstreamer-plugins-mms
-
 ### VIDEO 4 LINUX 2 ###
 # @USE_GST_V4L2_TRUE@%package -n gstreamer-plugins-v4l2
 # @USE_GST_V4L2_TRUE@Summary:       GStreamer Video for Linux 2 plug-in.