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