%define cdrecording_group 12 Name: cdrkit Version: 1.1.11 Release: 2mamba Summary: A suite of programs for recording CDs and DVDs and more Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.cdrkit.org/ Source: http://cdrkit.org/releases/cdrkit-%{version}.tar.gz License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: cmake ## AUTOBUILDREQ-BEGIN BuildRequires: bash BuildRequires: glibc-devel BuildRequires: libcap-devel BuildRequires: libmagic-devel BuildRequires: libz-devel BuildRequires: perl-devel ## AUTOBUILDREQ-END Conflicts: cdrtools Provides: %{_bindir}/cdrecord Provides: %{_bindir}/mkisofs Provides: %{_bindir}/cdda2wav Provides: %{_bindir}/readcd %description cdrkit is a suite of programs for recording CDs and DVDs, blanking CD-RW media, creating ISO-9660 filesystem images, extracting audio CD data, and more. The programs included in the cdrkit package were originally derived from several sources, most notably mkisofs by Eric Youngdale and others, cdda2wav by Heiko Eissfeldt, and cdrecord by Jörg Schilling. However, cdrkit is not affiliated with any of these authors; it is now an independent project. %prep %setup -q %build %cmake %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall PREFIX=%{_prefix} # cdrtools compatibility links ln -s wodim %{buildroot}%{_bindir}/cdrecord ln -s genisoimage %{buildroot}%{_bindir}/mkisofs ln -s icedax %{buildroot}%{_bindir}/cdda2wav ln -s readom %{buildroot}%{_bindir}/readcd %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %pre /usr/sbin/groupadd cdrecording -g %{group_cdrecording} 2>/dev/null exit 0 %files %defattr(-,root,root) %{_bindir}/cdrecord %{_bindir}/mkisofs %{_bindir}/cdda2wav %{_bindir}/readcd %{_sbindir}/netscsid %{_bindir}/cdda2mp3 %{_bindir}/cdda2ogg %{_bindir}/devdump %{_bindir}/dirsplit %{_bindir}/genisoimage %{_bindir}/icedax %{_bindir}/isodebug %{_bindir}/isodump %{_bindir}/isoinfo %{_bindir}/isovfy %{_bindir}/pitchplay %{_bindir}/readmult %{_bindir}/readom %attr(4710,root,cdrecording) %{_bindir}/wodim %{_mandir}/man1/cdda2ogg.1.gz %{_mandir}/man1/devdump.1.gz %{_mandir}/man1/dirsplit.1.gz %{_mandir}/man1/genisoimage.1.gz #%{_mandir}/man1/geteltorito.1.gz %{_mandir}/man1/icedax.1.gz %{_mandir}/man1/isodebug.1.gz %{_mandir}/man1/isodump.1.gz %{_mandir}/man1/isoinfo.1.gz %{_mandir}/man1/isovfy.1.gz %{_mandir}/man1/list_audio_tracks.1.gz #%{_mandir}/man1/mkzftree.1.gz %{_mandir}/man1/pitchplay.1.gz %{_mandir}/man1/readmult.1.gz %{_mandir}/man1/readom.1.gz %{_mandir}/man1/wodim.1.gz %{_mandir}/man5/genisoimagerc.5.gz #%{_mandir}/man8/mkhybrid.8.gz %doc COPYING TODO %changelog * Wed Oct 19 2011 Silvan Calarco 1.1.11-2mamba - repackage removing excludes and adding a conflict for cdrtools to allow as an alternative installation * Mon Oct 18 2010 Automatic Build System 1.1.11-1mamba - automatic update to 1.1.11 by autodist * Mon Jul 05 2010 Silvan Calarco 1.1.10-2mamba - remove cdda2mp3 and cdda2ogg conflicting by cdrtool 2.01.01a79 * Sun Jan 10 2010 Automatic Build System 1.1.10-1mamba - automatic update to 1.1.10 by autodist * Wed Oct 29 2008 Silvan Calarco 1.1.9-1mamba - automatic update to 1.1.9 by autodist * Wed May 28 2008 Silvan Calarco 1.1.8-1mamba - update to 1.1.8 * Tue Mar 18 2008 Aleph0 1.1.7.1-1mamba - update to 1.1.7.1 * Thu Dec 06 2007 Silvan Calarco 1.1.6-1mamba - package created by autospec