synco with wingo

Original commit message from CVS:
synco with wingo
This commit is contained in:
Thomas Vander Stichele 2002-01-04 21:06:42 +00:00
parent 0b08c3f213
commit 303e8225df

View file

@ -22,19 +22,19 @@ plugins.
%files %files
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS COPYING README %doc AUTHORS COPYING README
%{_bindir}/gstreamer-complete %{_bindir}/gst-complete
%{_bindir}/gstreamer-compprep %{_bindir}/gst-compprep
%{_bindir}/gstreamer-inspect %{_bindir}/gst-inspect
%{_bindir}/gstreamer-launch %{_bindir}/gst-launch
%{_bindir}/gstreamer-register %{_bindir}/gst-register
%{_libdir}/libgst.so.* %{_libdir}/libgst.so.*
%{_libdir}/gst/*.so.* %{_libdir}/gst/*.so.*
%{_libdir}/gst/*.so %{_libdir}/gst/*.so
%{_mandir}/man1/gstreamer-complete.* %{_mandir}/man1/gst-complete.*
%{_mandir}/man1/gstreamer-compprep.* %{_mandir}/man1/gst-compprep.*
%{_mandir}/man1/gstreamer-inspect.* %{_mandir}/man1/gst-inspect.*
%{_mandir}/man1/gstreamer-launch.* %{_mandir}/man1/gst-launch.*
%{_mandir}/man1/gstreamer-register.* %{_mandir}/man1/gst-register.*
%package devel %package devel
Summary: Libraries and include files for GStreamer streaming-media framework Summary: Libraries and include files for GStreamer streaming-media framework
@ -145,7 +145,7 @@ fi
%post %post
/sbin/ldconfig /sbin/ldconfig
%{_prefix}/bin/gstreamer-register --gst-mask=0 %{_prefix}/bin/gst-register --gst-mask=0
%postun %postun
/sbin/ldconfig /sbin/ldconfig