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}/libgstnet-%{majorminor}.so.*
118
119 %dir %{_libdir}/gstreamer-%{majorminor}
120 %{_libdir}/gstreamer-%{majorminor}/libgstcoreelements.so
121
122 %{_bindir}/gst-inspect-%{majorminor}
123 %{_bindir}/gst-launch-%{majorminor}
124 %{_bindir}/gst-typefind-%{majorminor}
125 %{_libexecdir}/gstreamer-%{majorminor}/gst-plugin-scanner
126 %doc %{_mandir}/man1/gst-inspect-%{majorminor}.*
127 %doc %{_mandir}/man1/gst-launch-%{majorminor}.*
128 %doc %{_mandir}/man1/gst-typefind-%{majorminor}.*
129 %doc %{_datadir}/doc/gstreamer-%{majorminor}/manual
130 %doc %{_datadir}/doc/gstreamer-%{majorminor}/pwg
131 %doc %{_datadir}/doc/gstreamer-%{majorminor}/faq/
132 %{_libdir}/girepository-1.0/Gst-%{majorminor}.typelib
133 %{_libdir}/girepository-1.0/GstBase-%{majorminor}.typelib
134 %{_libdir}/girepository-1.0/GstCheck-%{majorminor}.typelib
135 %{_libdir}/girepository-1.0/GstController-%{majorminor}.typelib
136 %{_libdir}/girepository-1.0/GstNet-%{majorminor}.typelib
137 %{_datadir}/gir-1.0/Gst-%{majorminor}.gir
138 %{_datadir}/gir-1.0/GstBase-%{majorminor}.gir
139 %{_datadir}/gir-1.0/GstCheck-%{majorminor}.gir
140 %{_datadir}/gir-1.0/GstController-%{majorminor}.gir
141 %{_datadir}/gir-1.0/GstNet-%{majorminor}.gir
142
143 %files devel
144 %defattr(-, root, root, -)
145 %dir %{_includedir}/gstreamer-%{majorminor}
146 %dir %{_includedir}/gstreamer-%{majorminor}/gst
147 %{_includedir}/gstreamer-%{majorminor}/gst/*.h
148
149 %{_includedir}/gstreamer-%{majorminor}/gst/base
150 %{_includedir}/gstreamer-%{majorminor}/gst/check
151 %{_includedir}/gstreamer-%{majorminor}/gst/controller
152 %{_includedir}/gstreamer-%{majorminor}/gst/net
153
154 %{_libdir}/libgstreamer-%{majorminor}.so
155 %{_libdir}/libgstbase-%{majorminor}.so
156 %{_libdir}/libgstcheck-%{majorminor}.so*
157 %{_libdir}/libgstcontroller-%{majorminor}.so
158 %{_libdir}/libgstnet-%{majorminor}.so
159
160 %{_datadir}/aclocal/gst-element-check-%{majorminor}.m4
161 %{_libdir}/pkgconfig/gstreamer-%{majorminor}.pc
162 %{_libdir}/pkgconfig/gstreamer-base-%{majorminor}.pc
163 %{_libdir}/pkgconfig/gstreamer-controller-%{majorminor}.pc
164 %{_libdir}/pkgconfig/gstreamer-check-%{majorminor}.pc
165 %{_libdir}/pkgconfig/gstreamer-net-%{majorminor}.pc
166
167 %doc %{_datadir}/gtk-doc/html/gstreamer-%{majorminor}/*
168 %doc %{_datadir}/gtk-doc/html/gstreamer-libs-%{majorminor}/*
169 %doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}/*
170
171 %changelog
172 * Sat Aug 06 2011 Thomas Vander Stichele <thomas at apestaart dot org>
173 - Use majorminor correctly for .gir files
174 - Remove gstreamer-tools completely since the unversioned tools have been
175   removed
176 - Rename package to gstreamer011 to be parallel-installable
177
178 * Thu Apr 3 2008 Christian Schaller <christian.schaller at collabora co uk>
179 - Update spec file to make inclusion of all docs explicit
180
181 * Tue Dec 11 2007 Christian Schaller <christian.schaller@collabora.co.uk> 
182 - Import from Fedora package
183
184 * Fri Nov 16 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.15-1
185 - Update to 0.10.15
186
187 * Mon Oct  1 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.14-4
188 - Add missing Requires (#312671)
189
190 * Tue Aug 14 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.14-3
191 - Require check-devel (#251956)
192
193 * Sat Aug 04 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.14-1
194 - Update to 0.10.14
195
196 * Tue Jun 05 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.13-2
197 - Remove upstreamed docs patch
198
199 * Tue Jun 05 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.13-1
200 - Update to 0.10.13
201
202 * Thu Mar 08 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.12-1
203 - Update to 0.10.12
204
205 * Tue Feb 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.11-2
206 - Remove Requires on packages that BuildRequire us
207
208 * Tue Dec 12 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.11-1
209 - Update to 0.10.11
210
211 * Fri Oct 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.10-2
212 - Cleanups
213 - Attempt to fix multilib conflicts
214
215 * Mon Oct 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.10-1
216 - Update to 0.10.10
217
218 * Thu Jul 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.9-2
219 - Disable gtk-doc to fix multilib conflicts
220
221 * Thu Jul 20 2006 John (J5) Palmieri <johnp@redhat.com> - 0.10.9-1
222 - Update to new upstream version
223
224 * Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.8-4
225 - Re-add the gstreamer-plugins-good dependency
226
227 * Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.8-3.2
228 - Temporarily break the dependency cycle with gsteamer-plugins-good
229
230 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.10.8-3.1
231 - rebuild
232
233 * Wed Jun 28 2006 Karsten Hopp <karsten@redhat.de> 0.10.8-3
234 - remove RPATH pointing to RPM_BUILD_ROOT (#196870)
235
236 * Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.8-2
237 - Rebuild
238
239 * Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.8-1
240 - Update to 0.10.8
241
242 * Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.6-1
243 - Update to 0.10.6
244
245 * Tue Feb 14 2006 Rik van Riel <riel@redhat.com> - 0.10-3-3
246 - Obsolete gstreamer-plugins (#181296)
247
248 * Mon Feb 13 2006 Christopher Aillon <caillon@redhat.com> - 0.10.3-2
249 - Rebuild
250
251 * Fri Feb 10 2006 Christopher Aillon <caillon@redhat.com> - 0.10.3-1
252 - Update to 0.10.3
253
254 * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.10.2-1.1
255 - rebuilt for new gcc4.1 snapshot and glibc changes
256
257 * Wed Jan 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.10.2-1
258 - Upgrade to 0.10.2
259
260 * Fri Jan 06 2006 John (J5) Palmieri <johnp@redhat.com> - 0.10.1-1
261 - New upstream version
262
263 * Fri Dec 16 2005 Thomas Vander Stichele <thomas at apestaart dot org>
264 - 0.10.0-1
265 - rebuilt for Fedora Core Development
266
267 * Wed Dec 14 2005 Thomas Vander Stichele <thomas at apestaart dot org>
268 - 0.10.0-0.gst.2
269 - rebuilt against newer GLib and friends
270
271 * Mon Dec 05 2005 Thomas Vander Stichele <thomas at apestaart dot org>
272 - 0.10.0-0.gst.1
273 - new release
274
275 * Thu Dec 01 2005 Thomas Vander Stichele <thomas at apestaart dot org>
276 - 0.9.7-0.gst.1
277 - new release, with 0.10 majorminor
278 - removed compprep and complete
279 - added plugins docs
280 - renamed libgstcorelements, libgstcoreindexers
281 - added libgstnet
282
283 * Sat Nov 12 2005 Thomas Vander Stichele <thomas at apestaart dot org>
284 - 0.9.5-0.gst.1
285 - new release
286
287 * Mon Oct 24 2005 Thomas Vander Stichele <thomas at apestaart dot org>
288 - 0.9.4-0.gst.1
289 - new release
290
291 * Mon Oct 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
292 - 0.9.3-0.gst.1
293 - new release
294
295 * Thu Sep 08 2005 Thomas Vander Stichele <thomas at apestaart dot org>
296 - 0.9.2-0.gst.1
297 - added libgstcheck
298 - new release
299
300 * Thu Jun 09 2005 Thomas Vander Stichele <thomas at apestaart dot org>
301 - 0.9.1-0.gst.1
302 - first development series release
303
304 * Tue May 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
305 - 0.8.10-0.gst.1
306 - new release
307 - up glib2 to 2.4 because disting on 2.4 builds marshalling code needing 2.4
308
309 * Mon May 02 2005 Thomas Vander Stichele <thomas at apestaart dot org>
310 - 0.8.9.2-0.gst.1
311 - new prerelease
312
313 * Tue Feb 08 2005 Thomas Vander Stichele <thomas at apestaart dot org>
314 - 0.8.9-0.gst.1
315 - new release
316 - switch back to the gst tag since fedora.us is gone
317
318 * Thu Feb 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
319 - 0.8.8.2-0.fdr.1
320 - new prerelease
321
322 * Thu Dec 23 2004 Thomas Vander Stichele <thomas at apestaart dot org>
323 - 0.8.8-0.fdr.1
324 - new upstream release
325
326 * Fri Dec 17 2004 Thomas Vander Stichele <thomas at apestaart dot org>
327 - 0.8.7.2-0.fdr.1
328 - new prerelease
329 - added fair gthread scheduler
330
331 * Wed Oct 06 2004 Thomas Vander Stichele <thomas at apestaart dot org>
332 - 0.8.7-0.fdr.1
333 - update for new GStreamer release
334
335 * Tue Oct 05 2004 Thomas Vander Stichele <thomas at apestaart dot org>
336 - 0.8.6-0.fdr.1
337 - update for new GStreamer release
338
339 * Sun Sep 26 2004 Thomas Vander Stichele <thomas at apestaart dot org>
340 - 0.8.5.3-0.fdr.1
341 - update for new GStreamer prerelease
342
343 * Sun Sep 12 2004 Thomas Vander Stichele <thomas at apestaart dot org>
344 - 0.8.5.2-0.fdr.1
345 - update for new GStreamer prerelease
346
347 * Mon Aug 16 2004 Thomas Vander Stichele <thomas at apestaart dot org>
348 - 0.8.5-0.fdr.1
349 - update for new GStreamer release
350
351 * Thu Aug 12 2004 Thomas Vander Stichele <thomas at apestaart dot org>
352 - 0.8.4.2-0.fdr.1
353 - update for new GStreamer prerelease
354 - set package name and origin
355
356 * Tue Jul 20 2004 Thomas Vander Stichele <thomas at apestaart dot org>
357 - 0.8.4-0.fdr.1
358 - update for new GStreamer release
359 - unbreak the postun script by not removing the cache dir
360
361 * Tue Jul 20 2004 Thomas Vander Stichele <thomas at apestaart dot org>
362 - 0.8.3.3-0.fdr.1: update for new GStreamer prerelease
363
364 * Fri Jul 16 2004 Thomas Vander Stichele <thomas at apestaart dot org>
365 - 0.8.3.2-0.fdr.1: update for new GStreamer prerelease
366
367 * Sat Jun 05 2004 Thomas Vander Stichele <thomas at apestaart dot org>
368 - 0.8.3-0.fdr.1: update for new GStreamer release
369
370 * Fri Jun 04 2004 Thomas Vander Stichele <thomas at apestaart dot org>
371 - 0.8.2-0.fdr.1: update for new GStreamer release
372
373 * Thu Apr 15 2004 Thomas Vander Stichele <thomas at apestaart dot org>
374 - 0.8.1-0.fdr.1: update for new GStreamer release
375
376 * Thu Apr 15 2004 Thomas Vander Stichele <thomas at apestaart dot org>
377 - add entry schedulers, clean up scheduler file section
378
379 * Tue Mar 16 2004 Thomas Vander Stichele <thomas at apestaart dot org>
380 - 0.8.0-0.fdr.1: update for new GStreamer release, renamed base to gstreamer
381
382 * Tue Mar 09 2004 Thomas Vander Stichele <thomas at apestaart dot org>
383 - 0.7.6-0.fdr.1: updated for new GStreamer release, with maj/min set to 0.8
384
385 * Mon Mar 08 2004 Thomas Vander Stichele <thomas at apestaart dot org>
386 - 0.7.5-0.fdr.3: fix postun script
387
388 * Fri Mar 05 2004 Thomas Vander Stichele <thomas at apestaart dot org>
389 - 0.7.5-0.fdr.2: new release
390
391 * Wed Feb 11 2004 Thomas Vander Stichele <thomas at apestaart dot org>
392 - 0.7.4-0.fdr.1: synchronize with Matthias's package
393
394 * Sat Feb 07 2004 Thomas Vander Stichele <thomas at apestaart dot org>
395 - make the package name gstreamer07 since this is an unstable release
396
397 * Wed Feb 04 2004 Thomas Vander Stichele <thomas at apestaart dot org>
398 - put versioned tools inside base package, and put unversioned tools in tools
399
400 * Mon Dec 01 2003 Thomas Vander Stichele <thomas at apestaart dot org>
401 - changed documentation buildrequires
402
403 * Sun Nov 09 2003 Christian Schaller <Uraeus@gnome.org>
404 - Fix spec to handle new bytestream library 
405
406 * Sun Aug 17 2003 Christian Schaller <uraeus@gnome.org>
407 - Remove docs build from RPM as the build is broken
408 - Fix stuff since more files are versioned now
409 - Remove wingo schedulers
410 - Remove putbits stuff
411
412 * Sun May 18 2003 Thomas Vander Stichele <thomas at apestaart dot org>
413 - devhelp files are now generated by gtk-doc, changed accordingly
414
415 * Sun Mar 16 2003 Christian F.K. Schaller <Uraeus@gnome.org>
416 - Add gthread scheduler
417
418 * Sat Dec 07 2002 Thomas Vander Stichele <thomas at apestaart dot org>
419 - define majorminor and use it everywhere
420 - full parallel installability
421
422 * Tue Nov 05 2002 Christian Schaller <Uraeus@linuxrising.org>
423 - Add optwingo scheduler
424 * Sat Oct 12 2002 Christian Schaller <Uraeus@linuxrising.org>
425 - Updated to work better with default RH8 rpm
426 - Added missing unspeced files
427 - Removed .a and .la files from buildroot
428
429 * Sat Sep 21 2002 Thomas Vander Stichele <thomas@apestaart.org>
430 - added gst-md5sum
431
432 * Tue Sep 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
433 - adding flex to buildrequires
434
435 * Fri Sep 13 2002 Christian F.K. Schaller <Uraeus@linuxrising.org>
436 - Fixed the schedulers after the renaming
437 * Sun Sep 08 2002 Thomas Vander Stichele <thomas@apestaart.org>
438 - added transfig to the BuildRequires:
439
440 * Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org>
441 - moved header location
442
443 * Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
444 - added popt
445 - removed .la
446
447 * Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org>
448 - added release of gstreamer to req of gstreamer-devel
449 - changed location of API docs to be in gtk-doc like other gtk-doc stuff
450 - reordered SPEC file
451
452 * Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org>
453 - moved html docs to gtk-doc standard directory
454
455 * Tue Mar 5 2002 Thomas Vander Stichele <thomas@apestaart.org>
456 - move version defines of glib2 and libxml2 to configure.ac
457 - add BuildRequires for these two libs
458
459 * Sun Mar 3 2002 Thomas Vander Stichele <thomas@apestaart.org>
460 - put html docs in canonical place, avoiding %doc erasure
461 - added devhelp support, current install of it is hackish
462
463 * Sat Mar 2 2002 Christian Schaller <Uraeus@linuxrising.org>
464 - Added documentation to build
465
466 * Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org>
467 - added libgstbasicscheduler
468 - renamed libgst to libgstreamer
469
470 * Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org>
471 - Added configdir parameter as it seems the configdir gets weird otherwise
472
473 * Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
474 - split off gstreamer-editor from core
475 - removed gstreamer-gnome-apps
476
477 * Sat Dec 29 2001 Rodney Dawes <dobey@free.fr>
478 - Cleaned up the spec file for the gstreamer core/plug-ins split
479 - Improve spec file
480
481 * Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org>
482 - Split of more plugins from the core and put them into their own modules
483 - Includes colorspace, xfree and wav
484 - Improved package Require lines
485 - Added mp3encode (lame based) to the SPEC
486
487 * Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org>
488 - Thomas merged mpeg plugins into one
489 * Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org>
490 - More minor cleanups including some fixed descriptions from Andrew Mitchell
491
492 * Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org>
493 - Added logging to the make statement
494
495 * Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org>
496 - Updated in preparation for 0.3.0 release
497
498 * Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org>
499 - Updated for 0.2.1 release
500 - Split out the GUI packages into their own RPM
501 - added new plugins (FLAC, festival, quicktime etc.)
502
503 * Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org>
504 - Visualisation plugins bundled out togheter
505 - Moved files sections up close to their respective descriptions
506
507 * Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org>
508 - Split the package into separate RPMS, 
509   putting most plugins out by themselves.
510
511 * Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org>
512 - Updated with change suggestions from Dennis Bjorklund
513
514 * Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu>
515 - updated to build -devel package as well
516
517 * Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu>
518 - first draft of spec file
519