suggest sane values for autotool programs
[platform/upstream/gstreamer.git] / gstreamer.spec.in
index 0aa7ef8..e63a9e6 100644 (file)
@@ -1,20 +1,37 @@
-%define name    gstreamer
-%define ver     @VERSION@
-%define rel     1
-%define prefix  /usr
-
-Summary: GStreamer Streaming-media framework runtime
-Name: %name
-Version: %ver
-Release: %rel
-Copyright: LGPL
-Group: Libraries/Multimedia
-Source: %{name}-%{ver}.tar.gz
-BuildRoot: /var/tmp/%{name}-%{ver}-root
-Docdir: %{prefix}/doc
-Prefix: %prefix
-Requires: libxml >= 1.8.0
-Requires: gnome-libs >= 1.2.0
+Name:          gstreamer
+Version:       @VERSION@
+Release:       @GST_VERSION_RELEASE@
+Summary:       GStreamer streaming media framework runtime.
+
+Group:                 Libraries/Multimedia
+License:       LGPL
+URL:           http://gstreamer.net/
+Vendor:         GStreamer Backpackers Team <package@gstreamer.net>
+Source:        http://gstreamer.net/releases/%{version}/src/%{name}-%{version}.tar.gz
+BuildRoot:     %{_tmppath}/%{name}-%{version}-root
+
+%define        _glib2          @GLIB2_REQ@
+%define        _libxml2        @LIBXML2_REQ@
+
+Requires:      glib2 >= %_glib2
+Requires:      libxml2 >= %_libxml2
+Requires:      popt > 1.6
+BuildRequires:         glib2-devel >= %_glib2
+BuildRequires:         libxml2-devel >= %_libxml2
+BuildRequires:         nasm >= 0.90
+BuildRequires:         bison
+BuildRequires:         flex
+BuildRequires:         gtk-doc >= 0.7
+BuildRequires:         gcc
+BuildRequires:         zlib-devel
+BuildRequires:  popt > 1.6
+Prereq:                /sbin/ldconfig
+
+### documentation requirements
+BuildRequires:  openjade
+BuildRequires:  python2
+BuildRequires:  docbook-style-dsssl docbook-dtd31-sgml
+BuildRequires: transfig
 
 %description
 GStreamer is a streaming-media framework, based on graphs of filters which
@@ -25,9 +42,12 @@ types or processing capabilities can be added simply by installing new
 plugins.
 
 %package devel
-Summary: Libraries and include files for GStreamer streaming-media framework
-Group: Development/Libraries
-Requires: %{name} = %{ver}
+Summary:       Libraries/include files for GStreamer streaming media framework.
+Group:                 Development/Libraries
+
+Requires:      %{name} = %{version}-%{release}
+Requires:      glib2-devel >= %_glib2
+Requires:      libxml2-devel >= %_libxml2
 
 %description devel
 GStreamer is a streaming-media framework, based on graphs of filters which
@@ -40,325 +60,249 @@ plugins.
 This package contains the libraries and includes files necessary to develop
 applications and plugins for GStreamer.
 
