d59622
Summary:   Writes audio CD-Rs in disk-at-once (DAO) mode
d59622
Name:      cdrdao
d59622
Version:   1.2.3
7bc496
Release:   20%{?dist}
d59622
License:   GPLv2+
d59622
Group:     Applications/Multimedia
d59622
URL:       http://cdrdao.sourceforge.net/
d59622
Source0:   http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
d59622
d59622
BuildRequires:  libsigc++20-devel
d59622
BuildRequires:  libvorbis-devel >= 1.0
d59622
BuildRequires:  libao-devel
d59622
#requirements to rebuild autotools
d59622
BuildRequires:  autoconf GConf2-devel
d59622
d59622
# We have removed gcdmaster sub-package in 1.2.3-10
d59622
Obsoletes: gcdmaster < 1.2.3-10
d59622
d59622
# Only exclude s390
d59622
ExcludeArch: s390 s390x
d59622
d59622
# Missing includes causes failure build
d59622
Patch1: cdrdao-1.2.3-stat.patch
d59622
Patch2: cdrdao-1.2.3-helpmansync.patch
d59622
d59622
%description
d59622
Cdrdao records audio CD-Rs in disk-at-once (DAO) mode, based on a
d59622
textual description of the CD contents. Recording in DAO mode writes
d59622
the complete disc (lead-in, one or more tracks, and lead-out) in a
d59622
single step. DAO allows full control over the length and the contents
d59622
of pre-gaps, the pause areas between tracks.
d59622
d59622
d59622
%prep
d59622
%setup -q
d59622
%patch1 -p1 -b .stat
d59622
%patch2 -p1 -b .helpmansync
d59622
d59622
%build
d59622
#run autoreconf to support aarch64
d59622
#not needed when upstream moves to  new automake
d59622
autoreconf -v -f -i -I.
d59622
%configure \
d59622
        --without-xdao \
d59622
        --without-scglib \
d59622
        --without-lame
