cvsdist 40a061b
Summary: Writes audio CD-Rs in disk-at-once (DAO) mode.
cvsdist 40a061b
Name: cdrdao
cvsdist 1f6ea08
Version: 1.1.9
cvsdist 10457fa
Release: 4
cvsdist 7b6b3c3
License: GPL
cvsdist 13fe59d
Group: Applications/Multimedia
cvsdist 13fe59d
URL: http://unc.dl.sourceforge.net/sourceforge/cdrdao/cdrdao-%{version}.tar.gz
cvsdist 15a1e71
#URL: http://cdrdao.sourceforge.net/download.html
cvsdist 13fe59d
Source0: %{name}-%{version}.tar.gz
cvsdist 40a061b
Source1: xcdrdao.desktop
cvsdist 1f6ea08
#Patch4: cdrdao-1.1.8-trackdb.patch
cvsdist 13fe59d
Patch5: cdrdao-1.1.8-cast.patch
cvsdist 1f6ea08
#Patch6: cdrdao-1.1.8-gcc34.patch
cvsdist 7b6b3c3
BuildRoot: %{_tmppath}/%{name}-%{version}-root
cvsdist 10457fa
BuildRequires: pccts >= 1.33mr22 cdrecord-devel >= 2.01.0.a38-2
cvsdist 7b6b3c3
cvsdist 15a1e71
# Only exclude s390
cvsdist 15a1e71
ExcludeArch: s390
cvsdist 40a061b
cvsdist 40a061b
%description
cvsdist 40a061b
Cdrdao records audio CD-Rs in disk-at-once (DAO) mode, based on a
cvsdist 67a3ddf
textual description of the CD contents. Recording in DAO mode writes
cvsdist 40a061b
the complete disc (lead-in, one or more tracks, and lead-out) in a
cvsdist 67a3ddf
single step. DAO allows full control over the length and the contents
cvsdist 40a061b
of pre-gaps, the pause areas between tracks.
cvsdist 40a061b
cvsdist 40a061b
%prep
cvsdist 40a061b
%setup -q
cvsdist 1f6ea08
#%patch4 -p0 -b .trackdb
cvsdist 13fe59d
%patch5 -p1 -b .cast
cvsdist 1f6ea08
#%patch6 -p1 -b .gcc34
cvsdist 13fe59d
cvsdist 40a061b
%build
cvsdist 40a061b
%configure --prefix=%{_prefix}\
cvsdist 40a061b
            --with-pcctsbin=%{_prefix}/bin \
cvsdist 13fe59d
            --with-pcctsinc=%{_prefix}/include/pccts \
cvsdist 13fe59d
	    --with-scglib-inc=/usr/include/schily \
cvsdist 13fe59d
	    --with-scglib-lib=/usr/%{_lib}
