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