cvsdist 40a061b
Summary: Writes audio CD-Rs in disk-at-once (DAO) mode.
cvsdist 40a061b
Name: cdrdao
cvsdist 15a1e71
Version: 1.1.7
cvsdist 15a1e71
Release: 4
cvsdist 7b6b3c3
License: GPL
cvsdist 40a061b
Group: Applications/System
cvsdist 15a1e71
URL: http://unc.dl.sourceforge.net/sourceforge/cdrdao/cdrdao-1.1.7.src.tar.bz2
cvsdist 15a1e71
#URL: http://cdrdao.sourceforge.net/download.html
cvsdist 7b6b3c3
Source0: %{name}-%{version}.src.tar.bz2
cvsdist 40a061b
Source1: xcdrdao.desktop
cvsdist 7b6b3c3
Patch0: cdrdao-1.1.15-endianness.patch
cvsdist 15a1e71
#Patch1: cdrdao-1.1.5-c++.patch
cvsdist 15a1e71
Patch2: cdrdao-1.1.5-EXCL.patch
cvsdist 7b6b3c3
BuildRoot: %{_tmppath}/%{name}-%{version}-root
cvsdist 40a061b
BuildRequires: pccts >= 1.33mr22 
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 7b6b3c3
%patch0 -p0 -b .endianness
cvsdist 15a1e71
#%patch1 -p1 -b .c++
cvsdist 15a1e71
%patch2 -p1 -b .excl
cvsdist 40a061b
cvsdist 40a061b
%build
cvsdist 15a1e71
cd scsilib
cvsdist 15a1e71
ln -s i686-linux-gcc.rul RULES/ia64-linux-gcc.rul
cvsdist 15a1e71
ln -s i686-linux-cc.rul RULES/ia64-linux-cc.rul
cvsdist 15a1e71
ln -s i686-linux-gcc.rul RULES/s390-linux-gcc.rul
cvsdist 15a1e71
ln -s i686-linux-cc.rul RULES/s390-linux-cc.rul
cvsdist 15a1e71
ln -s i686-linux-gcc.rul RULES/s390x-linux-gcc.rul
cvsdist 15a1e71
ln -s i686-linux-cc.rul RULES/s390x-linux-cc.rul
cvsdist 15a1e71
ln -s i686-linux-cc.rul RULES/ppc64-linux-cc.rul
cvsdist 15a1e71
ln -s i686-linux-gcc.rul RULES/ppc64-linux-gcc.rul
cvsdist 15a1e71
ln -s i686-linux-cc.rul RULES/x86_64-linux-cc.rul
cvsdist 15a1e71
ln -s i686-linux-gcc.rul RULES/x86_64-linux-gcc.rul
cvsdist 15a1e71
rm -f mkisofs/README.compression.zisofs-support-hpa
cvsdist 15a1e71
find . |xargs chmod a+r
cvsdist 15a1e71
find . -name \*.mk|xargs perl -pi -e 's/INSDIR=\s*lib\s*$/INSDIR=%{_lib}\n/g'
cvsdist 15a1e71
cd conf
cvsdist 15a1e71
aclocal
cvsdist 15a1e71
libtoolize --copy --force
cvsdist 15a1e71
cd ../..
cvsdist 40a061b
%configure --prefix=%{_prefix}\
cvsdist 40a061b
            --with-pcctsbin=%{_prefix}/bin \
cvsdist 40a061b
            --with-pcctsinc=%{_prefix}/include/pccts
cvsdist 40a061b
cvsdist 40a061b
make
cvsdist 40a061b
cvsdist 40a061b
%install
cvsdist 40a061b
rm -rf $RPM_BUILD_ROOT
cvsdist 40a061b
#mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/System
cvsdist 40a061b
cvsdist 40a061b
#install -m 0644 $RPM_SOURCE_DIR/xcdrdao.desktop\
cvsdist 40a061b
#	$RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/System
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 40a061b
%doc testtocs COPYING INSTALL README cdrdao.lsm
cvsdist 40a061b
%{_bindir}/*
cvsdist 7b6b3c3
%dir %{_datadir}/cdrdao
cvsdist 7b6b3c3
%{_datadir}/cdrdao/*
cvsdist 40a061b
%{_mandir}/*/*
cvsdist 40a061b
cvsdist 40a061b
%changelog
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