cvsdist 40a061b
make
cvsdist 40a061b
cvsdist 40a061b
%install
cvsdist 40a061b
rm -rf $RPM_BUILD_ROOT
cvsdist 40a061b
cvsdist 40a061b
%makeinstall
cvsdist 40a061b
cvsdist 40a061b
%clean
cvsdist 40a061b
rm -rf $RPM_BUILD_ROOT
cvsdist 40a061b
cvsdist 40a061b
%files
cvsdist 40a061b
%defattr(-,root,root)
cvsdist 13fe59d
%doc COPYING INSTALL README 
cvsdist 40a061b
%{_bindir}/*
cvsdist 1f6ea08
%dir %{_datadir}/cdrdao
cvsdist 1f6ea08
%{_datadir}/cdrdao/*
cvsdist 40a061b
%{_mandir}/*/*
cvsdist 40a061b
cvsdist 40a061b
%changelog
cvsdist 10457fa
* Wed Sep 08 2004 Harald Hoyer <harald@redhat.com> - 1.1.9-4
cvsdist 10457fa
- build requires newer cdrecord-devel
cvsdist 10457fa
cvsdist 09b9fc5
* Tue Sep 07 2004 Harald Hoyer <harald@redhat.com> - 1.1.9-3
cvsdist 09b9fc5
- build requires newer cdrecord-devel
cvsdist 09b9fc5
cvsdist 9b6d814
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 9b6d814
- rebuilt
cvsdist 9b6d814
cvsdist 1f6ea08
* Tue Jun  8 2004 Harald Hoyer <harald@redhat.com> - 1.1.9-1
cvsdist 1f6ea08
- version 1.1.9
cvsdist 1f6ea08
cvsdist ba8dd7a
* Wed Apr 14 2004 Harald Hoyer <harald@redhat.com> - 1.1.8-4
cvsdist ba8dd7a
- fixed BuildRequires
cvsdist ba8dd7a
cvsdist b80cabc
* Tue Mar 30 2004 Harald Hoyer <harald@redhat.com> - 1.1.8-3
cvsdist b80cabc
- fixed ISO C++ issues
cvsdist b80cabc
cvsdist b80cabc
* Fri Feb 20 2004 Harald Hoyer <harald@redhat.com> - 1.1.8-2
cvsdist 13fe59d
- fixed ambigous operator cast
cvsdist 13fe59d
cvsdist 13fe59d
* Wed Feb 18 2004 Harald Hoyer <harald@redhat.com> - 1.1.8-1
cvsdist 13fe59d
- use scsilib from cdrecord-devel
cvsdist 13fe59d
cvsdist 13fe59d
* Mon Feb 16 2004 Harald Hoyer <harald@redhat.com> - 1.1.8-1
cvsdist 13fe59d
- version 1.1.8
cvsdist 13fe59d
cvsdist 13fe59d
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 13fe59d
- rebuilt
cvsdist 13fe59d
cvsdist efe7e88
* Mon Jan 26 2004 Harald Hoyer <harald@redhat.de> 1.1.7-8.atapi.1
cvsdist efe7e88
- added ATAPI: support
cvsdist efe7e88
cvsdist 2ee4c86
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 2ee4c86
- rebuilt
cvsdist 2ee4c86
cvsdist 2ee4c86
* Tue May 13 2003 Harald Hoyer <harald@redhat.de> 1.1.7-6
cvsdist 2ee4c86
- refined O_EXCL patch, nonroot sg handling
cvsdist 2ee4c86
cvsdist 2ee4c86
* Mon May 12 2003 Harald Hoyer <harald@redhat.de> 1.1.7-5
cvsdist 2ee4c86
- refined O_EXCL patch, nonroot sg handling
cvsdist 2ee4c86
cvsdist 15a1e71
* Wed Feb 26 2003 Harald Hoyer <harald@redhat.de> 1.1.7-4
cvsdist 15a1e71
- refined O_EXCL patch
cvsdist 15a1e71
cvsdist 15a1e71
* Tue Feb 25 2003 Harald Hoyer <harald@redhat.de> 1.1.7-3
cvsdist 15a1e71
- readded O_EXCL patch
cvsdist 15a1e71
cvsdist 15a1e71
* Tue Feb 04 2003 Phil Knirsch <pknirsch@redhat.com> 1.1.7-2
cvsdist 15a1e71
- Added s390x again as newer models will have SCSI.
cvsdist 15a1e71
cvsdist 15a1e71
* Thu Jan 29 2003 Harald Hoyer <harald@redhat.de> 1.1.7-1
cvsdist 15a1e71
- updated to 1.1.7
cvsdist 15a1e71
cvsdist 15a1e71
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 15a1e71
- rebuilt
cvsdist 15a1e71
cvsdist 15a1e71
* Thu Nov 28 2002 Harald Hoyer <harald@redhat.de> 1.1.5-11
cvsdist 15a1e71
- added cdrdao-1.1.5-EXCL.patch to lock the CDROM device
cvsdist 15a1e71
- more archs for scsilib (cdrtools)
cvsdist 15a1e71
cvsdist e5cad36
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
cvsdist e5cad36
- rebuilt with gcc-3.2 (we hope)
cvsdist e5cad36
cvsdist cde6093
* Mon Jul 22 2002 Mike A. Harris <mharris@redhat.com> 1.1.5-9
cvsdist cde6093
- Rebuilt in new environment with gcc 3.2
cvsdist cde6093
cvsdist cde6093
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist cde6093
- automated rebuild
cvsdist cde6093
cvsdist cde6093
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist cde6093
- automated rebuild
cvsdist cde6093
cvsdist cde6093
* Tue May 21 2002 Mike A. Harris <mharris@redhat.com> 1.1.5-6
cvsdist cde6093
- Bumped release, and rebuilt against new toolchain.
cvsdist cde6093
cvsdist 0cce4d2
* Fri Feb 22 2002 Mike A. Harris <mharris@redhat.com> 1.1.5-5
cvsdist 0cce4d2
- Bumped release, and rebuilt against new toolchain.
cvsdist 0cce4d2
cvsdist 0cce4d2
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.1.5-4
cvsdist 0cce4d2
- automated rebuild
cvsdist 0cce4d2
cvsdist 7b6b3c3
* Sun Dec 23 2001 Mike A. Harris <mharris@redhat.com> 1.1.5-3
cvsdist 7b6b3c3
- Added missing /usr/share/cdrdao/drivers file (#57785)
cvsdist 7b6b3c3
- Also built 1.1.5-1.72.0 package for 7.x
cvsdist 7b6b3c3
cvsdist 7b6b3c3
* Sat Dec 22 2001 Mike A. Harris <mharris@redhat.com> 1.1.5-2
cvsdist 7b6b3c3
- Bumped release and rebuilt so rawhide package doesn't release number
cvsdist 7b6b3c3
  conflict with previous 1.1.5-1 package built against 7.2
cvsdist 7b6b3c3
cvsdist 7b6b3c3
* Fri Dec 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7b6b3c3
- Fix non-standard C++ code
cvsdist 7b6b3c3
cvsdist 7b6b3c3
* Tue Dec 18 2001 Mike A. Harris <mharris@redhat.com> 1.1.5-1
cvsdist 7b6b3c3
- Updated to 1.1.5
cvsdist 7b6b3c3
- Updated endianness patch for ia64
cvsdist 7b6b3c3
- s/Copyright/License/ in specfile
cvsdist 7b6b3c3
- Changed to bz2 compression for smaller sources
cvsdist 7b6b3c3
- Fixed BuildRoot line (was hard coded)
cvsdist 7b6b3c3
cvsdist 67a3ddf
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
cvsdist 67a3ddf
- rebuild with new gcc and binutils
cvsdist 67a3ddf
cvsdist e9bb73e
* Tue Jun 26 2001 Bill Nottingham <notting@redhat.com>
cvsdist e9bb73e
- include on ia64
cvsdist e9bb73e
cvsdist 40a061b
* Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 40a061b
- add excludearch for s390 s390x
cvsdist 40a061b
cvsdist 40a061b
* Mon May 21 2001 Tim Powers <timp@redhat.com>
cvsdist 40a061b
- rebuilt for the distro
cvsdist 40a061b
cvsdist 40a061b
* Fri Sep 8 2000 Tim Powers <timp@redhat.com>
cvsdist 40a061b
- removed all references to xcdrdao, we don't ship it. So no applnk, no gtkmm
cvsdist 40a061b
  requirements either.
cvsdist 40a061b
cvsdist 40a061b
* Thu Sep 7 2000 Tim Powers <timp@redhat.com>
cvsdist 40a061b
- fixed bad Requires line, was still requiring gtk--, when the package changed
cvsdist 40a061b
  to gtkmm
cvsdist 40a061b
cvsdist 40a061b
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
cvsdist 40a061b
- rebuilt
cvsdist 40a061b
cvsdist 40a061b
* Mon Jul 10 2000 Tim Powers <timp@redhat.com>
cvsdist 40a061b
- rebuilt
cvsdist 40a061b
cvsdist 40a061b
* Mon Jun 5 2000 Tim Powers <timp@redhat.com>
cvsdist 40a061b
- man pages in correct location
cvsdist 40a061b
- use %%makeinstall
cvsdist 40a061b
cvsdist 40a061b
* Mon May 8 2000 Tim Powers <timp@redhat.com>
cvsdist 40a061b
- use applnk for dirs
cvsdist 40a061b
- use %configure
cvsdist 40a061b
- remove redundant defines
cvsdist 40a061b
- rebuilt for 7.0
cvsdist 40a061b
cvsdist 40a061b
* Tue Nov 2 1999 Tim Powers <timp@redhat.com>
cvsdist 40a061b
- updated to 1.1.3
cvsdist 40a061b
- we now have xcdrdao
cvsdist 40a061b
- added gnome menu stuff
cvsdist 40a061b
cvsdist 40a061b
* Fri Aug 21 1999 Tim Powers <timp@redhat.com>
cvsdist 40a061b
- removed wmconfig stuff. Nosuch file names xcdrdao
cvsdist 40a061b
cvsdist 40a061b
* Wed Aug 18 1999 Dale Lovelace <dale@redhat.com>
cvsdist 40a061b
- add cdrdao.wmconfig
cvsdist 40a061b
cvsdist 40a061b
* Sat Jul 10 1999 Tim Powers <timp@redhat.com>
cvsdist 40a061b
- updated to 1.1.1 
cvsdist 40a061b
- built for 6.1
cvsdist 40a061b
cvsdist 40a061b
* Mon May 10 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 40a061b
- gtk-- does not wokr on the alpha, so we have no xcdrdao for it.
cvsdist 40a061b
- cheesy workaround for the broken tar archive
cvsdist 40a061b
cvsdist 40a061b
* Tue Apr 13 1999 Michael Maher <mike@redhat.com>
cvsdist 40a061b
- built package