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