summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-12-10 14:36:47 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-12-10 14:36:47 +0000
commit91f9edefc1795b13045b8680e9b34b173bd7e330 (patch)
tree9e113a413fa0af6cff22a034c479b689b7cffc62
parenta6441f264a3667ee1a285b551b969e94701cf754 (diff)
downloadgstreamer-plugins-bad-91f9edefc1795b13045b8680e9b34b173bd7e330.tar.gz
spec fixes
Original commit message from CVS: spec fixes
-rw-r--r--TODO2
-rw-r--r--gst-plugins.spec.in16
2 files changed, 11 insertions, 7 deletions
diff --git a/TODO b/TODO
index 209963c7c..c7769749c 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,5 @@
+* version the element check m4
+
* check qcam plugin; it includes source of the qcam package that might
be librified
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in
index 546bcde7a..071f05ea6 100644
--- a/gst-plugins.spec.in
+++ b/gst-plugins.spec.in
@@ -124,12 +124,12 @@ GStreamer support libraries header files.
%defattr(-, root, root)
%{_includedir}/gstreamer-%{majorminor}/gst/gconf/gconf.h
%{_includedir}/gstreamer-%{majorminor}/gst/play/play.h
-### %{_includedir}/gstreamer-%{majorminor}/gst/audio/audio.h
-### %{_includedir}/gstreamer-%{majorminor}/gst/floatcast/floatcast.h
-### %{_includedir}/gstreamer-%{majorminor}/gst/idct/idct.h
-### %{_includedir}/gstreamer-%{majorminor}/gst/resample/resample.h
-### %{_includedir}/gstreamer-%{majorminor}/gst/riff/riff.h
-### %{_includedir}/gstreamer-%{majorminor}/gst/video/video.h
+%{_includedir}/gstreamer-%{majorminor}/gst/audio/audio.h
+%{_includedir}/gstreamer-%{majorminor}/gst/floatcast/floatcast.h
+%{_includedir}/gstreamer-%{majorminor}/gst/idct/idct.h
+%{_includedir}/gstreamer-%{majorminor}/gst/resample/resample.h
+%{_includedir}/gstreamer-%{majorminor}/gst/riff/riff.h
+%{_includedir}/gstreamer-%{majorminor}/gst/video/video.h
%{_datadir}/aclocal/gst-element-check-%{majorminor}.m4
%{_libdir}/pkgconfig/gstreamer-libs-%{majorminor}.pc
%{_libdir}/pkgconfig/gstreamer-play-%{majorminor}.pc
@@ -1520,7 +1520,6 @@ This package contains a basic audio and video playback library.
%files -n gstreamer-play
%defattr(-, root, root)
-%{_sysconfdir}/gconf/schemas/gstreamer.schemas
%{_libdir}/libgstplay-%{majorminor}.so*
%post -n gstreamer-play
@@ -1530,6 +1529,9 @@ This package contains a basic audio and video playback library.
/sbin/ldconfig
%changelog
+* Tue Dec 10 2002 Thomas Vander Stichele <thomas at apestaart dot org>
+- only install schema once
+
* Sun Dec 08 2002 Thomas Vander Stichele <thomas at apestaart dot org>
- fix location of libgstpng
- changes for parallel installability