summaryrefslogtreecommitdiffstats
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
commit78778a90196ae9306c1b41f9e0e61f12a01e2d5d (patch)
tree979f9f7c579aba5665b060f1a63f65edc2f6a454
parentc3c167f8efb756103a02cf1ca8fb9a450e968dc1 (diff)
header relocation
Original commit message from CVS: header relocation
-rw-r--r--gst-plugins.spec.in11
-rw-r--r--gstreamer-libs.pc.in2
2 files changed, 8 insertions, 5 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
diff --git a/gstreamer-libs.pc.in b/gstreamer-libs.pc.in
index b8e5db22..c76947ea 100644
--- a/gstreamer-libs.pc.in
+++ b/gstreamer-libs.pc.in
@@ -1,7 +1,7 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
-includedir=@includedir@
+includedir=@includedir@/@PACKAGE@-@VERSION@
Name: GStreamer Media-Specific Libraries
Description: Streaming-media framework, media-specific libraries