header relocation
Original commit message from CVS: header relocation
This commit is contained in:
parent
c3c167f8ef
commit
78778a9019
@ -106,10 +106,10 @@ GStreamer support libraries header files.
|
|||||||
|
|
||||||
%files -n gstreamer-plugins-devel
|
%files -n gstreamer-plugins-devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_includedir}/gst/audio/audio.h
|
%{_includedir}/gst-plugins-%{version}/gst/audio/audio.h
|
||||||
%{_includedir}/gst/idct/idct.h
|
%{_includedir}/gst-plugins-%{version}/gst/idct/idct.h
|
||||||
%{_includedir}/gst/resample/resample.h
|
%{_includedir}/gst-plugins-%{version}/gst/resample/resample.h
|
||||||
%{_includedir}/gst/riff/riff.h
|
%{_includedir}/gst-plugins-%{version}/gst/riff/riff.h
|
||||||
|
|
||||||
# Here are all the packages depending on external libs #
|
# 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
|
@USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer.schemas > /dev/null
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
||||||
- major cleanups
|
- major cleanups
|
||||||
- adding gst-register on postun everywhere
|
- adding gst-register on postun everywhere
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
includedir=@includedir@
|
includedir=@includedir@/@PACKAGE@-@VERSION@
|
||||||
|
|
||||||
Name: GStreamer Media-Specific Libraries
|
Name: GStreamer Media-Specific Libraries
|
||||||
Description: Streaming-media framework, media-specific libraries
|
Description: Streaming-media framework, media-specific libraries
|
||||||
|
Loading…
x
Reference in New Issue
Block a user