fixed the missing .so files for plug-ins problem where gstreamer-register didn't find them

Original commit message from CVS:
fixed the missing .so files for plug-ins problem where gstreamer-register didn't find them
This commit is contained in:
Rodney Dawes 2002-01-03 20:10:15 +00:00
parent a2c03b42b6
commit 9576d6e6e4
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2002-01-03 Rodney Dawes <dobey@free.fr>
* gstreamer.spec.in: Fixed the missing plug-ins problem
2001-12-29 Rodney Dawes <dobey@free.fr>
* gstreamer.spec.in: Fixed up for the splitification

View file

@ -29,6 +29,7 @@ plugins.
%{_bindir}/gstreamer-register
%{_libdir}/libgst.so.*
%{_libdir}/gst/*.so.*
%{_libdir}/gst/*.so
%{_mandir}/man1/gstreamer-complete.*
%{_mandir}/man1/gstreamer-compprep.*
%{_mandir}/man1/gstreamer-inspect.*