Blame SPECS/gstreamer.spec

b074e4
%define         gstreamer       gstreamer
b074e4
%define         majorminor      0.10
b074e4
b074e4
%define         _glib2                  2.22
b074e4
%define         _libxml2                2.4.0
b074e4
%define         _gobject-introspection  0.6.3
b074e4
b074e4
Name:           %{gstreamer}
b074e4
Version:        0.10.36
cfdc59
Release:        7%{?dist}
b074e4
Summary:        GStreamer streaming media framework runtime
b074e4
b074e4
Group:          Applications/Multimedia
b074e4
License:        LGPLv2+
b074e4
URL:            http://gstreamer.freedesktop.org/
b074e4
#Source:         http://gstreamer.freedesktop.org/src/gstreamer/pre/gstreamer-%{version}.tar.xz
b074e4
Source:         http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{version}.tar.xz
b074e4
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
b074e4
b074e4
Requires:       gstreamer-tools >= %{version}
b074e4
b074e4
BuildRequires:  glib2-devel >= %{_glib2}
b074e4
BuildRequires:  libxml2-devel >= %{_libxml2}
b074e4
BuildRequires:  bison
b074e4
BuildRequires:  flex
b074e4
BuildRequires:  m4
b074e4
BuildRequires:  check-devel
b074e4
BuildRequires:  gtk-doc >= 1.3
b074e4
BuildRequires:  gettext
b074e4
BuildRequires:  pkgconfig
b074e4
BuildRequires:  gobject-introspection-devel >= %{_gobject-introspection}
b074e4
# We need to use the system libtool or else we end up with RPATHs
b074e4
BuildRequires:  libtool
b074e4
b074e4
# because AM_PROG_LIBTOOL was used in configure.ac
b074e4
BuildRequires:  gcc-c++
b074e4
b074e4
# For the GStreamer RPM provides
b074e4
Patch1:         gstreamer-inspect-rpm-format.patch
b074e4
Source1:        gstreamer.prov
b074e4
Source2:        gstreamer.attr
b074e4
b074e4
### documentation requirements
b074e4
BuildRequires:  python2
b074e4
BuildRequires:  openjade
b074e4
BuildRequires:  jadetex
b074e4
BuildRequires:  libxslt
b074e4
BuildRequires:  docbook-style-dsssl
b074e4
BuildRequires:  docbook-style-xsl
b074e4
BuildRequires:  docbook-utils
b074e4
BuildRequires:  transfig
b074e4
BuildRequires:  netpbm-progs
b074e4
BuildRequires:  tetex-dvips
b074e4
BuildRequires:  ghostscript
b074e4
%if !0%{?rhel}
b074e4
BuildRequires:  xfig
b074e4
%endif
b074e4
b074e4
%description
b074e4
GStreamer is a streaming media framework, based on graphs of filters which
b074e4
operate on media data. Applications using this library can do anything
b074e4
from real-time sound processing to playing videos, and just about anything
b074e4
else media-related.  Its plugin-based architecture means that new data
b074e4
types or processing capabilities can be added simply by installing new 
b074e4
plugins.
b074e4
b074e4
%package devel
b074e4
Summary:        Libraries/include files for GStreamer streaming media framework
b074e4
Group:          Development/Libraries
b074e4
b074e4
Requires:       %{name} = %{version}-%{release}
b074e4
Requires:       glib2-devel >= %{_glib2}
b074e4
Requires:       libxml2-devel >= %{_libxml2}
b074e4
Requires:       check-devel
b074e4
b074e4
%description devel
b074e4
GStreamer is a streaming media framework, based on graphs of filters which
b074e4
operate on media data. Applications using this library can do anything
b074e4
from real-time sound processing to playing videos, and just about anything
b074e4
else media-related.  Its plugin-based architecture means that new data
b074e4
types or processing capabilities can be added simply by installing new   
b074e4
plugins.
b074e4
b074e4
This package contains the libraries and includes files necessary to develop
b074e4
applications and plugins for GStreamer. If you plan to develop applications
b074e4
with GStreamer, consider installing the gstreamer-devel-docs package and the
b074e4
documentation packages for any plugins you intend to use.
b074e4
b074e4
%package devel-docs
b074e4
Summary: Developer documentation for GStreamer streaming media framework
b074e4
Group: Development/Libraries
b074e4
Requires: %{name} = %{version}-%{release}
b074e4
# for /usr/share/gtk-doc/html
b074e4
Requires: gtk-doc
b074e4
BuildArch: noarch
b074e4
b074e4
%description devel-docs
b074e4
This package contains developer documentation for the GStreamer streaming
b074e4
media framework.
b074e4
b074e4
%package -n gstreamer-tools
b074e4
Summary:        common tools and files for GStreamer streaming media framework
b074e4
Group:          Applications/Multimedia
b074e4
# gst-feedback uses these
b074e4
Requires:       which, pkgconfig
b074e4
b074e4
%description -n gstreamer-tools
b074e4
GStreamer is a streaming media framework, based on graphs of filters which
b074e4
operate on media data. Applications using this library can do anything
b074e4
from real-time sound processing to playing videos, and just about anything
b074e4
else media-related.  Its plugin-based architecture means that new data
b074e4
types or processing capabilities can be added simply by installing new   
b074e4
plugins.
b074e4
b074e4
This package contains wrapper scripts for the command-line tools that work
b074e4
with different major/minor versions of GStreamer.
b074e4
b074e4
%prep
b074e4
%setup -q
b074e4
b074e4
%patch1 -p1 -b .rpm-provides
b074e4
b074e4
%build
b074e4
%configure \
b074e4
  --with-package-name='Fedora Core gstreamer package' \