-
-%package -n gstreamer-esd
-Summary: Gstreamer plugin for ESD sound output
-Group: Libraries/Multimedia
-Requires: esound >= 0.2.8
-Requires: %{name} = %{ver}
-
-%description -n gstreamer-esd
-Output plugin for GStreamer for use with the esound package
-
-%package -n gstreamer-gsm
-Summary: Gstreamer plugin for GSM lossy audio format
-Group: Libraries/Multimedia
-Requires: gsm >= 1.0.10
-Requires: %{name} = %{ver}
-
-%description -n gstreamer-gsm
-Output plugin for GStreamer to convert to GSM lossy audio format.
-
-%package -n gstreamer-cdparanoia
-Summary: Gstreamer plugin for CD audio input using CDParanoia IV
-Group: Libraries/Multimedia
-Requires: cdparanoia >= alpha9.7
-Requires: %{name} = %{ver}
-
-%description -n gstreamer-cdparanoia
-Plugin for ripping audio tracks using cdparania under GStreamer
-
-%package -n gstreamer-aalib
-Summary: Gstreamer plugin for Ascii-art output
-Group: Libraries/Multimedia
-Requires: aalib >= 1.3
-Requires: %{name} = %{ver}
-
-%description -n gstreamer-aalib
-Plugin for viewing movies in Ascii-art using aalib library.
-
-%package -n gstreamer-gnomevfs
-Summary: Gstreamer plugins for GNOME VFS input and output
-Group: Libraries/Multimedia
-Requires: gnome-vfs > 1.0
-Requires: %{name} = %{ver}
-
-%description -n gstreamer-gnomevfs
-Plugins for reading and writing through GNOME VFS.
-
-%package -n gstreamer-flx
-Summary: Gstreamer plugin for FLI/FLX animation format
-Group: Libraries/Multimedia
-Requires: %{name} = %{ver}
-
-%description -n gstreamer-flx
-Plugin for playing FLI/FLX animations under GStreamer
-
-%package -n gstreamer-avi
-Summary: Gstreamer plugin for AVI format movie playback
-Group: Libraries/Multimedia
-Requires: %{name} = %{ver}
-
-%description -n gstreamer-avi
-Plugins for playback of AVI format media files.
-
-%package -n gstreamer-vorbis
-Summary: Gstreamer plugin for encoding and decoding Ogg Vorbis audio files
-Group: Libraries/Multimedia
-Requires: libogg >= 1.0beta4
-Requires: libvorbis >= 1.0beta4
-Requires: %{name} = %{ver}
-
-%description -n gstreamer-vorbis
-Plugins for creating end playing Ogg Vorbis audio files.
-
-%package -n gstreamer-sdl
-Summary: Gstreamer plugin for outputing to SDL
-Group: Libraries/Multimedia
-Requires: SDL >= 1.1.7
-Requires: %{name} = %{ver}
-
-%description -n gstreamer-sdl
-Plugin for sending output to the Simple Direct Media architecture.
-(http://www.libsdl.org). Usefull for fullscreen playback.
-
-%package -n gstreamer-oss
-Summary: Gstreamer plugins for input and output using OSS
-Group: Libraries/Multimedia
-Requires: %{name} = %{ver}
-
-%description -n gstreamer-oss
-Plugins for output and input to the OpenSoundSytem audio
-drivers found in the Linux kernels or comercially available 
-from OpenSound.
-
-%package -n gstreamer-ac3dec
-Summary: Gstreamer plugin for VOB playback
-Group: Libraries/Multimedia
-Requires: ac3dec >= 0.6.2
-Requires: %{name} = %{ver}
-
-%description -n gstreamer-ac3dec
-Plugin for the free AC-3 stream decoder from Linuxvideo.
-(http://linuxvideo.org/ac3dec/)
-
-%package -n gstreamer-afs
-Summary: Gstreamer plugin audiofile support
-Group: Libraries/Multimedia
-Requires: %{name} = %{ver}
-Requires: audiofile >= 0.2.1
-
-%description -n gstreamer-afs
-Plugin for supporting reading and writing all files audiofile support
-
-%package -n gstreamer-ladspa
-Summary: Gstreamer wrapper for LADSPA plugins
-Group: Libraries/Multimedia
-Requires: %{name} = %{ver}
-
-%description -n gstreamer-ladspa
-Plugin which wraps LADSPA plugins for use by GStreamer applications.
-
-%package -n gstreamer-mad
-Summary: Gstreamer MAD mp3 decoder library
-Group: Libraries/Multimedia
-Requires: %{name} = %{ver}
-Requires: mad >= 0.13.0
-
-%description -n gstreamer-mad
-Plugin for playback of mp3 songs using the very good MAD library
-
-%package -n gstreamer-v4l
-Summary: Gstreamer video for linux input plugin
-Group: Libraries/Multimedia
-Requires: %{name} = %{ver}
-
-%description -n gstreamer-v4l
-Plugin for inputing video for Linux streams.
-
-%package -n gstreamer-synaesthesia
-Summary: GStreamer Synaesthesia effect plugin
-Group: Libraries/Multimedia
-Requires: %{name} = %{ver}
-
-%description -n gstreamer-synaesthesia
-Plugin for the very nice synaesthesia visual effect.
-
-%package -n gstreamer-vcd
-Summary: Gstremar Video CD plugin 
-Group: Libraries/Multimedia
-Requires: %{name} = %{ver}
-
-%description -n gstreamer-vcd
-Video CD playback plugin
-
-# %package -n gstreamer-alsa
-# Summary: Gstreamer plugins for the ALSA sound architecture
-# Group: Libraries/Multimedia
-
-# %description -n gstreamer-alsa
-# Input and output plugin for the ALSA soundcard driver architecture.
-
-%changelog
-* Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org>
-- Split the following plugins into separate RPMS
-
-* Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org>
-- Updated with change suggestions from Dennis Bjorklund
-* Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu>
-- updated to build -devel package as well
-
-* Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu>
-- first draft of spec file
-
 %prep
 %setup
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix
+CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \
+CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \
+FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
+%{?__libtoolize:[ -f configure.in ] && %{__libtoolize} --copy --force} ; \
+./configure \
+  --prefix=%{_prefix} \
+  --exec-prefix=%{_exec_prefix} \
+  --bindir=%{_bindir} \
+  --sbindir=%{_sbindir} \
+  --sysconfdir=%{_sysconfdir} \
+  --datadir=%{_datadir} \
+  --includedir=%{_includedir} \
+  --libdir=%{_libdir} \
+  --libexecdir=%{_libexecdir} \
+  --localstatedir=%{_localstatedir} \
+  --sharedstatedir=%{_sharedstatedir} \
+  --mandir=%{_mandir} \
+  --infodir=%{_infodir} \
+  --enable-debug \
+  --with-configdir=/etc/gstreamer \
+  --disable-tests --disable-examples \
+  --enable-docs-build --with-html-dir=$RPM_BUILD_ROOT%{_datadir}/gtk-doc/html
 
 if [ "$SMP" != "" ]; then
   (make "MAKE=make -k -j $SMP"; exit 0)
-  make
 else
   make
 fi
 
 %install  
 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
+# adding devhelp stuff here for now, need to integrate better
+# when devhelp allows it
+mkdir -p $RPM_BUILD_ROOT/usr/share/devhelp/specs
+cp $RPM_BUILD_DIR/%{name}-%{version}/docs/devhelp/*.devhelp $RPM_BUILD_ROOT/usr/share/devhelp/specs
 
-make prefix=$RPM_BUILD_ROOT%{prefix} install
+%makeinstall
 
 %clean
 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/ldconfig
-%{prefix}/bin/gstreamer-register
+# registry handling is now done automatically
+# %{_prefix}/bin/gst-register --gst-mask=0
 
-%post -n gstreamer-esd
-%{prefix}/bin/gstreamer-register
+%post devel
+# adding devhelp links to work around different base not working
+mkdir -p %{_datadir}/devhelp/books
+ln -sf %{_datadir}/gtk-doc/html/gstreamer %{_datadir}/devhelp/books
+ln -sf %{_datadir}/gtk-doc/html/gstreamer-libs %{_datadir}/devhelp/books
 
 %postun
 /sbin/ldconfig
-  
+
 %files
 %defattr(-, root, root)
-%doc AUTHORS COPYING README
-%{prefix}/bin/gsteditor
-%{prefix}/bin/gstmediaplay
-%{prefix}/bin/gstreamer-complete
-%{prefix}/bin/gstreamer-compprep
-%{prefix}/bin/gstreamer-config
-%{prefix}/bin/gstreamer-inspect
-%{prefix}/bin/gstreamer-launch
-%{prefix}/bin/gstreamer-register
-%{prefix}/lib/lib*.so.*
-%{prefix}/lib/gst/libadder*
-%{prefix}/lib/gst/libalaw*
-%{prefix}/lib/gst/libaudioscale*
-%{prefix}/lib/gst/libgstautoplug*
-%{prefix}/lib/gst/libcolorspace*
-%{prefix}/lib/gst/libgstcolorspace*
-%{prefix}/lib/gst/libgstelements*
-%{prefix}/lib/gst/libgstgetbits*
-%{prefix}/lib/gst/libgstidct*
-%{prefix}/lib/gst/libgstjpeg*
-%{prefix}/lib/gst/libintfloatconvert*
-%{prefix}/lib/gst/liblevel*
-%{prefix}/lib/gst/libmedian*
-%{prefix}/lib/gst/libmono2stereo*
-%{prefix}/lib/gst/libmulaw*
-%{prefix}/lib/gst/libpassthrough*
-%{prefix}/lib/gst/librtjpe*
-%{prefix}/lib/gst/libsmooth*
-%{prefix}/lib/gst/libstereo*
-%{prefix}/lib/gst/libsystem_*
-%{prefix}/lib/gst/libvideoscale*
-%{prefix}/lib/gst/libvol*
-%{prefix}/lib/gst/libvu*
-%{prefix}/lib/gst/libxvideosink*
-%{prefix}/lib/gst/libmp*
-%{prefix}/share/gsteditor/*
-%{prefix}/share/gstmediaplay/*
-%{prefix}/man/man1/*
+%doc AUTHORS COPYING README TODO COPYING.LIB ABOUT-NLS REQUIREMENTS DOCBUILDING RELEASE 
+%{_bindir}/gst-complete
+%{_bindir}/gst-compprep
+%{_bindir}/gst-inspect
+%{_bindir}/gst-launch
+%{_bindir}/gst-md5sum
+%{_bindir}/gst-register
+%{_bindir}/gst-feedback
+%{_libdir}/libgstreamer-%{version}.so.*
+%{_libdir}/gst/libgstautoplugcache*.so*
+%{_libdir}/gst/libgstautoplugger*.so*
+%{_libdir}/gst/libgstbasicomega*.so*
+%{_libdir}/gst/libgstfastomega*.so*
+%{_libdir}/gst/libgstoptomega*.so*
+%{_libdir}/gst/libgstbasicwingo*.so*
+%{_libdir}/gst/libgstfastwingo*.so*
+%{_libdir}/gst/libgstelements*.so*
+%{_libdir}/gst/libgsttypes*.so*
+%{_libdir}/gst/libgststaticautoplug*.so*
+%{_libdir}/gst/libgstbytestream*.so*
+%{_libdir}/gst/libgstgetbits*.so*
+%{_libdir}/gst/libgstputbits*.so*
+%{_libdir}/gst/libgstspider*.so*
+%{_mandir}/man1/gst-complete.*
+%{_mandir}/man1/gst-compprep.*
+%{_mandir}/man1/gst-inspect.*
+%{_mandir}/man1/gst-launch.*
+%{_mandir}/man1/gst-md5sum.*
+%{_mandir}/man1/gst-register.*
+
+%{_libdir}/libgstcontrol*.so*
 
 %files devel
 %defattr(-, root, root)
-%{prefix}/bin/gstreamer-config
-%{prefix}/include/*
-%{prefix}/include/gstplay/*
-%{prefix}/lib/lib*.la
-%{prefix}/lib/lib*.so
-%{prefix}/lib/pkgconfig/*
-%{prefix}/share/aclocal/*
+%{_includedir}/%{name}-%{version}/gst
+%{_libdir}/libgstreamer.a
+%{_libdir}/libgstreamer.so
+%{_libdir}/pkgconfig/gstreamer*.pc
+## we specify the API docs as regular files since %docs doesn't fail when
+#  files aren't found anymore for RPM >= 4
+#  we list all of the files we really need to trap incomplete doc builds
+#  then we catch the rest with *, you can safely ignore the errors from this
+## gstreamer API
+%{_datadir}/gtk-doc/html/gstreamer/autopluggers.html
+%{_datadir}/gtk-doc/html/gstreamer/book1.html
+%{_datadir}/gtk-doc/html/gstreamer/element-types.html
+%{_datadir}/gtk-doc/html/gstreamer/gstautoplugfactory.html
+%{_datadir}/gtk-doc/html/gstreamer/gstautoplug.html
+%{_datadir}/gtk-doc/html/gstreamer/gstbin.html
+%{_datadir}/gtk-doc/html/gstreamer/gstclock.html
+%{_datadir}/gtk-doc/html/gstreamer/gstelement.html
+%{_datadir}/gtk-doc/html/gstreamer/gst-index.html
+%{_datadir}/gtk-doc/html/gstreamer/gstobject.html
+%{_datadir}/gtk-doc/html/gstreamer/gstpad.html
+%{_datadir}/gtk-doc/html/gstreamer/gstpipeline.html
+%{_datadir}/gtk-doc/html/gstreamer/gstpluginfeature.html
+# %{_datadir}/gtk-doc/html/gstreamer/gstreamer-cothreads.html
+%{_datadir}/gtk-doc/html/gstreamer/gstreamer-gstbuffer.html
+%{_datadir}/gtk-doc/html/gstreamer/gstreamer-gstbufferpool.html
+%{_datadir}/gtk-doc/html/gstreamer/gstreamer-gstcaps.html
+%{_datadir}/gtk-doc/html/gstreamer/gstreamer-gstcpu.html
+%{_datadir}/gtk-doc/html/gstreamer/gstreamer-gstdata.html
+%{_datadir}/gtk-doc/html/gstreamer/gstreamer-gstevent.html
+%{_datadir}/gtk-doc/html/gstreamer/gstreamer-gst.html
+%{_datadir}/gtk-doc/html/gstreamer/gstreamer-gstinfo.html
+%{_datadir}/gtk-doc/html/gstreamer/gstreamer-gstparse.html
+%{_datadir}/gtk-doc/html/gstreamer/gstreamer-gstplugin.html
+%{_datadir}/gtk-doc/html/gstreamer/gstreamer-gstprops.html
+%{_datadir}/gtk-doc/html/gstreamer/gstreamer-gststaticautoplug.html
+%{_datadir}/gtk-doc/html/gstreamer/gstreamer-gststaticautoplugrender.html
+%{_datadir}/gtk-doc/html/gstreamer/gstreamer-gsttee.html
+%{_datadir}/gtk-doc/html/gstreamer/gstreamer-gsttype.html
+%{_datadir}/gtk-doc/html/gstreamer/gstreamer-gstutils.html
+%{_datadir}/gtk-doc/html/gstreamer/gstreamer.html
+%{_datadir}/gtk-doc/html/gstreamer/gstschedulerfactory.html
+%{_datadir}/gtk-doc/html/gstreamer/gstscheduler.html
+%{_datadir}/gtk-doc/html/gstreamer/gstthread.html
+%{_datadir}/gtk-doc/html/gstreamer/gsttimecache.html
+%{_datadir}/gtk-doc/html/gstreamer/gsttypefactory.html
+%{_datadir}/gtk-doc/html/gstreamer/gstxml.html
+%{_datadir}/gtk-doc/html/gstreamer/index.sgml
+## gstreamer-libs API
+%{_datadir}/gtk-doc/html/gstreamer-libs/book1.html
+%{_datadir}/gtk-doc/html/gstreamer-libs/gstreamer-libs-gstcolorspace.html
+%{_datadir}/gtk-doc/html/gstreamer-libs/gstreamer-libs-gstgetbits.html
+%{_datadir}/gtk-doc/html/gstreamer-libs/gstreamer-libs.html
+%{_datadir}/gtk-doc/html/gstreamer-libs/index.sgml
+## this catches all of the rest of the docs we might have forgotten
+%{_datadir}/gtk-doc/html/*
+%{_datadir}/devhelp/specs/gstreamer.devhelp
+%{_datadir}/devhelp/specs/gstreamer-libs.devhelp
 
 
-%files -n gstreamer-esd
-%defattr(-, root, root)
-%{prefix}/lib/gst/libesd*
+%changelog
+* Sat Sep 21 2002 Thomas Vander Stichele <thomas@apestaart.org>
+- added gst-md5sum
 
-%files -n gstreamer-gsm
-%defattr(-, root, root)
-%{prefix}/lib/gst/libgstgsm*
+* Tue Sep 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
+- adding flex to buildrequires
 
-%files -n gstreamer-cdparanoia
-%defattr(-, root, root)
-%{prefix}/lib/gst/libcdparanoia*
+* Fri Sep 13 2002 Christian F.K. Schaller <Uraeus@linuxrising.org>
+- Fixed the schedulers after the renaming
+* Sun Sep 08 2002 Thomas Vander Stichele <thomas@apestaart.org>
+- added transfig to the BuildRequires:
 
-%files -n gstreamer-aalib
-%defattr(-, root, root)
-%{prefix}/lib/gst/libaa*
+* Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org>
+- moved header location
 
-%files -n gstreamer-gnomevfs
-%defattr(-, root, root)
-%{prefix}/lib/gst/libgnomevfs*
+* Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
+- added popt
+- removed .la
 
-%files -n gstreamer-flx
-%defattr(-, root, root)
-%{prefix}/lib/gst/libflx*
+* Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org>
+- added release of gstreamer to req of gstreamer-devel
+- changed location of API docs to be in gtk-doc like other gtk-doc stuff
+- reordered SPEC file
 
-%files -n gstreamer-avi
-%defattr(-, root, root)
-%{prefix}/lib/gst/libavi*
-%{prefix}/lib/gst/libwin*
+* Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org>
+- moved html docs to gtk-doc standard directory
 
-%files -n gstreamer-vorbis
-%defattr(-, root, root)
-%{prefix}/lib/gst/libgstvorbis*
+* Tue Mar 5 2002 Thomas Vander Stichele <thomas@apestaart.org>
+- move version defines of glib2 and libxml2 to configure.ac
+- add BuildRequires for these two libs
 
-%files -n gstreamer-sdl
-%defattr(-, root, root)
-%{prefix}/lib/gst/libsdl*
+* Sun Mar 3 2002 Thomas Vander Stichele <thomas@apestaart.org>
+- put html docs in canonical place, avoiding %doc erasure
+- added devhelp support, current install of it is hackish
 
-%files -n gstreamer-oss
-%defattr(-, root, root)
-%{prefix}/lib/gst/libgstoss*
+* Sat Mar 2 2002 Christian Schaller <Uraeus@linuxrising.org>
+- Added documentation to build
 
-%files -n gstreamer-ac3dec
-%defattr(-, root, root)
-%{prefix}/lib/gst/libac3dec*
+* Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org>
+- added libgstbasicscheduler
+- renamed libgst to libgstreamer
 
-%files -n gstreamer-afs
-%defattr(-, root, root)
-%{prefix}/lib/gst/libafs*
+* Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org>
+- Added configdir parameter as it seems the configdir gets weird otherwise
 
-%files -n gstreamer-ladspa
-%defattr(-, root, root)
-%{prefix}/lib/gst/libgstladspa*
+* Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
+- split off gstreamer-editor from core
+- removed gstreamer-gnome-apps
 
-%files -n gstreamer-v4l
-%defattr(-, root, root)
-%{prefix}/lib/gst/libv4l*
+* Sat Dec 29 2001 Rodney Dawes <dobey@free.fr>
+- Cleaned up the spec file for the gstreamer core/plug-ins split
+- Improve spec file
 
-%files -n gstreamer-synaesthesia
-%defattr(-, root, root)
-%{prefix}/lib/gst/libsynaesthesia*
+* Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org>
+- Split of more plugins from the core and put them into their own modules
+- Includes colorspace, xfree and wav
+- Improved package Require lines
+- Added mp3encode (lame based) to the SPEC
 
-%files -n gstreamer-vcd
-%defattr(-, root, root)
-%{prefix}/lib/gst/libvcd*
+* Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org>
+- Thomas merged mpeg plugins into one
+* Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org>
+- More minor cleanups including some fixed descriptions from Andrew Mitchell
+
+* Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org>
+- Added logging to the make statement
+
+* Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org>
+- Updated in preparation for 0.3.0 release
+
+* Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org>
+- Updated for 0.2.1 release
+- Split out the GUI packages into their own RPM
+- added new plugins (FLAC, festival, quicktime etc.)
+
+* Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org>
+- Visualisation plugins bundled out togheter
+- Moved files sections up close to their respective descriptions
+
+* Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org>
+- Split the package into separate RPMS, 
+  putting most plugins out by themselves.
+
+* Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org>
+- Updated with change suggestions from Dennis Bjorklund
+
+* Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu>
+- updated to build -devel package as well
+
+* Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu>
+- first draft of spec file
 
-# %files -n gstreamer-alsa
-# %defattr(-, root, root)
-# %{prefix}/lib/gst/libalsa*