Name: cdw Version: 0.8.1 Release: %autorelease Summary: Front-end for tools used for burning data CD/DVD License: GPLv2+ URL: http://cdw.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch0: 0001-add-formatstring.patch BuildRequires: gcc BuildRequires: libcdio-devel, ncurses-devel, libburn-devel BuildRequires: make #It does not make sense install cdw without the packages below: Requires: dvd+rw-tools,wodim,genisoimage,xorriso %description cdw is a ncurses based front-end for some command-line tools used for burning data CD and DVD discs and for related tasks. The tools are: cdrecord/wodim, mkisofs/genisoimage, growisofs, dvd+rw-mediainfo, dvd+rw-format, xorriso. cdw is able to rip tracks from your audio CD to raw audio files. Limited support for copying content of data CD and DVD discs to image files is also provided. cdw can verify correctness of writing ISO9660 image to CD or DVD disc using md5sum or some of programs that verifies SHA hashes. %prep %autosetup -p1 %build export CXXFLAGS="%{optflags}" LIBS="-lm" %configure %make_build %install %make_install %check make check LIBS="-lm" %files %{_bindir}/* %doc COPYING AUTHORS ChangeLog NEWS README THANKS %{_mandir}/man1/* %changelog %autochangelog