d59622
d59622
make %{?_smp_mflags}
d59622
d59622
d59622
%install
d59622
make install DESTDIR=$RPM_BUILD_ROOT
d59622
d59622
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
d59622
d59622
d59622
%files
d59622
%doc AUTHORS COPYING README CREDITS ChangeLog
d59622
%{_bindir}/cdrdao
d59622
%{_bindir}/*toc*
d59622
%{_datadir}/cdrdao
d59622
%{_mandir}/*/cdrdao*
d59622
%{_mandir}/*/cue2toc*
d59622
%{_mandir}/*/toc2cue*
d59622
%{_mandir}/*/toc2cddb*
d59622
d59622
d59622
%changelog
7bc496
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.2.3-20
7bc496
- Mass rebuild 2013-12-27
7bc496
d59622
* Thu Mar 28 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.2.3-19
d59622
- rerun autotools to support aarch64
d59622
d59622
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-18
d59622
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d59622
d59622
* Thu Nov 22 2012 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.2.3-17
d59622
- Deleted unused patch files
d59622
d59622
* Mon Oct 09 2012 Honza Horak <hhorak@redhat.com> - 1.2.3-16
d59622
- Add missing options to man page
d59622
d59622
* Fri Aug 27 2012 Honza Horak <hhorak@redhat.com> - 1.2.3-15
d59622
- Spec file clean up
d59622
d59622
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-14
d59622
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d59622
d59622
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-13
d59622
- Rebuilt for c++ ABI breakage
d59622
d59622
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-12
d59622
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d59622
d59622
* Wed Aug 10 2011 Honza Horak <hhorak@redhat.com> - 1.2.3-11
d59622
- obsolete gcdmaster
d59622
d59622
* Mon Aug 08 2011 Honza Horak <hhorak@redhat.com> - 1.2.3-10
d59622
- removing a sub-package gcdmaster (xdao) due to missing dependencies 
d59622
  on libgnomeuimm26
d59622
d59622
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-9
d59622
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d59622
d59622
* Thu Jan 20 2011 Honza Horak <hhorak@redhat.com> - 1.2.3-8
d59622
- Fixed warning while erasing this package
d59622
- https://bugzilla.redhat.com/show_bug.cgi?id=665656
d59622
d59622
* Thu Sep 02 2010 Rakesh Pandit <rakesh@fedoraproject.org> - 1.2.3-7
d59622
- Bump for libao
d59622
d59622
* Wed Jan 20 2010 Roman Rakus <rrakus@redhat.com>  1.2.3-6
d59622
- typo in %%patch
d59622
d59622
* Wed Jan 20 2010 Roman Rakus rrakus@redhat.com 1.2.3-5
d59622
- Some missing includes cause failure build
d59622
d59622
* Wed Jan 13 2010 Nikola Pajkovsky <npajkovs@redhat.com> - 1.2.3-4
d59622
- Merge review #225639
d59622
- no need option --with-mp3-support. it needs libmad(don't ship)
d59622
- change license to GPLv2+
d59622
d59622
* Mon Jan 11 2010 rrakus@redhat.com 1.2.3-3
d59622
- Fixed typo
d59622
d59622
* Mon Jan 11 2010 Roman Rakus rrakus@redhat.com 1.2.3-2
d59622
- Fixed URL tag
d59622
- some cleanup
d59622
d59622
* Mon Nov 30 2009 Nikola Pajkovsky <npajkovs@redhat.com> - 1.2.3-1
d59622
- new upstream
d59622
d59622
* Wed Sep 23 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.2.3-0.rc2.4
d59622
- Update desktop file according to F-12 FedoraStudio feature
d59622
d59622
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-0.rc2.3
d59622
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d59622
d59622
* Thu Apr 16 2009 Denis Leroy <denis@poolshark.org> - 1.2.3-0.rc2.2
d59622
- Make sure version is printed with usage, to fix k3b
d59622
d59622
* Tue Apr  7 2009 Denis Leroy <denis@poolshark.org> - 1.2.3-0.rc2.1
d59622
- Update to latest 1.2.3 release candidate
d59622
- Merged with gcdmaster spec file
d59622
- Added scripts to manage gcdmaster new schemas file
d59622
- Moved desktop file fix into patch
d59622
- Added patch to fix gcc 4.4 compile
d59622
d59622
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-6
d59622
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d59622
d59622
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2.2-5
d59622
- Autorebuild for GCC 4.3
d59622
d59622
* Mon Feb 18 2008 harald@redhat.com 1.2.2-4
d59622
- added string.h includes to make it compile again
d59622
d59622
* Fri Aug 17 2007 Harald Hoyer <harald@redhat.com> - 1.2.2-3
d59622
- changed license to GPLv2
d59622
d59622
* Tue Feb 27 2007 Harald Hoyer <harald@redhat.com> - 1.2.2-2
d59622
- fixed specfile issues (bug #225639)
d59622
d59622
* Wed Jan 24 2007 Harald Hoyer <harald@redhat.com> - 1.2.2-1
d59622
- version 1.2.2
d59622
- built without cdrecord-devel now
d59622
d59622
* Mon Aug 21 2006 Harald Hoyer <harald@redhat.com> - 1.2.1-2
d59622
- rebuild with new/old cdrtools
d59622
d59622
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.1-1.1
d59622
- rebuild
d59622
d59622
* Wed Mar 08 2006 Harald Hoyer <harald@redhat.com> - 1.2.1-1
d59622
- version 1.2.1 (1.2.0 was not functional)
d59622
d59622
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.0-1.2.2
d59622
- bump again for double-long bug on ppc(64)
d59622
d59622
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.2.0-1.2.1
d59622
- rebuilt for new gcc4.1 snapshot and glibc changes
d59622
d59622
* Tue Jan 17 2006 Harald Hoyer <harald@redhat.com>
d59622
- rebuilt
d59622
d59622
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
d59622
- rebuilt
d59622
d59622
* Mon Jul 18 2005 Harald Hoyer <harald@redhat.com> 1.2.0-1
d59622
- version 1.2.0
d59622
d59622
* Wed Mar 02 2005 Harald Hoyer <harald@redhat.com> 
d59622
- rebuilt
d59622
d59622
* Tue Feb 22 2005 Karsten Hopp <karsten@redhat.de> 1.1.9-8 
d59622
- cdrdao builds just fine without the pccts package and uses 
d59622
  its own pccts copy.
d59622
d59622
* Wed Feb 09 2005 Harald Hoyer <harald@redhat.com>
d59622
- rebuilt
d59622
d59622
* Wed Oct 13 2004 Harald Hoyer <harald@redhat.com> - 1.1.9-6
d59622
- build requires newer cdrecord-devel
d59622
d59622
* Tue Sep 21 2004 Harald Hoyer <harald@redhat.com> - 1.1.9-5
d59622
- removed INSTALL from doc (bug 132908)
d59622
d59622
* Wed Sep 08 2004 Harald Hoyer <harald@redhat.com> - 1.1.9-4
d59622
- build requires newer cdrecord-devel
d59622
d59622
* Tue Sep 07 2004 Harald Hoyer <harald@redhat.com> - 1.1.9-3
d59622
- build requires newer cdrecord-devel
d59622
d59622
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
d59622
- rebuilt
d59622
d59622
* Tue Jun  8 2004 Harald Hoyer <harald@redhat.com> - 1.1.9-1
d59622
- version 1.1.9
d59622
d59622
* Wed Apr 14 2004 Harald Hoyer <harald@redhat.com> - 1.1.8-4
d59622
- fixed BuildRequires
d59622
d59622
* Tue Mar 30 2004 Harald Hoyer <harald@redhat.com> - 1.1.8-3
d59622
- fixed ISO C++ issues
d59622
d59622
* Fri Feb 20 2004 Harald Hoyer <harald@redhat.com> - 1.1.8-2
d59622
- fixed ambigous operator cast
d59622
d59622
* Wed Feb 18 2004 Harald Hoyer <harald@redhat.com> - 1.1.8-1
d59622
- use scsilib from cdrecord-devel
d59622
d59622
* Mon Feb 16 2004 Harald Hoyer <harald@redhat.com> - 1.1.8-1
d59622
- version 1.1.8
d59622
d59622
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
d59622
- rebuilt
d59622
d59622
* Mon Jan 26 2004 Harald Hoyer <harald@redhat.de> 1.1.7-8.atapi.1
d59622
- added ATAPI: support
d59622
d59622
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
d59622
- rebuilt
d59622
d59622
* Tue May 13 2003 Harald Hoyer <harald@redhat.de> 1.1.7-6
d59622
- refined O_EXCL patch, nonroot sg handling
d59622
d59622
* Mon May 12 2003 Harald Hoyer <harald@redhat.de> 1.1.7-5
d59622
- refined O_EXCL patch, nonroot sg handling
d59622
d59622
* Wed Feb 26 2003 Harald Hoyer <harald@redhat.de> 1.1.7-4
d59622
- refined O_EXCL patch
d59622
d59622
* Tue Feb 25 2003 Harald Hoyer <harald@redhat.de> 1.1.7-3
d59622
- readded O_EXCL patch
d59622
d59622
* Tue Feb 04 2003 Phil Knirsch <pknirsch@redhat.com> 1.1.7-2
d59622
- Added s390x again as newer models will have SCSI.
d59622
d59622
* Thu Jan 29 2003 Harald Hoyer <harald@redhat.de> 1.1.7-1
d59622
- updated to 1.1.7
d59622
d59622
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
d59622
- rebuilt
d59622
d59622
* Thu Nov 28 2002 Harald Hoyer <harald@redhat.de> 1.1.5-11
d59622
- added cdrdao-1.1.5-EXCL.patch to lock the CDROM device
d59622
- more archs for scsilib (cdrtools)
d59622
d59622
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
d59622
- rebuilt with gcc-3.2 (we hope)
d59622
d59622
* Mon Jul 22 2002 Mike A. Harris <mharris@redhat.com> 1.1.5-9
d59622
- Rebuilt in new environment with gcc 3.2
d59622
d59622
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
d59622
- automated rebuild
d59622
d59622
* Sun May 26 2002 Tim Powers <timp@redhat.com>
d59622
- automated rebuild
d59622
d59622
* Tue May 21 2002 Mike A. Harris <mharris@redhat.com> 1.1.5-6
d59622
- Bumped release, and rebuilt against new toolchain.
d59622
d59622
* Fri Feb 22 2002 Mike A. Harris <mharris@redhat.com> 1.1.5-5
d59622
- Bumped release, and rebuilt against new toolchain.
d59622
d59622
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.1.5-4
d59622
- automated rebuild
d59622
d59622
* Sun Dec 23 2001 Mike A. Harris <mharris@redhat.com> 1.1.5-3
d59622
- Added missing /usr/share/cdrdao/drivers file (#57785)
d59622
- Also built 1.1.5-1.72.0 package for 7.x
d59622
d59622
* Sat Dec 22 2001 Mike A. Harris <mharris@redhat.com> 1.1.5-2
d59622
- Bumped release and rebuilt so rawhide package doesn't release number
d59622
  conflict with previous 1.1.5-1 package built against 7.2
d59622
d59622
* Fri Dec 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
d59622
- Fix non-standard C++ code
d59622
d59622
* Tue Dec 18 2001 Mike A. Harris <mharris@redhat.com> 1.1.5-1
d59622
- Updated to 1.1.5
d59622
- Updated endianness patch for ia64
d59622
- s/Copyright/License/ in specfile
d59622
- Changed to bz2 compression for smaller sources
d59622
- Fixed BuildRoot line (was hard coded)
d59622
d59622
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
d59622
- rebuild with new gcc and binutils
d59622
d59622
* Tue Jun 26 2001 Bill Nottingham <notting@redhat.com>
d59622
- include on ia64
d59622
d59622
* Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
d59622
- add excludearch for s390 s390x
d59622
d59622
* Mon May 21 2001 Tim Powers <timp@redhat.com>
d59622
- rebuilt for the distro
d59622
d59622
* Fri Sep 8 2000 Tim Powers <timp@redhat.com>
d59622
- removed all references to xcdrdao, we don't ship it. So no applnk, no gtkmm
d59622
  requirements either.
d59622
d59622
* Thu Sep 7 2000 Tim Powers <timp@redhat.com>
d59622
- fixed bad Requires line, was still requiring gtk--, when the package changed
d59622
  to gtkmm
d59622
d59622
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
d59622
- rebuilt
d59622
d59622
* Mon Jul 10 2000 Tim Powers <timp@redhat.com>
d59622
- rebuilt
d59622
d59622
* Mon Jun 5 2000 Tim Powers <timp@redhat.com>
d59622
- man pages in correct location
d59622
- use %%makeinstall
d59622
d59622
* Mon May 8 2000 Tim Powers <timp@redhat.com>
d59622
- use applnk for dirs
d59622
- use %%configure
d59622
- remove redundant defines
d59622
- rebuilt for 7.0
d59622
d59622
* Tue Nov 2 1999 Tim Powers <timp@redhat.com>
d59622
- updated to 1.1.3
d59622
- we now have xcdrdao
d59622
- added gnome menu stuff
d59622
d59622
* Fri Aug 21 1999 Tim Powers <timp@redhat.com>
d59622
- removed wmconfig stuff. Nosuch file names xcdrdao
d59622
d59622
* Wed Aug 18 1999 Dale Lovelace <dale@redhat.com>
d59622
- add cdrdao.wmconfig
d59622
d59622
* Sat Jul 10 1999 Tim Powers <timp@redhat.com>
d59622
- updated to 1.1.1 
d59622
- built for 6.1
d59622
d59622
* Mon May 10 1999 Cristian Gafton <gafton@redhat.com>
d59622
- gtk-- does not wokr on the alpha, so we have no xcdrdao for it.
d59622
- cheesy workaround for the broken tar archive
d59622
d59622
* Tue Apr 13 1999 Michael Maher <mike@redhat.com>
d59622
- built package