From 40a061b825e0abdc443e44cebd77779f7e38a561 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 03:43:50 +0000 Subject: auto-import changelog data from cdrdao-1.1.3-9.src.rpm Tue Jun 19 2001 Florian La Roche - add excludearch for s390 s390x Mon May 21 2001 Tim Powers - rebuilt for the distro Fri Sep 08 2000 Tim Powers - removed all references to xcdrdao, we don't ship it. So no applnk, no gtkmm requirements either. Thu Sep 07 2000 Tim Powers - fixed bad Requires line, was still requiring gtk--, when the package changed to gtkmm Mon Jul 24 2000 Prospector - rebuilt Mon Jul 10 2000 Tim Powers - rebuilt Mon Jun 05 2000 Tim Powers - man pages in correct location - use %makeinstall Mon May 08 2000 Tim Powers - use applnk for dirs - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info - remove redundant defines - rebuilt for 7.0 Tue Nov 02 1999 Tim Powers - updated to 1.1.3 - we now have xcdrdao - added gnome menu stuff Sat Aug 21 1999 Tim Powers - removed wmconfig stuff. Nosuch file names xcdrdao Wed Aug 18 1999 Dale Lovelace - add cdrdao.wmconfig Sat Jul 10 1999 Tim Powers - updated to 1.1.1 - built for 6.1 Mon May 10 1999 Cristian Gafton - 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 - built package --- diff --git a/.cvsignore b/.cvsignore index e69de29..b6ac673 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +cdrdao-1.1.3.src.tar.gz diff --git a/cdrdao.spec b/cdrdao.spec new file mode 100644 index 0000000..f4ee80b --- /dev/null +++ b/cdrdao.spec @@ -0,0 +1,102 @@ +Summary: Writes audio CD-Rs in disk-at-once (DAO) mode. +Name: cdrdao +Version: 1.1.3 +Release: 9 +Copyright: GPL +Group: Applications/System +URL: http://www.ping.de/sites/daneb/cdrdao.html +Source0: %{name}-%{version}.src.tar.gz +Source1: xcdrdao.desktop +Patch0: bigendian.patch +BuildRoot: /var/tmp/%{name}-%{version} +BuildRequires: pccts >= 1.33mr22 +Excludearch: ia64 s390 s390x + +%description +Cdrdao records audio CD-Rs in disk-at-once (DAO) mode, based on a +textual description of the CD contents. Recording in DAO mode writes +the complete disc (lead-in, one or more tracks, and lead-out) in a +single step. DAO allows full control over the length and the contents +of pre-gaps, the pause areas between tracks. + +%prep +%setup -q +%patch0 -p1 -b .tim + +%build +%configure --prefix=%{_prefix}\ + --with-pcctsbin=%{_prefix}/bin \ + --with-pcctsinc=%{_prefix}/include/pccts + +make + +%install +rm -rf $RPM_BUILD_ROOT +#mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/System + +#install -m 0644 $RPM_SOURCE_DIR/xcdrdao.desktop\ +# $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/System + +%makeinstall + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc testtocs COPYING INSTALL README cdrdao.lsm +%{_bindir}/* +%{_mandir}/*/* + +%changelog +* Tue Jun 19 2001 Florian La Roche +- add excludearch for s390 s390x + +* Mon May 21 2001 Tim Powers +- rebuilt for the distro + +* Fri Sep 8 2000 Tim Powers +- removed all references to xcdrdao, we don't ship it. So no applnk, no gtkmm + requirements either. + +* Thu Sep 7 2000 Tim Powers +- fixed bad Requires line, was still requiring gtk--, when the package changed + to gtkmm + +* Mon Jul 24 2000 Prospector +- rebuilt + +* Mon Jul 10 2000 Tim Powers +- rebuilt + +* Mon Jun 5 2000 Tim Powers +- man pages in correct location +- use %%makeinstall + +* Mon May 8 2000 Tim Powers +- use applnk for dirs +- use %configure +- remove redundant defines +- rebuilt for 7.0 + +* Tue Nov 2 1999 Tim Powers +- updated to 1.1.3 +- we now have xcdrdao +- added gnome menu stuff + +* Fri Aug 21 1999 Tim Powers +- removed wmconfig stuff. Nosuch file names xcdrdao + +* Wed Aug 18 1999 Dale Lovelace +- add cdrdao.wmconfig + +* Sat Jul 10 1999 Tim Powers +- updated to 1.1.1 +- built for 6.1 + +* Mon May 10 1999 Cristian Gafton +- 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 +- built package diff --git a/sources b/sources index e69de29..37ceec6 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +9a6bfcc70fda8a6a4aee693a6a407b8e cdrdao-1.1.3.src.tar.gz diff --git a/xcdrdao.desktop b/xcdrdao.desktop new file mode 100644 index 0000000..5aed87a --- /dev/null +++ b/xcdrdao.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Name=xcdrdao +Comment=Writes audio CD-Rs in disk-at-once (DAO) mode. +Exec=xcdrdao +Terminal=0 +Type=Application