gst/gstpad.c: Really unlink the peer pad instead of setting the peer pointer to NULL...
[platform/upstream/gstreamer.git] / gstreamer.spec.in
1 %define         gstreamer       gstreamer
2 %define         majorminor      @GST_MAJORMINOR@
3
4 %define         _glib2          @GLIB2_REQ@
5 %define         _libxml2        @LIBXML2_REQ@
6
7 Name:           %{gstreamer}
8 Version:        @VERSION@
9 Release:        @PACKAGE_VERSION_RELEASE@
10 Summary:        GStreamer streaming media framework runtime
11
12 Group:          Applications/Multimedia
13 License:        LGPL
14 URL:            http://gstreamer.freedesktop.org/
15 Source:         http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{version}.tar.bz2
16 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
17
18 Requires:       gstreamer-tools >= %{version}
19 # gst-feedback uses these
20 Requires:       which, pkgconfig
21
22 BuildRequires:  glib2-devel >= %{_glib2}
23 BuildRequires:  libxml2-devel >= %{_libxml2}
24 BuildRequires:  bison
25 BuildRequires:  flex
26 BuildRequires:  m4
27 BuildRequires:  check-devel
28 BuildRequires:  gtk-doc >= 1.3
29 BuildRequires:  gettext
30
31 # because AM_PROG_LIBTOOL was used in configure.ac
32 BuildRequires:  gcc-c++
33
34 ### documentation requirements
35 BuildRequires:  python2
36 BuildRequires:  openjade
37 BuildRequires:  jadetex
38 BuildRequires:  libxslt
39 BuildRequires:  docbook-style-dsssl
40 BuildRequires:  docbook-style-xsl
41 BuildRequires:  docbook-utils
42 BuildRequires:  transfig
43 BuildRequires:  xfig
44 BuildRequires:  netpbm-progs
45 BuildRequires:  tetex-dvips
46 BuildRequires:  ghostscript
47 BuildRequires:  PyXML
48
49 %description
50 GStreamer is a streaming media framework, based on graphs of filters which
51 operate on media data. Applications using this library can do anything
52 from real-time sound processing to playing videos, and just about anything
53 else media-related.  Its plugin-based architecture means that new data
54 types or processing capabilities can be added simply by installing new 
55 plugins.
56
57 %package devel
58 Summary:        Libraries/include files for GStreamer streaming media framework
59 Group:          Development/Libraries
60
61 Requires:       %{name} = %{version}-%{release}
62 Requires:       glib2-devel >= %{_glib2}
63 Requires:       libxml2-devel >= %{_libxml2}
64 Requires:       check-devel
65
66 %description devel
67 GStreamer is a streaming media framework, based on graphs of filters which
68 operate on media data. Applications using this library can do anything
69 from real-time sound processing to playing videos, and just about anything
70 else media-related.  Its plugin-based architecture means that new data
71 types or processing capabilities can be added simply by installing new   
72 plugins.
73
74 This package contains the libraries and includes files necessary to develop
75 applications and plugins for GStreamer, as well as general and API
76 documentation.
77
78 %package -n gstreamer-tools
79 Summary:        common tools and files for GStreamer streaming media framework
80 Group:          Applications/Multimedia
81
82 %description -n gstreamer-tools
83 GStreamer is a streaming media framework, based on graphs of filters which
84 operate on media data. Applications using this library can do anything
85 from real-time sound processing to playing videos, and just about anything
86 else media-related.  Its plugin-based architecture means that new data
87 types or processing capabilities can be added simply by installing new   
88 plugins.
89
90 This package contains wrapper scripts for the command-line tools that work
91 with different major/minor versions of GStreamer.
92
93 %prep
94 %setup -q -n gstreamer-%{version}
95
96 %build
97 # 0.10.0: manuals do not build due to an openjade error; disable for now
98 %configure \
99   --with-package-name='CVS gstreamer package' \
100   --with-package-origin='http://gstreamer.freedesktop.org' \
101   --enable-debug
102
103 #make %{?_smp_mflags}
104 # FIXME: docs building doesn't work with smp yet
105 make
106
107 %install  
108 rm -rf $RPM_BUILD_ROOT
109
110 # Install doc temporarily in order to be included later by rpm
111 make install DESTDIR=$RPM_BUILD_ROOT
112
113 %find_lang gstreamer-%{majorminor}
114 # Clean out files that should not be part of the rpm. 
115 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/gstreamer-%{majorminor}
116 rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.la
117 rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
118 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
119 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
120 # Create empty cache directory
121 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/gstreamer-%{majorminor}
122
123 %clean
124 rm -rf $RPM_BUILD_ROOT
125
126 %post -p /sbin/ldconfig
127
128 %postun -p /sbin/ldconfig
129
130 %files -f gstreamer-%{majorminor}.lang
131 %defattr(-, root, root, -)
132 %doc AUTHORS COPYING NEWS README RELEASE TODO
133 %{_libdir}/libgstreamer-%{majorminor}.so.*
134 %{_libdir}/libgstbase-%{majorminor}.so.*
135 %{_libdir}/libgstcontroller-%{majorminor}.so.*
136 %{_libdir}/libgstdataprotocol-%{majorminor}.so.*
137 %{_libdir}/libgstnet-%{majorminor}.so.*
138
139 %dir %{_libdir}/gstreamer-%{majorminor}
140 %{_libdir}/gstreamer-%{majorminor}/libgstcoreelements.so
141 %{_libdir}/gstreamer-%{majorminor}/libgstcoreindexers.so
142
143 %{_bindir}/gst-feedback-%{majorminor}
144 %{_bindir}/gst-inspect-%{majorminor}
145 %{_bindir}/gst-launch-%{majorminor}
146 %{_bindir}/gst-typefind-%{majorminor}
147 %{_bindir}/gst-xmlinspect-%{majorminor}
148 %{_bindir}/gst-xmllaunch-%{majorminor}
149
150 %doc %{_mandir}/man1/gst-feedback-%{majorminor}.*
151 %doc %{_mandir}/man1/gst-inspect-%{majorminor}.*
152 %doc %{_mandir}/man1/gst-launch-%{majorminor}.*
153 %doc %{_mandir}/man1/gst-typefind-%{majorminor}.*
154 %doc %{_mandir}/man1/gst-xmlinspect-%{majorminor}.*
155 %doc %{_mandir}/man1/gst-xmllaunch-%{majorminor}.*
156
157 %files -n gstreamer-tools
158 %defattr(-, root, root, -)
159 %{_bindir}/gst-feedback
160 %{_bindir}/gst-inspect
161 %{_bindir}/gst-launch
162 %{_bindir}/gst-typefind
163 %{_bindir}/gst-xmlinspect
164 %{_bindir}/gst-xmllaunch
165
166 %files devel
167 %defattr(-, root, root, -)
168 %dir %{_includedir}/gstreamer-%{majorminor}
169 %dir %{_includedir}/gstreamer-%{majorminor}/gst
170 %{_includedir}/gstreamer-%{majorminor}/gst/*.h
171
172 %{_includedir}/gstreamer-%{majorminor}/gst/base
173 %{_includedir}/gstreamer-%{majorminor}/gst/check
174 %{_includedir}/gstreamer-%{majorminor}/gst/controller
175 %{_includedir}/gstreamer-%{majorminor}/gst/dataprotocol
176 %{_includedir}/gstreamer-%{majorminor}/gst/net
177
178 %{_libdir}/libgstreamer-%{majorminor}.so
179 %{_libdir}/libgstdataprotocol-%{majorminor}.so
180 %{_libdir}/libgstbase-%{majorminor}.so
181 %{_libdir}/libgstcheck-%{majorminor}.so*
182 %{_libdir}/libgstcontroller-%{majorminor}.so
183 %{_libdir}/libgstnet-%{majorminor}.so
184
185 %{_datadir}/aclocal/gst-element-check-%{majorminor}.m4
186 %{_libdir}/pkgconfig/gstreamer-%{majorminor}.pc
187 %{_libdir}/pkgconfig/gstreamer-base-%{majorminor}.pc
188 %{_libdir}/pkgconfig/gstreamer-controller-%{majorminor}.pc
189 %{_libdir}/pkgconfig/gstreamer-check-%{majorminor}.pc
190 %{_libdir}/pkgconfig/gstreamer-dataprotocol-%{majorminor}.pc
191 %{_libdir}/pkgconfig/gstreamer-net-%{majorminor}.pc
192
193 %doc %{_datadir}/gtk-doc/html/gstreamer-%{majorminor}/*
194 %doc %{_datadir}/gtk-doc/html/gstreamer-libs-%{majorminor}/*
195 %doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}/*
196
197 %changelog
198 * Tue Dec 11 2007 Christian Schaller <christian.schaller@collabora.co.uk> 
199 - Import from Fedora package
200
201 * Fri Nov 16 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.15-1
202 - Update to 0.10.15
203
204 * Mon Oct  1 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.14-4
205 - Add missing Requires (#312671)
206
207 * Tue Aug 14 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.14-3
208 - Require check-devel (#251956)
209
210 * Sat Aug 04 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.14-1
211 - Update to 0.10.14
212
213 * Tue Jun 05 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.13-2
214 - Remove upstreamed docs patch
215
216 * Tue Jun 05 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.13-1
217 - Update to 0.10.13
218
219 * Thu Mar 08 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.12-1
220 - Update to 0.10.12
221
222 * Tue Feb 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.11-2
223 - Remove Requires on packages that BuildRequire us
224
225 * Tue Dec 12 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.11-1
226 - Update to 0.10.11
227
228 * Fri Oct 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.10-2
229 - Cleanups
230 - Attempt to fix multilib conflicts
231
232 * Mon Oct 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.10-1
233 - Update to 0.10.10
234
235 * Thu Jul 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.9-2
236 - Disable gtk-doc to fix multilib conflicts
237
238 * Thu Jul 20 2006 John (J5) Palmieri <johnp@redhat.com> - 0.10.9-1
239 - Update to new upstream version
240
241 * Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.8-4
242 - Re-add the gstreamer-plugins-good dependency
243
244 * Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.8-3.2
245 - Temporarily break the dependency cycle with gsteamer-plugins-good
246
247 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.10.8-3.1
248 - rebuild
249
250 * Wed Jun 28 2006 Karsten Hopp <karsten@redhat.de> 0.10.8-3
251 - remove RPATH pointing to RPM_BUILD_ROOT (#196870)
252
253 * Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.8-2
254 - Rebuild
255
256 * Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.8-1
257 - Update to 0.10.8
258
259 * Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.6-1
260 - Update to 0.10.6
261
262 * Tue Feb 14 2006 Rik van Riel <riel@redhat.com> - 0.10-3-3
263 - Obsolete gstreamer-plugins (#181296)
264
265 * Mon Feb 13 2006 Christopher Aillon <caillon@redhat.com> - 0.10.3-2
266 - Rebuild
267
268 * Fri Feb 10 2006 Christopher Aillon <caillon@redhat.com> - 0.10.3-1
269 - Update to 0.10.3
270
271 * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.10.2-1.1
272 - rebuilt for new gcc4.1 snapshot and glibc changes
273
274 * Wed Jan 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.10.2-1
275 - Upgrade to 0.10.2
276
277 * Fri Jan 06 2006 John (J5) Palmieri <johnp@redhat.com> - 0.10.1-1
278 - New upstream version
279
280 * Fri Dec 16 2005 Thomas Vander Stichele <thomas at apestaart dot org>
281 - 0.10.0-1
282 - rebuilt for Fedora Core Development
283
284 * Wed Dec 14 2005 Thomas Vander Stichele <thomas at apestaart dot org>
285 - 0.10.0-0.gst.2
286 - rebuilt against newer GLib and friends
287
288 * Mon Dec 05 2005 Thomas Vander Stichele <thomas at apestaart dot org>
289 - 0.10.0-0.gst.1
290 - new release
291
292 * Thu Dec 01 2005 Thomas Vander Stichele <thomas at apestaart dot org>
293 - 0.9.7-0.gst.1
294 - new release, with 0.10 majorminor
295 - removed compprep and complete
296 - added plugins docs
297 - renamed libgstcorelements, libgstcoreindexers
298 - added libgstnet
299
300 * Sat Nov 12 2005 Thomas Vander Stichele <thomas at apestaart dot org>
301 - 0.9.5-0.gst.1
302 - new release
303
304 * Mon Oct 24 2005 Thomas Vander Stichele <thomas at apestaart dot org>
305 - 0.9.4-0.gst.1
306 - new release
307
308 * Mon Oct 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
309 - 0.9.3-0.gst.1
310 - new release
311
312 * Thu Sep 08 2005 Thomas Vander Stichele <thomas at apestaart dot org>
313 - 0.9.2-0.gst.1
314 - added libgstcheck
315 - new release
316
317 * Thu Jun 09 2005 Thomas Vander Stichele <thomas at apestaart dot org>
318 - 0.9.1-0.gst.1
319 - first development series release
320
321 * Tue May 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
322 - 0.8.10-0.gst.1
323 - new release
324 - up glib2 to 2.4 because disting on 2.4 builds marshalling code needing 2.4
325
326 * Mon May 02 2005 Thomas Vander Stichele <thomas at apestaart dot org>
327 - 0.8.9.2-0.gst.1
328 - new prerelease
329
330 * Tue Feb 08 2005 Thomas Vander Stichele <thomas at apestaart dot org>
331 - 0.8.9-0.gst.1
332 - new release
333 - switch back to the gst tag since fedora.us is gone
334
335 * Thu Feb 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
336 - 0.8.8.2-0.fdr.1
337 - new prerelease
338
339 * Thu Dec 23 2004 Thomas Vander Stichele <thomas at apestaart dot org>
340 - 0.8.8-0.fdr.1
341 - new upstream release
342
343 * Fri Dec 17 2004 Thomas Vander Stichele <thomas at apestaart dot org>
344 - 0.8.7.2-0.fdr.1
345 - new prerelease
346 - added fair gthread scheduler
347
348 * Wed Oct 06 2004 Thomas Vander Stichele <thomas at apestaart dot org>
349 - 0.8.7-0.fdr.1
350 - update for new GStreamer release
351
352 * Tue Oct 05 2004 Thomas Vander Stichele <thomas at apestaart dot org>
353 - 0.8.6-0.fdr.1
354 - update for new GStreamer release
355
356 * Sun Sep 26 2004 Thomas Vander Stichele <thomas at apestaart dot org>
357 - 0.8.5.3-0.fdr.1
358 - update for new GStreamer prerelease
359
360 * Sun Sep 12 2004 Thomas Vander Stichele <thomas at apestaart dot org>
361 - 0.8.5.2-0.fdr.1
362 - update for new GStreamer prerelease
363
364 * Mon Aug 16 2004 Thomas Vander Stichele <thomas at apestaart dot org>
365 - 0.8.5-0.fdr.1
366 - update for new GStreamer release
367
368 * Thu Aug 12 2004 Thomas Vander Stichele <thomas at apestaart dot org>
369 - 0.8.4.2-0.fdr.1
370 - update for new GStreamer prerelease
371 - set package name and origin
372
373 * Tue Jul 20 2004 Thomas Vander Stichele <thomas at apestaart dot org>
374 - 0.8.4-0.fdr.1
375 - update for new GStreamer release
376 - unbreak the postun script by not removing the cache dir
377
378 * Tue Jul 20 2004 Thomas Vander Stichele <thomas at apestaart dot org>
379 - 0.8.3.3-0.fdr.1: update for new GStreamer prerelease
380
381 * Fri Jul 16 2004 Thomas Vander Stichele <thomas at apestaart dot org>
382 - 0.8.3.2-0.fdr.1: update for new GStreamer prerelease
383
384 * Sat Jun 05 2004 Thomas Vander Stichele <thomas at apestaart dot org>
385 - 0.8.3-0.fdr.1: update for new GStreamer release
386
387 * Fri Jun 04 2004 Thomas Vander Stichele <thomas at apestaart dot org>
388 - 0.8.2-0.fdr.1: update for new GStreamer release
389
390 * Thu Apr 15 2004 Thomas Vander Stichele <thomas at apestaart dot org>
391 - 0.8.1-0.fdr.1: update for new GStreamer release
392
393 * Thu Apr 15 2004 Thomas Vander Stichele <thomas at apestaart dot org>
394 - add entry schedulers, clean up scheduler file section
395
396 * Tue Mar 16 2004 Thomas Vander Stichele <thomas at apestaart dot org>
397 - 0.8.0-0.fdr.1: update for new GStreamer release, renamed base to gstreamer
398
399 * Tue Mar 09 2004 Thomas Vander Stichele <thomas at apestaart dot org>
400 - 0.7.6-0.fdr.1: updated for new GStreamer release, with maj/min set to 0.8
401
402 * Mon Mar 08 2004 Thomas Vander Stichele <thomas at apestaart dot org>
403 - 0.7.5-0.fdr.3: fix postun script
404
405 * Fri Mar 05 2004 Thomas Vander Stichele <thomas at apestaart dot org>
406 - 0.7.5-0.fdr.2: new release
407
408 * Wed Feb 11 2004 Thomas Vander Stichele <thomas at apestaart dot org>
409 - 0.7.4-0.fdr.1: synchronize with Matthias's package
410
411 * Sat Feb 07 2004 Thomas Vander Stichele <thomas at apestaart dot org>
412 - make the package name gstreamer07 since this is an unstable release
413
414 * Wed Feb 04 2004 Thomas Vander Stichele <thomas at apestaart dot org>
415 - put versioned tools inside base package, and put unversioned tools in tools
416
417 * Mon Dec 01 2003 Thomas Vander Stichele <thomas at apestaart dot org>
418 - changed documentation buildrequires
419
420 * Sun Nov 09 2003 Christian Schaller <Uraeus@gnome.org>
421 - Fix spec to handle new bytestream library 
422
423 * Sun Aug 17 2003 Christian Schaller <uraeus@gnome.org>
424 - Remove docs build from RPM as the build is broken
425 - Fix stuff since more files are versioned now
426 - Remove wingo schedulers
427 - Remove putbits stuff
428
429 * Sun May 18 2003 Thomas Vander Stichele <thomas at apestaart dot org>
430 - devhelp files are now generated by gtk-doc, changed accordingly
431
432 * Sun Mar 16 2003 Christian F.K. Schaller <Uraeus@gnome.org>
433 - Add gthread scheduler
434
435 * Sat Dec 07 2002 Thomas Vander Stichele <thomas at apestaart dot org>
436 - define majorminor and use it everywhere
437 - full parallel installability
438
439 * Tue Nov 05 2002 Christian Schaller <Uraeus@linuxrising.org>
440 - Add optwingo scheduler
441 * Sat Oct 12 2002 Christian Schaller <Uraeus@linuxrising.org>
442 - Updated to work better with default RH8 rpm
443 - Added missing unspeced files
444 - Removed .a and .la files from buildroot
445
446 * Sat Sep 21 2002 Thomas Vander Stichele <thomas@apestaart.org>
447 - added gst-md5sum
448
449 * Tue Sep 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
450 - adding flex to buildrequires
451
452 * Fri Sep 13 2002 Christian F.K. Schaller <Uraeus@linuxrising.org>
453 - Fixed the schedulers after the renaming
454 * Sun Sep 08 2002 Thomas Vander Stichele <thomas@apestaart.org>
455 - added transfig to the BuildRequires:
456
457 * Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org>
458 - moved header location
459
460 * Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
461 - added popt
462 - removed .la
463
464 * Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org>
465 - added release of gstreamer to req of gstreamer-devel
466 - changed location of API docs to be in gtk-doc like other gtk-doc stuff
467 - reordered SPEC file
468
469 * Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org>
470 - moved html docs to gtk-doc standard directory
471
472 * Tue Mar 5 2002 Thomas Vander Stichele <thomas@apestaart.org>
473 - move version defines of glib2 and libxml2 to configure.ac
474 - add BuildRequires for these two libs
475
476 * Sun Mar 3 2002 Thomas Vander Stichele <thomas@apestaart.org>
477 - put html docs in canonical place, avoiding %doc erasure
478 - added devhelp support, current install of it is hackish
479
480 * Sat Mar 2 2002 Christian Schaller <Uraeus@linuxrising.org>
481 - Added documentation to build
482
483 * Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org>
484 - added libgstbasicscheduler
485 - renamed libgst to libgstreamer
486
487 * Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org>
488 - Added configdir parameter as it seems the configdir gets weird otherwise
489
490 * Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
491 - split off gstreamer-editor from core
492 - removed gstreamer-gnome-apps
493
494 * Sat Dec 29 2001 Rodney Dawes <dobey@free.fr>
495 - Cleaned up the spec file for the gstreamer core/plug-ins split
496 - Improve spec file
497
498 * Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org>
499 - Split of more plugins from the core and put them into their own modules
500 - Includes colorspace, xfree and wav
501 - Improved package Require lines
502 - Added mp3encode (lame based) to the SPEC
503
504 * Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org>
505 - Thomas merged mpeg plugins into one
506 * Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org>
507 - More minor cleanups including some fixed descriptions from Andrew Mitchell
508
509 * Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org>
510 - Added logging to the make statement
511
512 * Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org>
513 - Updated in preparation for 0.3.0 release
514
515 * Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org>
516 - Updated for 0.2.1 release
517 - Split out the GUI packages into their own RPM
518 - added new plugins (FLAC, festival, quicktime etc.)
519
520 * Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org>
521 - Visualisation plugins bundled out togheter
522 - Moved files sections up close to their respective descriptions
523
524 * Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org>
525 - Split the package into separate RPMS, 
526   putting most plugins out by themselves.
527
528 * Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org>
529 - Updated with change suggestions from Dennis Bjorklund
530
531 * Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu>
532 - updated to build -devel package as well
533
534 * Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu>
535 - first draft of spec file
536