cdrdao/cdrdao.spec

78 lines
1.7 KiB
RPMSpec
Raw Normal View History

2021-01-19 15:12:42 +00:00
%if 0%{?rhel} >= 9
%bcond_with gconf
%else
%bcond_without gconf
%endif
Summary: Writes audio CD-Rs in disk-at-once (DAO) mode
Name: cdrdao
2023-07-31 02:48:00 +00:00
Version: 1.2.5
2023-07-31 02:14:18 +00:00
Release: %autorelease
2010-01-14 10:13:38 +00:00
License: GPLv2+
URL: http://cdrdao.sourceforge.net/
2010-01-11 13:42:16 +00:00
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
BuildRequires: gcc-c++
BuildRequires: gcc
BuildRequires: libsigc++20-devel
BuildRequires: libvorbis-devel >= 1.0
BuildRequires: libao-devel
BuildRequires: libmad-devel
BuildRequires: lame-devel
2013-03-28 14:57:43 +00:00
#requirements to rebuild autotools
2021-01-19 15:12:42 +00:00
BuildRequires: autoconf
%if %{with gconf}
BuildRequires: GConf2-devel
%endif
BuildRequires: make
2011-08-10 13:43:42 +00:00
# We have removed gcdmaster sub-package in 1.2.3-10
Obsoletes: gcdmaster < 1.2.3-10
# Only exclude s390
2007-01-24 13:55:11 +00:00
ExcludeArch: s390 s390x
auto-import changelog data from cdrdao-1.1.3-9.src.rpm 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 08 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 07 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 05 2000 Tim Powers <timp@redhat.com> - man pages in correct location - use %makeinstall Mon May 08 2000 Tim Powers <timp@redhat.com> - 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 <timp@redhat.com> - updated to 1.1.3 - we now have xcdrdao - added gnome menu stuff Sat 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
2004-09-09 03:43:50 +00:00
auto-import changelog data from cdrdao-1.1.3-9.src.rpm 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 08 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 07 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 05 2000 Tim Powers <timp@redhat.com> - man pages in correct location - use %makeinstall Mon May 08 2000 Tim Powers <timp@redhat.com> - 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 <timp@redhat.com> - updated to 1.1.3 - we now have xcdrdao - added gnome menu stuff Sat 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
2004-09-09 03:43:50 +00:00
%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
auto-import changelog data from cdrdao-1.1.3-9.src.rpm 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 08 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 07 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 05 2000 Tim Powers <timp@redhat.com> - man pages in correct location - use %makeinstall Mon May 08 2000 Tim Powers <timp@redhat.com> - 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 <timp@redhat.com> - updated to 1.1.3 - we now have xcdrdao - added gnome menu stuff Sat 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
2004-09-09 03:43:50 +00:00
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
auto-import changelog data from cdrdao-1.1.3-9.src.rpm 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 08 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 07 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 05 2000 Tim Powers <timp@redhat.com> - man pages in correct location - use %makeinstall Mon May 08 2000 Tim Powers <timp@redhat.com> - 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 <timp@redhat.com> - updated to 1.1.3 - we now have xcdrdao - added gnome menu stuff Sat 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
2004-09-09 03:43:50 +00:00
of pre-gaps, the pause areas between tracks.
auto-import changelog data from cdrdao-1.1.3-9.src.rpm 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 08 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 07 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 05 2000 Tim Powers <timp@redhat.com> - man pages in correct location - use %makeinstall Mon May 08 2000 Tim Powers <timp@redhat.com> - 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 <timp@redhat.com> - updated to 1.1.3 - we now have xcdrdao - added gnome menu stuff Sat 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
2004-09-09 03:43:50 +00:00
%prep
%autosetup -p 1
auto-import changelog data from cdrdao-1.1.3-9.src.rpm 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 08 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 07 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 05 2000 Tim Powers <timp@redhat.com> - man pages in correct location - use %makeinstall Mon May 08 2000 Tim Powers <timp@redhat.com> - 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 <timp@redhat.com> - updated to 1.1.3 - we now have xcdrdao - added gnome menu stuff Sat 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
2004-09-09 03:43:50 +00:00
%build
2013-03-28 14:57:43 +00:00
#run autoreconf to support aarch64
#not needed when upstream moves to new automake
autoreconf -v -f -i -I.
%configure \
--without-xdao \
--without-scglib \
--with-ogg-support \
--with-mp3-support \
--with-lame
2007-02-27 11:38:16 +00:00
%make_build
auto-import changelog data from cdrdao-1.1.3-9.src.rpm 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 08 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 07 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 05 2000 Tim Powers <timp@redhat.com> - man pages in correct location - use %makeinstall Mon May 08 2000 Tim Powers <timp@redhat.com> - 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 <timp@redhat.com> - updated to 1.1.3 - we now have xcdrdao - added gnome menu stuff Sat 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
2004-09-09 03:43:50 +00:00
auto-import changelog data from cdrdao-1.1.3-9.src.rpm 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 08 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 07 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 05 2000 Tim Powers <timp@redhat.com> - man pages in correct location - use %makeinstall Mon May 08 2000 Tim Powers <timp@redhat.com> - 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 <timp@redhat.com> - updated to 1.1.3 - we now have xcdrdao - added gnome menu stuff Sat 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
2004-09-09 03:43:50 +00:00
%install
%make_install
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
auto-import changelog data from cdrdao-1.1.3-9.src.rpm 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 08 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 07 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 05 2000 Tim Powers <timp@redhat.com> - man pages in correct location - use %makeinstall Mon May 08 2000 Tim Powers <timp@redhat.com> - 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 <timp@redhat.com> - updated to 1.1.3 - we now have xcdrdao - added gnome menu stuff Sat 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
2004-09-09 03:43:50 +00:00
%files
%doc AUTHORS README CREDITS ChangeLog
%license COPYING
%{_bindir}/cdrdao
%{_bindir}/*toc*
%{_datadir}/cdrdao
%{_mandir}/*/cdrdao*
%{_mandir}/*/cue2toc*
2009-11-30 08:21:04 +00:00
%{_mandir}/*/toc2cue*
%{_mandir}/*/toc2cddb*
auto-import changelog data from cdrdao-1.1.3-9.src.rpm 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 08 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 07 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 05 2000 Tim Powers <timp@redhat.com> - man pages in correct location - use %makeinstall Mon May 08 2000 Tim Powers <timp@redhat.com> - 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 <timp@redhat.com> - updated to 1.1.3 - we now have xcdrdao - added gnome menu stuff Sat 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
2004-09-09 03:43:50 +00:00
%changelog
2023-07-31 02:14:18 +00:00
%autochangelog