Blame SPECS/cdrdao.spec

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