GNOME Bugzilla – Bug 150262
gstreamer.spec file needs correction to work with rpmbuild -ta
Last modified: 2004-12-22 21:47:04 UTC
rpm -ta gstreamer-0.8.5.tar.gz preduces an error saying items exist that do not get packaged. here is the patch (second file is corrected): diff gstreamer.spec.in /usr/src/redhat/BUILD/gstreamer-0.8.5/gstreamer.spec.in 166a167 > %{_mandir}/man1/gst-xmlinspect-%{majorminor}.* 191,192c192 < %{_includedir}/gstreamer-%{majorminor}/gst/bytestream/bytestream.h < %{_includedir}/gstreamer-%{majorminor}/gst/bytestream/adapter.h --- > %{_includedir}/gstreamer-%{majorminor}/gst/bytestream/*.h
thanks, fixed some more and commited.