summaryrefslogtreecommitdiffstats
path: root/gst-plugins.spec.in
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-06-22 23:37:20 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-06-22 23:37:20 +0000
commit6b4bd943ceb7e97286880c9628758426e7fe9f56 (patch)
treefa2da183164edba1ecf869d4f026997eaaf67630 /gst-plugins.spec.in
parent491c8193450dc403e46e7fc6e7b8f820c3ceb04b (diff)
downloadgst-plugins-bad-6b4bd943ceb7e97286880c9628758426e7fe9f56.tar.gz
gst-plugins-bad-6b4bd943ceb7e97286880c9628758426e7fe9f56.tar.bz2
gst-plugins-bad-6b4bd943ceb7e97286880c9628758426e7fe9f56.zip
header relocation
Original commit message from CVS: header relocation
Diffstat (limited to 'gst-plugins.spec.in')
-rw-r--r--gst-plugins.spec.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in
index 6203890a..2fc3d8f5 100644
--- a/gst-plugins.spec.in
+++ b/gst-plugins.spec.in
@@ -106,10 +106,10 @@ GStreamer support libraries header files.
%files -n gstreamer-plugins-devel
%defattr(-, root, root)
-%{_includedir}/gst/audio/audio.h
-%{_includedir}/gst/idct/idct.h
-%{_includedir}/gst/resample/resample.h
-%{_includedir}/gst/riff/riff.h
+%{_includedir}/gst-plugins-%{version}/gst/audio/audio.h
+%{_includedir}/gst-plugins-%{version}/gst/idct/idct.h
+%{_includedir}/gst-plugins-%{version}/gst/resample/resample.h
+%{_includedir}/gst-plugins-%{version}/gst/riff/riff.h
# Here are all the packages depending on external libs #
@@ -1179,6 +1179,9 @@ processed with the lavtools from mjpegtools.
@USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer.schemas > /dev/null
%changelog
+* Sun Jun 23 2002 Thomas Vander Stichele <thomas@apestaart.org>
+- changed header location of plug-in libs
+
* Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
- major cleanups
- adding gst-register on postun everywhere