mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
gstreamer.spec.in: clean up
Original commit message from CVS: * gstreamer.spec.in: clean up
This commit is contained in:
parent
a624500066
commit
ac74756e9d
2 changed files with 39 additions and 33 deletions
17
ChangeLog
17
ChangeLog
|
@ -1,3 +1,8 @@
|
|||
2005-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* gstreamer.spec.in:
|
||||
clean up
|
||||
|
||||
2005-06-08 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* gst/gstutils.c: RPAD fixes all around.
|
||||
|
@ -1474,7 +1479,7 @@
|
|||
* check/gst/gstbus.c: (gstbus_suite):
|
||||
* check/gst/gstdata.c: (thread_ref), (gst_data_suite):
|
||||
* check/gstcheck.h:
|
||||
Fix up the timeout so that the test does not fail.
|
||||
Fix up the timeout so that the test does not fail.
|
||||
|
||||
2005-04-06 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
|
@ -2506,15 +2511,15 @@
|
|||
|
||||
* docs/pwg/building-pads.xml:
|
||||
* docs/pwg/intro-basics.xml:
|
||||
fixed a few typos, relabeled introductionary list of types
|
||||
fixed a few typos, relabeled introductionary list of types
|
||||
* docs/random/ensonic/dparams.txt:
|
||||
more notes abut dparam changes
|
||||
more notes abut dparam changes
|
||||
* libs/gst/control/dparam.c: (gst_dparam_attach):
|
||||
* libs/gst/control/dparammanager.c:
|
||||
* libs/gst/control/dparammanager.h:
|
||||
- many comments and notes on dparam implementation
|
||||
- new dparams are were not initialized to the default value
|
||||
from param spec
|
||||
- many comments and notes on dparam implementation
|
||||
- new dparams are were not initialized to the default value
|
||||
from param spec
|
||||
|
||||
2005-02-14 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
|
|
|
@ -132,34 +132,37 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%doc AUTHORS COPYING NEWS README TODO RELEASE
|
||||
%doc ABOUT-NLS REQUIREMENTS DOCBUILDING
|
||||
%{_libdir}/libgstreamer-%{majorminor}.so.*
|
||||
%{_libdir}/gstreamer-%{majorminor}/libthreadscheduler.so
|
||||
%{_libdir}/libgstcontrol-%{majorminor}.so.*
|
||||
%{_libdir}/libgstbase-%{majorminor}.so.*
|
||||
%{_libdir}/libgstcontrol-%{majorminor}.so.*
|
||||
|
||||
%dir %{_libdir}/gstreamer-%{majorminor}
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstelements*.so*
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstgetbits*.so*
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstindexers.so*
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstdataprotocol.so*
|
||||
%{_bindir}/gst-xmlinspect-%{majorminor}
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstelements.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstgetbits.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstindexers.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstdataprotocol.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libthreadscheduler.so
|
||||
|
||||
%{_bindir}/gst-complete-%{majorminor}
|
||||
%{_bindir}/gst-compprep-%{majorminor}
|
||||
%{_bindir}/gst-feedback-%{majorminor}
|
||||
%{_bindir}/gst-inspect-%{majorminor}
|
||||
%{_bindir}/gst-launch-%{majorminor}
|
||||
%{_bindir}/gst-md5sum-%{majorminor}
|
||||
%{_bindir}/gst-register-%{majorminor}
|
||||
%{_bindir}/gst-xmllaunch-%{majorminor}
|
||||
%{_bindir}/gst-typefind-%{majorminor}
|
||||
%{_bindir}/gst-feedback-%{majorminor}
|
||||
%{_mandir}/man1/gst-xmlinspect-%{majorminor}.*
|
||||
%{_mandir}/man1/gst-xmllaunch-%{majorminor}.*
|
||||
%{_bindir}/gst-xmlinspect-%{majorminor}
|
||||
%{_bindir}/gst-xmllaunch-%{majorminor}
|
||||
%{_mandir}/man1/gst-complete-%{majorminor}.*
|
||||
%{_mandir}/man1/gst-compprep-%{majorminor}.*
|
||||
%{_mandir}/man1/gst-feedback-%{majorminor}.*
|
||||
%{_mandir}/man1/gst-inspect-%{majorminor}.*
|
||||
%{_mandir}/man1/gst-launch-%{majorminor}.*
|
||||
%{_mandir}/man1/gst-md5sum-%{majorminor}.*
|
||||
%{_mandir}/man1/gst-register-%{majorminor}.*
|
||||
%{_mandir}/man1/gst-typefind-%{majorminor}.*
|
||||
%{_mandir}/man1/gst-feedback-%{majorminor}.*
|
||||
%{_mandir}/man1/gst-xmlinspect-%{majorminor}.*
|
||||
%{_mandir}/man1/gst-xmllaunch-%{majorminor}.*
|
||||
|
||||
%dir %{_localstatedir}/cache/gstreamer-%{majorminor}
|
||||
|
||||
%files -n gstreamer09-tools
|
||||
|
@ -180,30 +183,28 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%dir %{_includedir}/gstreamer-%{majorminor}
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/*.h
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/control
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/control/*.h
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/getbits
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/base/gstadapter.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/getbits/getbits.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/base/gstbasesink.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/base/gstbasesrc.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/base/gstbasetransform.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/base/gsttypefindhelper.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/dataprotocol/dataprotocol.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/base/gstcollectpads.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/base/gstpushsrc.h
|
||||
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/base
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/control
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/dataprotocol
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/getbits
|
||||
|
||||
%{_libdir}/libgstreamer-%{majorminor}.so
|
||||
%{_libdir}/libgstcontrol-%{majorminor}.so
|
||||
%{_libdir}/libgstbase-%{majorminor}.so
|
||||
%{_libdir}/libgstcontrol-%{majorminor}.so
|
||||
|
||||
%{_datadir}/aclocal/gst-element-check-%{majorminor}.m4
|
||||
%{_libdir}/pkgconfig/gstreamer-%{majorminor}.pc
|
||||
%{_libdir}/pkgconfig/gstreamer-control-%{majorminor}.pc
|
||||
%{_libdir}/pkgconfig/gstreamer-base-%{majorminor}.pc
|
||||
|
||||
# %doc %{_datadir}/gtk-doc/html/gstreamer-%{majorminor}
|
||||
# %doc %{_datadir}/gtk-doc/html/gstreamer-libs-%{majorminor}
|
||||
%doc %{_datadir}/gtk-doc/html/gstreamer-%{majorminor}
|
||||
%doc %{_datadir}/gtk-doc/html/gstreamer-libs-%{majorminor}
|
||||
|
||||
%changelog
|
||||
* Thu Jun 09 2005 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
- clean up spec for 0.9 builds
|
||||
|
||||
* Thu Feb 12 2004 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
- sync with 0.7.4 fedora spec
|
||||
|
||||
|
|
Loading…
Reference in a new issue