b074e4
  --with-package-origin='http://download.fedora.redhat.com/fedora' \
b074e4
  --enable-gtk-doc \
b074e4
  --enable-debug \
b074e4
  --disable-tests --disable-examples
b074e4
b074e4
make %{?_smp_mflags} ERROR_CFLAGS="" LIBTOOL="%{_bindir}/libtool"
b074e4
b074e4
%install  
b074e4
rm -rf $RPM_BUILD_ROOT
b074e4
b074e4
# Install doc temporarily in order to be included later by rpm
b074e4
make install DESTDIR=$RPM_BUILD_ROOT
b074e4
b074e4
%find_lang gstreamer-%{majorminor}
b074e4
# Clean out files that should not be part of the rpm. 
b074e4
rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.la
b074e4
rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
b074e4
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
b074e4
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
b074e4
# Create empty cache directory
b074e4
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/gstreamer-%{majorminor}
b074e4
# Add the provides script
b074e4
install -m0755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_rpmconfigdir}/gstreamer.prov
b074e4
# Add the gstreamer plugin file attribute entry (rpm >= 4.9.0)
b074e4
install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer.attr
b074e4
b074e4
%clean
b074e4
rm -rf $RPM_BUILD_ROOT
b074e4
b074e4
%post -p /sbin/ldconfig
b074e4
b074e4
%postun -p /sbin/ldconfig
b074e4
b074e4
%files -f gstreamer-%{majorminor}.lang
b074e4
%defattr(-, root, root, -)
b074e4
%doc AUTHORS COPYING NEWS README RELEASE TODO
b074e4
%{_libdir}/libgstreamer-%{majorminor}.so.*
b074e4
%{_libdir}/libgstbase-%{majorminor}.so.*
b074e4
%{_libdir}/libgstcontroller-%{majorminor}.so.*
b074e4
%{_libdir}/libgstdataprotocol-%{majorminor}.so.*
b074e4
%{_libdir}/libgstnet-%{majorminor}.so.*
b074e4
%{_libexecdir}/gstreamer-%{majorminor}/
b074e4
b074e4
%dir %{_libdir}/gstreamer-%{majorminor}
b074e4
%{_libdir}/gstreamer-%{majorminor}/libgstcoreelements.so
b074e4
%{_libdir}/gstreamer-%{majorminor}/libgstcoreindexers.so
b074e4
b074e4
%{_libdir}/girepository-1.0/Gst-0.10.typelib
b074e4
%{_libdir}/girepository-1.0/GstBase-0.10.typelib
b074e4
%{_libdir}/girepository-1.0/GstCheck-0.10.typelib
b074e4
%{_libdir}/girepository-1.0/GstController-0.10.typelib
b074e4
%{_libdir}/girepository-1.0/GstNet-0.10.typelib
b074e4
b074e4
%{_bindir}/gst-feedback-%{majorminor}
b074e4
%{_bindir}/gst-inspect-%{majorminor}
b074e4
%{_bindir}/gst-launch-%{majorminor}
b074e4
%{_bindir}/gst-typefind-%{majorminor}
b074e4
%{_bindir}/gst-xmlinspect-%{majorminor}
b074e4
%{_bindir}/gst-xmllaunch-%{majorminor}
b074e4
b074e4
%doc %{_mandir}/man1/gst-feedback-%{majorminor}.*
b074e4
%doc %{_mandir}/man1/gst-inspect-%{majorminor}.*
b074e4
%doc %{_mandir}/man1/gst-launch-%{majorminor}.*
b074e4
%doc %{_mandir}/man1/gst-typefind-%{majorminor}.*
b074e4
%doc %{_mandir}/man1/gst-xmlinspect-%{majorminor}.*
b074e4
%doc %{_mandir}/man1/gst-xmllaunch-%{majorminor}.*
b074e4
b074e4
%files -n gstreamer-tools
b074e4
%defattr(-, root, root, -)
b074e4
%{_bindir}/gst-feedback
b074e4
%{_bindir}/gst-inspect
b074e4
%{_bindir}/gst-launch
b074e4
%{_bindir}/gst-typefind
b074e4
%{_bindir}/gst-xmlinspect
b074e4
%{_bindir}/gst-xmllaunch
b074e4
b074e4
%files devel
b074e4
%defattr(-, root, root, -)
b074e4
%dir %{_includedir}/gstreamer-%{majorminor}
b074e4
%dir %{_includedir}/gstreamer-%{majorminor}/gst
b074e4
%{_includedir}/gstreamer-%{majorminor}/gst/*.h
b074e4
b074e4
%{_includedir}/gstreamer-%{majorminor}/gst/base
b074e4
%{_includedir}/gstreamer-%{majorminor}/gst/check
b074e4
%{_includedir}/gstreamer-%{majorminor}/gst/controller
b074e4
%{_includedir}/gstreamer-%{majorminor}/gst/dataprotocol
b074e4
%{_includedir}/gstreamer-%{majorminor}/gst/net
b074e4
b074e4
%{_libdir}/libgstreamer-%{majorminor}.so
b074e4
%{_libdir}/libgstdataprotocol-%{majorminor}.so
b074e4
%{_libdir}/libgstbase-%{majorminor}.so
b074e4
%{_libdir}/libgstcheck-%{majorminor}.so*
b074e4
%{_libdir}/libgstcontroller-%{majorminor}.so
b074e4
%{_libdir}/libgstnet-%{majorminor}.so
b074e4
b074e4
%{_datadir}/gir-1.0/Gst-0.10.gir
b074e4
%{_datadir}/gir-1.0/GstBase-0.10.gir
b074e4
%{_datadir}/gir-1.0/GstCheck-0.10.gir
b074e4
%{_datadir}/gir-1.0/GstController-0.10.gir
b074e4
%{_datadir}/gir-1.0/GstNet-0.10.gir
b074e4
b074e4
%{_datadir}/aclocal/gst-element-check-%{majorminor}.m4
b074e4
%{_libdir}/pkgconfig/gstreamer-%{majorminor}.pc
b074e4
%{_libdir}/pkgconfig/gstreamer-base-%{majorminor}.pc
b074e4
%{_libdir}/pkgconfig/gstreamer-controller-%{majorminor}.pc
b074e4
%{_libdir}/pkgconfig/gstreamer-check-%{majorminor}.pc
b074e4
%{_libdir}/pkgconfig/gstreamer-dataprotocol-%{majorminor}.pc
b074e4
%{_libdir}/pkgconfig/gstreamer-net-%{majorminor}.pc
b074e4
b074e4
%{_rpmconfigdir}/gstreamer.prov
b074e4
%{_rpmconfigdir}/fileattrs/gstreamer.attr
b074e4
b074e4
%files devel-docs
b074e4
%defattr(-, root, root, -)
b074e4
%doc %{_datadir}/gtk-doc/html/gstreamer-%{majorminor}
b074e4
%doc %{_datadir}/gtk-doc/html/gstreamer-libs-%{majorminor}
b074e4
%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}
b074e4
b074e4
%changelog
cfdc59
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.10.36-7
cfdc59
- Mass rebuild 2014-01-24
cfdc59
cfdc59
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.10.36-6
cfdc59
- Mass rebuild 2013-12-27
cfdc59
b074e4
* Fri Jul 19 2013 Bastien Nocera <bnocera@redhat.com> 0.10.36-5
b074e4
- Remove unused PyXML BR
b074e4
b074e4
* Thu Jul 17 2013 Matthias Clasen <mclasen@redhat.com> 0.10.36-4
b074e4
- Fix a bogus BR found by rpmdiff
b074e4
b074e4
* Wed Mar 27 2013 Adam Jackson <ajax@redhat.com> 0.10.36-3
b074e4
- Tweak BRs for RHEL
b074e4
b074e4
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.36-3
b074e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b074e4
b074e4
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.36-2
b074e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b074e4
b074e4
* Tue Feb 28 2012 Benjamin Otte <otte@redhat.com> 0.10.36-1
b074e4
- Update to 0.10.36
b074e4
b074e4
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.35-2
b074e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b074e4
b074e4
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> 0.10.35-1
b074e4
- Update to 0.10.35
b074e4
b074e4
* Sat May 14 2011 Benjamin Otte <otte@redhat.com> 0.10.34-1
b074e4
- Update to 0.10.34
b074e4
b074e4
* Tue May 10 2011 Benjamin Otte <otte@redhat.com> 0.10.33-1
b074e4
- Update to 0.10.33 
b074e4
b074e4
* Sun May 01 2011 Benjamin Otte <otte@redhat.com> 0.10.32.4-1
b074e4
- Update prerelease
b074e4
b074e4
* Wed Apr 27 2011 Benjamin Otte <otte@redhat.com> 0.10.32.3-1
b074e4
- Update prerelease
b074e4
b074e4
* Mon Apr 18 2011 Benjamin Otte <otte@redhat.com> 0.10.32.2-1
b074e4
- Update to prerelease
b074e4
b074e4
* Mon Mar 21 2011 Panu Matilainen <pmatilai@redhat.com> 0.10.32-4
b074e4
- Adjust provides generation for rpm >= 4.9.0
b074e4
b074e4
* Mon Mar 21 2011 Bastien Nocera <bnocera@redhat.com> 0.10.32-3
b074e4
- Make it possible to auto-install GStreamer elements by name
b074e4
b074e4
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.32-2
b074e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b074e4
b074e4
* Tue Jan 25 2011 Benjamin Otte <otte@redhat.com> 0.10.32-1
b074e4
- Update to 0.10.32
b074e4
b074e4
* Tue Jan 11 2011 Benjamin Otte <otte@redhat.com> 0.10.31.3-1
b074e4
- Update to prerelease
b074e4
b074e4
* Fri Jan 07 2011 Benjamin Otte <otte@redhat.com> 0.10.31.2-1
b074e4
- Update to prerelease
b074e4
b074e4
* Wed Dec 01 2010 Benjamin Otte <otte@redhat.com> 0.10.31-1
b074e4
- Update to 0.10.31
b074e4
b074e4
* Mon Nov 08 2010 Bastien Nocera <bnocera@redhat.com> 0.10.30-6
b074e4
- Rebuild against newer gobject-introspection
b074e4
b074e4
* Sun Nov 07 2010 Dan Horák <dan[at]danny.cz> 0.10.30-5
b074e4
- Fix build with make 3.82
b074e4
b074e4
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> 0.10.30-4
b074e4
- Rebuild against newer gobject-introspection
b074e4
b074e4
* Thu Sep 02 2010 Bastien Nocera <bnocera@redhat.com> 0.10.30-3
b074e4
- Make gstreamer.prov faster by avoiding non-"libgst" files early
b074e4
  Patch from Dominique Leuenberger <dimstar@opensuse.org>
b074e4
b074e4
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.10.30-2
b074e4
- Rebuild with new gobject-introspection
b074e4
b074e4
* Thu Jul 15 2010 Benjamin Otte <otte@redhat.com> 0.10.30-1
b074e4
- Update to 0.10.30
b074e4
b074e4
* Wed Jul 07 2010 Benjamin Otte <otte@redhat.com> 0.10.29.4-1
b074e4
- Update prerelease
b074e4
b074e4
* Wed Jun 30 2010 Benjamin Otte <otte@redhat.com> 0.10.29.3-1
b074e4
- Update prerelease
b074e4
b074e4
* Sun Jun 27 2010 Benjamin Otte <otte@redhat.com> 0.10.29.2-1
b074e4
- Update to prerelease
b074e4
b074e4
* Mon Jun 07 2010 Bastien Nocera <bnocera@redhat.com> 0.10.29-2
b074e4
- Add patch to fix download buffering in Totem
b074e4
b074e4
* Wed Apr 28 2010 Benjamin Otte <otte@redhat.com> 0.10.29-1
b074e4
- Update to 0.10.29
b074e4
b074e4
* Tue Apr 27 2010 Benjamin Otte <otte@redhat.com> 0.10.28.3-2
b074e4
- Make a noarch devel-docs subpackage to avoid conflicts
b074e4
b074e4
* Thu Apr 26 2010 Benjamin Otte <otte@redhat.com> 0.10.28.3-1
b074e4
- Update pre-release
b074e4
b074e4
* Thu Apr 15 2010 Benjamin Otte <otte@redhat.com> 0.10.28.2-1
b074e4
- Update pre-release
b074e4
b074e4
* Mon Mar 15 2010 Benjamin Otte <otte@redhat.com> 0.10.28-2
b074e4
- Fix crashes when plugin init fails (#572800)
b074e4
b074e4
* Tue Mar 09 2010 Benjamin Otte <otte@redhat.com> 0.10.28-1
b074e4
- Update to 0.10.28
b074e4
b074e4
* Sun Mar 07 2010 Benjamin Otte <otte@redhat.com> 0.10.27-1
b074e4
- Update to 0.10.27
b074e4
b074e4
* Thu Mar 04 2010 Benjamin Otte <otte@redhat.com> 0.10.26.4-1
b074e4
- Update pre-release
b074e4
- Add gobject-introspection support
b074e4
b074e4
* Thu Feb 25 2010 Benjamin Otte <otte@redhat.com> 0.10.26.3-1
b074e4
- Update to pre-release
b074e4
b074e4
* Fri Feb 19 2010 Benjamin Otte <otte@redhat.com> 0.10.26.2-1
b074e4
- Update to pre-release
b074e4
b074e4
* Fri Feb 11 2010 Benjamin Otte <otte@redhat.com> 0.10.26-1
b074e4
- Update to 0.10.26
b074e4
b074e4
* Fri Feb 05 2010 Benjamin Otte <otte@redhat.com> 0.10.25.3-1
b074e4
- Update pre-release
b074e4
b074e4
* Wed Jan 27 2010 Bastien Nocera <bnocera@redhat.com> 0.10.25.2-1
b074e4
- Update to pre-release
b074e4
b074e4
* Mon Nov 30 2009 Bastien Nocera <bnocera@redhat.com> 0.10.25.1-2
b074e4
- Update to snapshot
b074e4
b074e4
* Mon Oct 05 2009 Bastien Nocera <bnocera@redhat.com> 0.10.25-1
b074e4
- Update to 0.10.25
b074e4
b074e4
* Thu Oct 01 2009 Bastien Nocera <bnocera@redhat.com> 0.10.24.4-1
b074e4
- Update to pre-release
b074e4
b074e4
* Wed Aug 05 2009 Bastien Nocera <bnocera@redhat.com> 0.10.24-1
b074e4
- Update to 0.10.24
b074e4
b074e4
* Tue Jul 28 2009 Bastien Nocera <bnocera@redhat.com> 0.10.23.4-1
b074e4
- Update to 0.10.23.4
b074e4
b074e4
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.23.3-2
b074e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b074e4
b074e4
* Tue Jul 21 2009 Bastien Nocera <bnocera@redhat.com> 0.10.23.3-1
b074e4
- Update to 0.10.23.3
b074e4
b074e4
* Thu Jul 16 2009 Bastien Nocera <bnocera@redhat.com> 0.10.23.2-1
b074e4
- Update to 0.10.23.2
b074e4
b074e4
* Wed Jun 10 2009 Bastien Nocera <bnocera@redhat.com> 0.10.23-2
b074e4
- Update gst-inspect patch to ignore rank none plugins
b074e4
b074e4
* Mon May 11 2009 Bastien Nocera <bnocera@redhat.com> 0.10.23-1
b074e4
- Update to 0.10.23
b074e4
b074e4
* Wed May 06 2009 Bastien Nocera <bnocera@redhat.com> 0.10.22.4-1
b074e4
- Update to 0.10.22.4
b074e4
b074e4
* Thu Feb 26 2009 Warren Togami <wtogami@redhat.com> - 0.10.22-4
b074e4
- Move req on which and pkgconfig to gstreamer-tools
b074e4
b074e4
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.22-3
b074e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b074e4
b074e4
* Mon Feb 23 2009 Adam Jackson <ajax@redhat.com> 0.10.22-2
b074e4
- Re-enable parallel build. (#486196)
b074e4
b074e4
* Tue Jan 20 2009 - Bastien Nocera <bnocera@redhat.com> - 0.10.22-1
b074e4
- Update to 0.10.22
b074e4
- Remove upstreamed patches, update rpm provides patch
b074e4
b074e4
* Mon Jan 05 2009 - Bastien Nocera <bnocera@redhat.com> - 0.10.21-4
b074e4
- Fix build with newer version of bison
b074e4
b074e4
* Thu Jan 01 2009 Rex Dieter <rdieter@fedoraprojet.org> - 0.10.21-3
b074e4
- rebuild for pkgconfig deps (#478576)
b074e4
b074e4
* Tue Nov 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.10.21-2
b074e4
- fix gnome bz 555631 with patch from upstream cvs
b074e4
- use system libtool to prevent rpaths
b074e4
b074e4
* Fri Oct 03 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.21-1
b074e4
- Update to 0.10.21
b074e4
b074e4
* Sun Sep 14 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.20-6
b074e4
- Hopefully fix RPM provides problem when the GStreamer plugin
b074e4
  requires a library installed by the package itself
b074e4
b074e4
* Fri Sep 12 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.20-5
b074e4
- Update rpm provides script and patch to:
b074e4
  - filter out errors
b074e4
  - only run gst-inspect on gstreamer plugins
b074e4
  - print out protocol handlers provides correctly
b074e4
b074e4
* Thu Sep 11 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.20-4
b074e4
- Add the rpm scripts install in /usr/lib/rpm, not under libdir on 64-bit
b074e4
b074e4
* Thu Sep 11 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.20-3
b074e4
- Update filelist as well
b074e4
b074e4
* Thu Sep 11 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.20-2
b074e4
- Update gstreamer provides work for the new RPM, see #438225
b074e4
b074e4
* Wed Jun 18 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.20-1
b074e4
- Update to 0.10.20
b074e4
b074e4
* Mon Jun 02 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.19-3
b074e4
- Package more documentation (#240656)
b074e4
b074e4
* Wed May 21 2008 - Tom "spot" Callaway <tcallawa@redhat.com> - 0.10.19-2
b074e4
- fix license tag
b074e4
b074e4
* Fri Apr 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.19-1
b074e4
- Update to 0.10.19
b074e4
b074e4
* Wed Mar 19 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.18-1
b074e4
- Update to 0.10.18
b074e4
- Add patch to gst-inspect to generate RPM provides
b074e4
- Add RPM find-provides script
b074e4
b074e4
* Tue Mar 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.17.2-1
b074e4
- Update to 0.10.17.2 pre-release
b074e4
b074e4
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.10.17-2
b074e4
- Autorebuild for GCC 4.3
b074e4
b074e4
* Wed Jan 30 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.17-1
b074e4
- Update to 0.10.17
b074e4
b074e4
* Tue Jan 29 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.16-1
b074e4
- Update to 0.10.16
b074e4
b074e4
* Fri Nov 16 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.15-1
b074e4
- Update to 0.10.15
b074e4
b074e4
* Mon Oct  1 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.14-4
b074e4
- Add missing Requires (#312671)
b074e4
b074e4
* Tue Aug 14 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.14-3
b074e4
- Require check-devel (#251956)
b074e4
b074e4
* Sat Aug 04 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.14-1
b074e4
- Update to 0.10.14
b074e4
b074e4
* Tue Jun 05 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.13-2
b074e4
- Remove upstreamed docs patch
b074e4
b074e4
* Tue Jun 05 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.13-1
b074e4
- Update to 0.10.13
b074e4
b074e4
* Thu Mar 08 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.12-1
b074e4
- Update to 0.10.12
b074e4
b074e4
* Tue Feb 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.11-2
b074e4
- Remove Requires on packages that BuildRequire us
b074e4
b074e4
* Tue Dec 12 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.11-1
b074e4
- Update to 0.10.11
b074e4
b074e4
* Fri Oct 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.10-2
b074e4
- Cleanups
b074e4
- Attempt to fix multilib conflicts
b074e4
b074e4
* Mon Oct 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.10-1
b074e4
- Update to 0.10.10
b074e4
b074e4
* Thu Jul 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.9-2
b074e4
- Disable gtk-doc to fix multilib conflicts
b074e4
b074e4
* Thu Jul 20 2006 John (J5) Palmieri <johnp@redhat.com> - 0.10.9-1
b074e4
- Update to new upstream version
b074e4
b074e4
* Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.8-4
b074e4
- Re-add the gstreamer-plugins-good dependency
b074e4
b074e4
* Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.8-3.2
b074e4
- Temporarily break the dependency cycle with gsteamer-plugins-good
b074e4
b074e4
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.10.8-3.1
b074e4
- rebuild
b074e4
b074e4
* Wed Jun 28 2006 Karsten Hopp <karsten@redhat.de> 0.10.8-3
b074e4
- remove RPATH pointing to RPM_BUILD_ROOT (#196870)
b074e4
b074e4
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.8-2
b074e4
- Rebuild
b074e4
b074e4
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.8-1
b074e4
- Update to 0.10.8
b074e4
b074e4
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.6-1
b074e4
- Update to 0.10.6
b074e4
b074e4
* Tue Feb 14 2006 Rik van Riel <riel@redhat.com> - 0.10-3-3
b074e4
- Obsolete gstreamer-plugins (#181296)
b074e4
b074e4
* Mon Feb 13 2006 Christopher Aillon <caillon@redhat.com> - 0.10.3-2
b074e4
- Rebuild
b074e4
b074e4
* Fri Feb 10 2006 Christopher Aillon <caillon@redhat.com> - 0.10.3-1
b074e4
- Update to 0.10.3
b074e4
b074e4
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.10.2-1.1
b074e4
- rebuilt for new gcc4.1 snapshot and glibc changes
b074e4
b074e4
* Wed Jan 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.10.2-1
b074e4
- Upgrade to 0.10.2
b074e4
b074e4
* Fri Jan 06 2006 John (J5) Palmieri <johnp@redhat.com> - 0.10.1-1
b074e4
- New upstream version
b074e4
b074e4
* Fri Dec 16 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.10.0-1
b074e4
- rebuilt for Fedora Core Development
b074e4
b074e4
* Wed Dec 14 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.10.0-0.gst.2
b074e4
- rebuilt against newer GLib and friends
b074e4
b074e4
* Mon Dec 05 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.10.0-0.gst.1
b074e4
- new release
b074e4
b074e4
* Thu Dec 01 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.9.7-0.gst.1
b074e4
- new release, with 0.10 majorminor
b074e4
- removed compprep and complete
b074e4
- added plugins docs
b074e4
- renamed libgstcorelements, libgstcoreindexers
b074e4
- added libgstnet
b074e4
b074e4
* Sat Nov 12 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.9.5-0.gst.1
b074e4
- new release
b074e4
b074e4
* Mon Oct 24 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.9.4-0.gst.1
b074e4
- new release
b074e4
b074e4
* Mon Oct 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.9.3-0.gst.1
b074e4
- new release
b074e4
b074e4
* Thu Sep 08 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.9.2-0.gst.1
b074e4
- added libgstcheck
b074e4
- new release
b074e4
b074e4
* Thu Jun 09 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.9.1-0.gst.1
b074e4
- first development series release
b074e4
b074e4
* Tue May 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.8.10-0.gst.1
b074e4
- new release
b074e4
- up glib2 to 2.4 because disting on 2.4 builds marshalling code needing 2.4
b074e4
b074e4
* Mon May 02 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.8.9.2-0.gst.1
b074e4
- new prerelease
b074e4
b074e4
* Tue Feb 08 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.8.9-0.gst.1
b074e4
- new release
b074e4
- switch back to the gst tag since fedora.us is gone
b074e4
b074e4
* Thu Feb 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.8.8.2-0.fdr.1
b074e4
- new prerelease
b074e4
b074e4
* Thu Dec 23 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.8.8-0.fdr.1
b074e4
- new upstream release
b074e4
b074e4
* Fri Dec 17 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.8.7.2-0.fdr.1
b074e4
- new prerelease
b074e4
- added fair gthread scheduler
b074e4
b074e4
* Wed Oct 06 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.8.7-0.fdr.1
b074e4
- update for new GStreamer release
b074e4
b074e4
* Tue Oct 05 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.8.6-0.fdr.1
b074e4
- update for new GStreamer release
b074e4
b074e4
* Sun Sep 26 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.8.5.3-0.fdr.1
b074e4
- update for new GStreamer prerelease
b074e4
b074e4
* Sun Sep 12 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.8.5.2-0.fdr.1
b074e4
- update for new GStreamer prerelease
b074e4
b074e4
* Mon Aug 16 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.8.5-0.fdr.1
b074e4
- update for new GStreamer release
b074e4
b074e4
* Thu Aug 12 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.8.4.2-0.fdr.1
b074e4
- update for new GStreamer prerelease
b074e4
- set package name and origin
b074e4
b074e4
* Tue Jul 20 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.8.4-0.fdr.1
b074e4
- update for new GStreamer release
b074e4
- unbreak the postun script by not removing the cache dir
b074e4
b074e4
* Tue Jul 20 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.8.3.3-0.fdr.1: update for new GStreamer prerelease
b074e4
b074e4
* Fri Jul 16 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.8.3.2-0.fdr.1: update for new GStreamer prerelease
b074e4
b074e4
* Sat Jun 05 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.8.3-0.fdr.1: update for new GStreamer release
b074e4
b074e4
* Fri Jun 04 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.8.2-0.fdr.1: update for new GStreamer release
b074e4
b074e4
* Thu Apr 15 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.8.1-0.fdr.1: update for new GStreamer release
b074e4
b074e4
* Thu Apr 15 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- add entry schedulers, clean up scheduler file section
b074e4
b074e4
* Tue Mar 16 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.8.0-0.fdr.1: update for new GStreamer release, renamed base to gstreamer
b074e4
b074e4
* Tue Mar 09 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.7.6-0.fdr.1: updated for new GStreamer release, with maj/min set to 0.8
b074e4
b074e4
* Mon Mar 08 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.7.5-0.fdr.3: fix postun script
b074e4
b074e4
* Fri Mar 05 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.7.5-0.fdr.2: new release
b074e4
b074e4
* Wed Feb 11 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- 0.7.4-0.fdr.1: synchronize with Matthias's package
b074e4
b074e4
* Sat Feb 07 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- make the package name gstreamer07 since this is an unstable release
b074e4
b074e4
* Wed Feb 04 2004 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- put versioned tools inside base package, and put unversioned tools in tools
b074e4
b074e4
* Mon Dec 01 2003 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- changed documentation buildrequires
b074e4
b074e4
* Sun Nov 09 2003 Christian Schaller <Uraeus@gnome.org>
b074e4
- Fix spec to handle new bytestream library 
b074e4
b074e4
* Sun Aug 17 2003 Christian Schaller <uraeus@gnome.org>
b074e4
- Remove docs build from RPM as the build is broken
b074e4
- Fix stuff since more files are versioned now
b074e4
- Remove wingo schedulers
b074e4
- Remove putbits stuff
b074e4
b074e4
* Sun May 18 2003 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- devhelp files are now generated by gtk-doc, changed accordingly
b074e4
b074e4
* Sun Mar 16 2003 Christian F.K. Schaller <Uraeus@gnome.org>
b074e4
- Add gthread scheduler
b074e4
b074e4
* Sat Dec 07 2002 Thomas Vander Stichele <thomas at apestaart dot org>
b074e4
- define majorminor and use it everywhere
b074e4
- full parallel installability
b074e4
b074e4
* Tue Nov 05 2002 Christian Schaller <Uraeus@linuxrising.org>
b074e4
- Add optwingo scheduler
b074e4
* Sat Oct 12 2002 Christian Schaller <Uraeus@linuxrising.org>
b074e4
- Updated to work better with default RH8 rpm
b074e4
- Added missing unspeced files
b074e4
- Removed .a and .la files from buildroot
b074e4
b074e4
* Sat Sep 21 2002 Thomas Vander Stichele <thomas@apestaart.org>
b074e4
- added gst-md5sum
b074e4
b074e4
* Tue Sep 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
b074e4
- adding flex to buildrequires
b074e4
b074e4
* Fri Sep 13 2002 Christian F.K. Schaller <Uraeus@linuxrising.org>
b074e4
- Fixed the schedulers after the renaming
b074e4
* Sun Sep 08 2002 Thomas Vander Stichele <thomas@apestaart.org>
b074e4
- added transfig to the BuildRequires:
b074e4
b074e4
* Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org>
b074e4
- moved header location
b074e4
b074e4
* Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
b074e4
- added popt
b074e4
- removed .la
b074e4
b074e4
* Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org>
b074e4
- added release of gstreamer to req of gstreamer-devel
b074e4
- changed location of API docs to be in gtk-doc like other gtk-doc stuff
b074e4
- reordered SPEC file
b074e4
b074e4
* Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org>
b074e4
- moved html docs to gtk-doc standard directory
b074e4
b074e4
* Tue Mar 5 2002 Thomas Vander Stichele <thomas@apestaart.org>
b074e4
- move version defines of glib2 and libxml2 to configure.ac
b074e4
- add BuildRequires for these two libs
b074e4
b074e4
* Sun Mar 3 2002 Thomas Vander Stichele <thomas@apestaart.org>
b074e4
- put html docs in canonical place, avoiding %doc erasure
b074e4
- added devhelp support, current install of it is hackish
b074e4
b074e4
* Sat Mar 2 2002 Christian Schaller <Uraeus@linuxrising.org>
b074e4
- Added documentation to build
b074e4
b074e4
* Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org>
b074e4
- added libgstbasicscheduler
b074e4
- renamed libgst to libgstreamer
b074e4
b074e4
* Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org>
b074e4
- Added configdir parameter as it seems the configdir gets weird otherwise
b074e4
b074e4
* Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
b074e4
- split off gstreamer-editor from core
b074e4
- removed gstreamer-gnome-apps
b074e4
b074e4
* Sat Dec 29 2001 Rodney Dawes <dobey@free.fr>
b074e4
- Cleaned up the spec file for the gstreamer core/plug-ins split
b074e4
- Improve spec file
b074e4
b074e4
* Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org>
b074e4
- Split of more plugins from the core and put them into their own modules
b074e4
- Includes colorspace, xfree and wav
b074e4
- Improved package Require lines
b074e4
- Added mp3encode (lame based) to the SPEC
b074e4
b074e4
* Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org>
b074e4
- Thomas merged mpeg plugins into one
b074e4
* Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org>
b074e4
- More minor cleanups including some fixed descriptions from Andrew Mitchell
b074e4
b074e4
* Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org>
b074e4
- Added logging to the make statement
b074e4
b074e4
* Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org>
b074e4
- Updated in preparation for 0.3.0 release
b074e4
b074e4
* Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org>
b074e4
- Updated for 0.2.1 release
b074e4
- Split out the GUI packages into their own RPM
b074e4
- added new plugins (FLAC, festival, quicktime etc.)
b074e4
b074e4
* Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org>
b074e4
- Visualisation plugins bundled out togheter
b074e4
- Moved files sections up close to their respective descriptions
b074e4
b074e4
* Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org>
b074e4
- Split the package into separate RPMS, 
b074e4
  putting most plugins out by themselves.
b074e4
b074e4
* Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org>
b074e4
- Updated with change suggestions from Dennis Bjorklund
b074e4
b074e4
* Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu>
b074e4
- updated to build -devel package as well
b074e4
b074e4
* Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu>
b074e4
- first draft of spec file
b074e4