9bf1381
Summary:	The Vorbis General Audio Compression Codec tools
cvsdist 8eb409c
Name:		vorbis-tools
c5c9bd6
Version:	1.4.0
7f2db28
Release:	32%{?dist}
07de1bf
Epoch:		1
9bf1381
License:	GPLv2
cvsdist 8eb409c
URL:		http://www.xiph.org/
c3d7e92
Source:		http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.gz
836bf27
Patch0:		vorbis-tools-1.4.0-bz887540.patch
6db738f
6db738f
# http://thread.gmane.org/gmane.comp.multimedia.ogg.vorbis.devel/5729
2c74110
Patch1:		vorbis-tools-1.4.0-man-page.patch
6db738f
d1bd2d7
# http://thread.gmane.org/gmane.comp.multimedia.ogg.vorbis.devel/5738
2c74110
Patch2:		vorbis-tools-1.4.0-bz1003607.patch
2c74110
2c74110
# update po files from translationproject.org (#1116650)
2c74110
Patch3:		vorbis-tools-1.4.0-bz1116650.patch
d1bd2d7
d58f056
# do not use stack variable out of its scope of validity (#1185558)
d58f056
Patch4:		vorbis-tools-1.4.0-bz1185558.patch
d58f056
63a1a62
# validate count of channels in the header (CVE-2014-9638 and CVE-2014-9639)
63a1a62
Patch5:		vorbis-tools-1.4.0-CVE-2014-9638-CVE-2014-9639.patch
63a1a62
a43b11d
# oggenc: fix large alloca on bad AIFF input (CVE-2015-6749)
a43b11d
Patch6:		vorbis-tools-1.4.0-CVE-2015-6749.patch
a43b11d
c5c9bd6
BuildRequires:	flac-devel
c7902c2
BuildRequires:	gettext
f2a74bb
BuildRequires:	gcc
c5c9bd6
BuildRequires:	libao-devel
5e91b71
BuildRequires:	libcurl-devel
c5c9bd6
BuildRequires:	libvorbis-devel
c5c9bd6
BuildRequires:	speex-devel
9bf1381
Obsoletes:	vorbis < %{epoch}:%{version}-%{release}
9bf1381
Provides:	vorbis = %{epoch}:%{version}-%{release}
cvsdist 8eb409c
b75ac19
# source code of vorbis-tools contains a copy of vasnprintf.c from gnulib
b75ac19
Provides: bundled(gnulib)
b75ac19
cvsdist 8eb409c
%description
cvsdist 8eb409c
Ogg Vorbis is a fully open, non-proprietary, patent- and royalty-free,
cvsdist 8eb409c
general-purpose compressed audio format for audio and music at fixed
cvsdist 8eb409c
and variable bitrates from 16 to 128 kbps/channel.
cvsdist 8eb409c
cvsdist 4e97bca
The vorbis package contains an encoder, a decoder, a playback tool, and a
cvsdist 8eb409c
comment editor.
cvsdist 8eb409c
ad09257
cvsdist 8eb409c
%prep
ad09257
%setup -q
836bf27
%patch0 -p1
6db738f
%patch1 -p1
d1bd2d7
%patch2 -p1
2c74110
%patch3 -p1
d58f056
%patch4 -p1
63a1a62
%patch5 -p1
a43b11d
%patch6 -p1
cvsdist 6952dcd
1d30e74
ad09257
%build
b98edd3
# fix FTBFS if "-Werror=format-security" flag is used (#1025257)
b98edd3
export CFLAGS="$RPM_OPT_FLAGS -Wno-error=format-security"
b98edd3
63a1a62
# uncomment this when debugging
63a1a62
#CFLAGS="$CFLAGS -O0"
63a1a62
cvsdist 8eb409c
%configure
ad09257
make %{?_smp_mflags}
c7902c2
make %{?_smp_mflags} update-gmo -C po
cvsdist 8eb409c
cvsdist 8eb409c
ad09257
%install
ad09257
make DESTDIR=$RPM_BUILD_ROOT install
fa84f3b
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}*
cvsdist 4e97bca
%find_lang %{name}
cvsdist 4e97bca
ad09257
cvsdist 4e97bca
%files -f %{name}.lang
cvsdist 8eb409c
%doc AUTHORS COPYING README ogg123/ogg123rc-example
cvsdist 8eb409c
%{_bindir}/*
cvsdist 8eb409c
%{_mandir}/man1/*
cvsdist 8eb409c
cvsdist 8eb409c
cvsdist 8eb409c
%changelog
7f2db28
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.4.0-32
7f2db28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
7f2db28
2871cf1
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.4.0-31
2871cf1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2871cf1
b75ac19
* Thu Dec 06 2018 Kamil Dudka <kdudka@redhat.com> - 1:1.4.0-30
b75ac19
- add virtual provides for bundled(gnulib)
b75ac19
5f1a890
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.4.0-29
5f1a890
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
5f1a890
f2a74bb
* Mon Feb 19 2018 Kamil Dudka <kdudka@redhat.com> - 1:1.4.0-28
f2a74bb
- add explicit BR for the gcc compiler
f2a74bb
64df31f
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.4.0-27
64df31f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
64df31f
27813ba
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.4.0-26
27813ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
27813ba
0ce0a56
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.4.0-25
0ce0a56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0ce0a56
a743159
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.4.0-24
a743159
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a743159
958b053
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.4.0-23
958b053
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
958b053
a43b11d
* Mon Aug 31 2015 Kamil Dudka <kdudka@redhat.com> - 1:1.4.0-22
a43b11d
- oggenc: fix large alloca on bad AIFF input (CVE-2015-6749)
a43b11d
8725588
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4.0-21
8725588
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8725588
a8b1be9
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1:1.4.0-20
a8b1be9
- Rebuilt for Fedora 23 Change
a8b1be9
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
a8b1be9
63a1a62
* Thu Feb 19 2015 Kamil Dudka <kdudka@redhat.com> - 1:1.4.0-19
63a1a62
- validate count of channels in the header (CVE-2014-9638 and CVE-2014-9639)
63a1a62
d58f056
* Mon Jan 26 2015 Kamil Dudka <kdudka@redhat.com> - 1:1.4.0-18
d58f056
- do not use stack variable out of its scope of validity (#1185558)
d58f056
6609caf
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4.0-17
6609caf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
6609caf
c7902c2
* Mon Jul 07 2014 Kamil Dudka <kdudka@redhat.com> - 1:1.4.0-16
c7902c2
- translate the newly added .po files into .gmo files during build (#1116650)
c7902c2
2c74110
* Mon Jul 07 2014 Kamil Dudka <kdudka@redhat.com> - 1:1.4.0-15
2c74110
- update po files from translationproject.org (#1116650)
2c74110
b98edd3
* Tue Jun 10 2014 Kamil Dudka <kdudka@redhat.com> - 1:1.4.0-14
b98edd3
- fix FTBFS if "-Werror=format-security" flag is used (#1025257)
b98edd3
a69e90b
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4.0-13
a69e90b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a69e90b
d1bd2d7
* Tue Sep 03 2013 Kamil Dudka <kdudka@redhat.com> - 1:1.4.0-12
d1bd2d7
- fix an off-by-one error in the vcut utility (#1003607)
d1bd2d7
6db738f
* Fri Aug 09 2013 Kamil Dudka <kdudka@redhat.com> - 1:1.4.0-11
9bd3f15
- fix various man page issues
6db738f
fa84f3b
* Mon Aug 05 2013 Hans de Goede <hdegoede@redhat.com> - 1:1.4.0-10
fa84f3b
- Fix FTBFS caused by unversioned docdir change (#992862)
fa84f3b
8817806
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4.0-9
8817806
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8817806
33362c1
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4.0-8
33362c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
33362c1
836bf27
* Mon Dec 17 2012 Kamil Dudka <kdudka@redhat.com> - 1:1.4.0-7
836bf27
- fix URL to format documentation in vorbiscomment.1 man page (#887540)
836bf27
1d30e74
* Tue Aug 28 2012 Kamil Dudka <kdudka@redhat.com> - 1:1.4.0-6
1d30e74
- fix specfile issues reported by the fedora-review script
1d30e74
fa520e8
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4.0-5
fa520e8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
fa520e8
592d178
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4.0-4
592d178
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
592d178
3e63b60
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4.0-3
3e63b60
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3e63b60
5e91b71
* Thu Sep 02 2010 Kamil Dudka <kdudka@redhat.com> - 1:1.4.0-2
5e91b71
- rebuilt against libao-1.0.0 (#618171)
5e91b71
c5c9bd6
* Fri Mar 26 2010 Kamil Dudka <kdudka@redhat.com> - 1:1.4.0-1
c5c9bd6
- new upstream release
c5c9bd6
c3d7e92
* Wed Nov 25 2009 Kamil Dudka <kdudka@redhat.com> - 1:1.2.0-7
c3d7e92
- fix source URL
c3d7e92
8790921
* Tue Oct 06 2009 Kamil Dudka <kdudka@redhat.com> - 1:1.2.0-6
8790921
- upstream patch fixing crash of oggenc --resample (#526653)
8790921
54643fe
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.2.0-5
54643fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
54643fe
9e9d6fa
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.2.0-4
9e9d6fa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
9e9d6fa
Zdenek Prikryl 828ed0a
* Tue Oct 21 2008 Zdenek Prikryl <zprikryl@redhat.com> - 1:1.2.0-3
Zdenek Prikryl 828ed0a
- fixed seting flags for stderr (#467064)
Zdenek Prikryl 828ed0a
ad09257
* Sat May 31 2008 Hans de Goede <j.w.r.degoede@hhs.n> - 1:1.2.0-2
ad09257
- Stop calling autoconf, this was no longer necessarry and in current
ad09257
  rawhide breaks us from building (because aclocal.m4 does not match
ad09257
  the new autoconf version)
ad09257
- Drop our last 2 patches, they were modifying configure, but since we called
ad09257
  autoconf after that in effect they were not doing anything, review has
ad09257
  confirmed that they indeed are no longer needed)
ad09257
- Drop using system libtool hack, this is dangerous when the libtool used
ad09257
  to generate ./configure and the one used differ
ad09257
- Remove various antique checks (for example check if RPM_BUILD_ROOT == /) 
ad09257
- Drop unnecessary explicit library Requires
ad09257
- Cleanup BuildRequires
ad09257
f0bb4f7
* Tue Mar 11 2008 Jindrich Novy <jnovy@redhat.com> - 1:1.2.0-1
f0bb4f7
- update to 1.2.0
f0bb4f7
- remove libcurl and oggdec patches, applied upstream
f0bb4f7
- drop unneeded autoconf BR
f0bb4f7
- fix BuildRoot
f0bb4f7
ec74e14
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:1.1.1.svn20070412-6
ec74e14
- Autorebuild for GCC 4.3
ec74e14
9bf1381
* Thu Nov 15 2007 Hans de Goede <j.w.r.degoede@hhs.n> - 1:1.1.1.svn20070412-5
9bf1381
- Minor specfile cleanups for merge review (bz 226532)
9bf1381
7d90599
* Thu Oct 04 2007 Todd Zullinger <tmz@pobox.com> - 1:1.1.1.svn20070412-4
7d90599
- Upstream patch to fix oggdec writing silent wav files (#244757)
7d90599
7356e26
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 1:1.1.1.svn20070412-3
7356e26
- Rebuild for build ID
7356e26
cd6b592
* Wed May 16 2007 Christopher Aillon <caillon@redhat.com> 1:1.1.1.svn20070412-2.fc7
cd6b592
- Bring back support for http URLs which was broken with the previous update
cd6b592
  See https://bugzilla.redhat.com/240351
cd6b592
bnocera cff29fc
* Thu Apr 12 2007 - Bastien Nocera <bnocera@redhat.com> - 1.1.1.svn20070412-1.fc7
bnocera cff29fc
- Upgrade to a current SVN snapshot of vorbis-tools to get our FLAC support
bnocera cff29fc
  back, after the recent libFLAC upgrade (#229124)
bnocera ec8fed2
- Remove obsolete UTF8 and Curl mute patches
bnocera cff29fc
6f4e2ee
* Wed Feb 14 2007 Karsten Hopp <karsten@redhat.com> 1.1.1-5
6f4e2ee
- rebuild with libFLAC.so.8, link with libogg instead of libOggFLAC
6f4e2ee
83d23df
* Wed Nov  1 2006 Matthias Clasen <mclasen@redhat.com> - 1:1.1.1-4 
a2860e6
- Rebuild against new curl
83d23df
- Don't use CURLOPT_MUTE
a2860e6
4616f96
* Sun Oct 29 2006 Matthias Clasen <mclasen@redhat.com> - 1:1.1.1-3
4616f96
- Fix charset conversion (#98816)
4616f96
a47841d
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.1.1-2
a153f47
- rebuild
a47841d
- Add missing br libtool
a153f47
dc5f2ba
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:1.1.1-1.2.1
dc5f2ba
- bump again for double-long bug on ppc(64)
dc5f2ba
cafdb31
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:1.1.1-1.2
cafdb31
- rebuilt for new gcc4.1 snapshot and glibc changes
cafdb31
5dbc4d1
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
5dbc4d1
- rebuilt
5dbc4d1
8e19610
* Wed Nov 09 2005 John (J5) Palmieri <johnp@redhat.com> 1:1.1.1-1
8e19610
- Update to version 1.1.1
8e19610
947f9eb
* Tue Mar 29 2005 John (J5) Palmieri <johnp@redhat.com> 1:1.0.1-6
947f9eb
- rebuild for flac 1.1.2
947f9eb
a018e2f
* Wed Mar 02 2005 John (J5) Palmieri <johnp@redhat.com> 1:1.0.1-5
a018e2f
- rebuild with gcc 4.0
a018e2f
fa84f3b
* Wed Jul 28 2004 Colin Walters <walters@redhat.com>
cvsdist 1f5f2ab
- rebuild
cvsdist 1f5f2ab
cvsdist 34c6655
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 34c6655
- rebuilt
cvsdist 34c6655
cvsdist 1ae1b5c
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 1ae1b5c
- rebuilt
cvsdist 1ae1b5c
cvsdist f9ae76a
* Fri Dec 12 2003 Bill Nottingham <notting@redhat.com> 1:1.0.1-1
cvsdist f9ae76a
- update to 1.0.1
cvsdist f9ae76a
cvsdist 6952dcd
* Tue Oct 21 2003 Bill Nottingham <notting@redhat.com> 1.0-7
cvsdist 6952dcd
- rebuild (#107673)
cvsdist 6952dcd
cvsdist 6952dcd
* Fri Sep  5 2003 Bill Nottingham <notting@redhat.com> 1.0-6
cvsdist 6952dcd
- fix curl detection so ogg123 gets built (#103831)
cvsdist 6952dcd
cvsdist 6952dcd
* Thu Aug  7 2003 Elliot Lee <sopwith@redhat.com> 1.0-5
cvsdist 6952dcd
- Fix link errors
cvsdist 6952dcd
cvsdist 6952dcd
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 6952dcd
- rebuilt
cvsdist 6952dcd
cvsdist 6952dcd
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
cvsdist 6952dcd
- add explicit epoch's where needed.
cvsdist 6952dcd
cvsdist 8b13dca
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 8b13dca
- rebuilt
cvsdist 8b13dca
cvsdist 8b13dca
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 1:1.0-2
cvsdist 8b13dca
- rebuild on all arches
cvsdist 8b13dca
fa84f3b
* Thu Jul 18 2002 Bill Nottingham <notting@redhat.com>
cvsdist 4e97bca
- one-dot-oh
cvsdist 4e97bca
cvsdist 8fca6ec
* Tue Jul 16 2002 Elliot Lee <sopwith@redhat.com>
cvsdist 8fca6ec
- Add builddep on curl-devel
cvsdist 8fca6ec
cvsdist 8fca6ec
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 8fca6ec
- automated rebuild
cvsdist 8fca6ec
cvsdist 8fca6ec
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 8fca6ec
- automated rebuild
cvsdist 8fca6ec
bnocera 4efa2d0
* Tue Feb 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.0rc3-3
cvsdist 93da532
- s/Copyright/License/
cvsdist 93da532
- Add curl-devel as a build dependency
cvsdist 93da532
cvsdist 93da532
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 93da532
- automated rebuild
cvsdist 93da532
cvsdist 8eb409c
* Tue Jan  1 2002 Bill Nottingham <notting@redhat.com>
cvsdist 8eb409c
- update to 1.0rc3
cvsdist 8eb409c
cvsdist 8eb409c
* Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
cvsdist 8eb409c
- update to 1.0rc2
cvsdist 8eb409c
cvsdist 8eb409c
* Fri Jul 20 2001 Bill Nottingham <notting@redhat.com>
cvsdist 8eb409c
- split libao, libvorbis out
cvsdist 8eb409c
cvsdist 8eb409c
* Tue Jul 10 2001 Bill Nottingham <notting@redhat.com>
cvsdist 8eb409c
- own %%{_libdir}/ao
cvsdist 8eb409c
- I love libtool
cvsdist 8eb409c
cvsdist 8eb409c
* Tue Jun 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 8eb409c
- add links from library major version numbers in rpms
cvsdist 8eb409c
cvsdist 8eb409c
* Tue Jun 19 2001 Bill Nottingham <notting@redhat.com>
cvsdist 8eb409c
- update to rc1
cvsdist 8eb409c
cvsdist 8eb409c
* Fri May  4 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
cvsdist 8eb409c
- fixed perl line in spec file to set optims correctly
cvsdist 8eb409c
cvsdist 8eb409c
* Tue Mar 20 2001 Bill Nottingham <notting@redhat.com>
cvsdist 8eb409c
- fix alpha/ia64, again
cvsdist 8eb409c
- use optflags, not -O20 -ffast-math (especially on alpha...)
cvsdist 8eb409c
cvsdist 8eb409c
* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
cvsdist 8eb409c
- fix license tag
cvsdist 8eb409c
cvsdist 8eb409c
* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
cvsdist 8eb409c
- beta4
cvsdist 8eb409c
cvsdist 8eb409c
* Fri Feb  9 2001 Bill Nottingham <notting@redhat.com>
cvsdist 8eb409c
- fix alpha/ia64
cvsdist 8eb409c
cvsdist 8eb409c
* Thu Feb  8 2001 Bill Nottingham <notting@redhat.com>
cvsdist 8eb409c
- update CVS in prep for beta4
cvsdist 8eb409c
cvsdist 8eb409c
* Wed Feb 07 2001 Philipp Knirsch <pknirsch@redhat.de>
cvsdist 8eb409c
- Fixed bugzilla bug #25391. ogg123 now usses the OSS driver by default if
cvsdist 8eb409c
  none was specified.
cvsdist 8eb409c
cvsdist 8eb409c
* Tue Jan  9 2001 Bill Nottingham <notting@redhat.com>
cvsdist 8eb409c
- update CVS, grab aRts backend for libao
cvsdist 8eb409c
fa84f3b
* Wed Dec 27 2000 Bill Nottingham <notting@redhat.com>
cvsdist 8eb409c
- update CVS
cvsdist 8eb409c
cvsdist 8eb409c
* Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
cvsdist 8eb409c
- rebuild because of broken fileutils
cvsdist 8eb409c
cvsdist 8eb409c
* Mon Nov 13 2000 Bill Nottingham <notting@redhat.com>
cvsdist 8eb409c
- hack up specfile some, merge some packages
cvsdist 8eb409c
cvsdist 8eb409c
* Sat Oct 21 2000 Jack Moffitt <jack@icecast.org>
cvsdist 8eb409c
- initial spec file created