Summary: A collection of CD/DVD utilities Summary(ja): CD/DVD ユーティリティ集 Name: cdrkit Version: 1.1.11 Release: 2%{?_dist_release} License: GPLv2 Group: Applications/System URL: http://cdrkit.org/ Source: http://cdrkit.org/releases/cdrkit-%{version}.tar.gz Patch1: cdrkit-1.1.8-werror.patch Patch2: cdrkit-1.1.9-efi-boot.patch Patch4: cdrkit-1.1.9-no_mp3.patch Patch5: cdrkit-1.1.9-buffer_overflow.patch #Patch6: cdrkit-1.1.9-rr_joliet.patch Patch6: cdrkit-1.1.10-build-fix.patch Patch7: cdrkit-1.1.11-manpagefix.patch Patch8: cdrkit-1.1.11-rootstat.patch Patch9: cdrkit-1.1.11-usalinst.patch Patch10: cdrkit-1.1.11-readsegfault.patch BuildRequires: cmake libcap-devel zlib-devel perl file-devel bzip2-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description cdrkit is a collection of CD/DVD utilities. %package -n wodim Summary: A command line CD/DVD recording program Summary(ja): コマンドラインの CD/DVD 書き込みプログラム Group: Applications/Archiving Obsoletes: dvdrecord < 0.1.5.1 Provides: dvdrecord = 0.1.5.1 Obsoletes: cdrecord < 2.01.01.1 Provides: cdrecord = 2.01.01.1 Obsoletes: cdrtools-cdrecord < 2.01.01.1 Provides: cdrtools-cdrecord = 2.01.01.1 Requires(preun): alternatives chkconfig coreutils Requires(post): alternatives chkconfig coreutils %description -n wodim Wodim is an application for creating audio and data CDs. Wodim works with many different brands of CD recorders, fully supports multi-sessions and provides human-readable error messages. %package -n genisoimage Summary: Creates an image of an ISO9660 file system Summary(ja): ISO9660 ファイルシステムのイメージを作成するツール Group: Applications/System Obsoletes: mkisofs < 2.01.01.1 Provides: mkisofs = 2.01.01.1 Obsoletes: cdrtools-mkisofs < 2.01.01.1 Provides: cdrtools-mkisofs = 2.01.01.1 Obsoletes: mkhybrid, cdrecord-mkhybrid, cdrecord-mkisofs Requires(preun): alternatives chkconfig coreutils Requires(post): alternatives chkconfig coreutils %description -n genisoimage The genisoimage program is used as a pre-mastering program; i.e., it generates the ISO9660 file system. Genisoimage takes a snapshot of a given directory tree and generates a binary image of the tree which will correspond to an ISO9660 filesystem when written to a block device. Genisoimage is used for writing CD-ROMs, and includes support for creating bootable El Torito CD-ROMs. Install the genisoimage package if you need a program for writing CD-ROMs. %package -n dirsplit Summary: Utility to split directories Summary(ja): ディレクトリを分割するユーティリティ Group: Applications/System Requires: perl Requires: genisoimage = %{version}-%{release} %description -n dirsplit This utility is used to split directories into chunks before burning. Chunk size is usually set to fit to a CD/DVD. %package -n icedax Group: Applications/Multimedia Summary: A utility for sampling/copying .wav files from digital audio CDs Summary(ja): デジタルオーディオCDから.wavファイルをサンプリング/コピーするためのユーティリティ Obsoletes: cdda2wav < 2.01.01.1 Provides: cdda2wav = 2.01.01.1 Obsoletes: cdrtools-cdda2wav < 2.01.01.1 Provides: cdrtools-cdda2wav = 2.01.01.1 Requires(preun): alternatives chkconfig coreutils Requires(post): alternatives chkconfig coreutils Requires: vorbis-tools %description -n icedax Icedax is a sampling utility for CD-ROM drives that are capable of providing a CD's audio data in digital form to your host. Audio data read from the CD can be saved as .wav or .sun format sound files. Recording formats include stereo/mono, 8/12/16 bits and different rates. Icedax can also be used as a CD player. %package -n libusal-devel Summary: Development files for libusal Summary(ja): libusal の開発ファイル Group: Development/Libraries Provides: libusal-static = %{version}-%{release} %description -n libusal-devel The libusal-devel package contains libraries and header files for developing applications that use libusal. %prep %setup -q %patch1 -p1 -b .werror %patch2 -p1 -b .efi %patch4 -p1 -b .no_mp3 %patch5 -p1 -b .buffer_overflow #%patch6 -p1 -b .rr_joliet %patch6 -p1 -b .build-fix %patch7 -p1 -b .manpagefix %patch8 -p1 -b .rootstat %patch9 -p1 -b .usalinst %patch10 -p1 -b .readsegfault find . -type f -print0 | xargs -0 perl -pi -e 's#/usr/local/bin/perl#/usr/bin/perl#g' find doc -type f -print0 | xargs -0 chmod a-x %build mkdir fedora cd fedora export CFLAGS="$RPM_OPT_FLAGS -Wall -Werror -Wno-unused-function -Wno-unused-variable -Wno-unused-but-set-variable -Wno-array-bounds -fno-strict-aliasing -Wno-sizeof-pointer-memaccess" export CXXFLAGS="$CFLAGS" export FFLAGS="$CFLAGS" %cmake CMAKE_VERBOSE=1 \ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ -DBUILD_SHARED_LIBS:BOOL=ON \ .. make VERBOSE=1 %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT cd fedora make install DESTDIR=$RPM_BUILD_ROOT perl -pi -e 's#^require v5.8.1;##g' $RPM_BUILD_ROOT%{_bindir}/dirsplit ln -s genisoimage $RPM_BUILD_ROOT%{_bindir}/mkisofs ln -s genisoimage $RPM_BUILD_ROOT%{_bindir}/mkhybrid ln -s icedax $RPM_BUILD_ROOT%{_bindir}/cdda2wav ln -s wodim $RPM_BUILD_ROOT%{_bindir}/cdrecord ln -s wodim $RPM_BUILD_ROOT%{_bindir}/dvdrecord # missing man page. Do symlink like in debian ln -sf wodim.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/netscsid.1.gz # we don't need cdda2mp3 since we don't have any mp3 {en,de}coder rm $RPM_BUILD_ROOT%{_bindir}/cdda2mp3 %clean rm -rf $RPM_BUILD_ROOT %post -n wodim link=`readlink %{_bindir}/cdrecord` if [ "$link" == "%{_bindir}/wodim" ] || [ "$link" == "" ]; then rm -f %{_bindir}/cdrecord fi link=`readlink %{_bindir}/dvdrecord` if [ "$link" == "wodim" ] || [ "$link" == "" ]; then rm -f %{_bindir}/dvdrecord fi /sbin/update-alternatives --install %{_bindir}/cdrecord cdrecord \ %{_bindir}/wodim 50 \ --slave %{_mandir}/man1/cdrecord.1.gz cdrecord-cdrecordman \ %{_mandir}/man1/wodim.1.gz \ --slave %{_bindir}/dvdrecord cdrecord-dvdrecord %{_bindir}/wodim \ --slave %{_mandir}/man1/dvdrecord.1.gz cdrecord-dvdrecordman \ %{_mandir}/man1/wodim.1.gz \ --slave %{_bindir}/readcd cdrecord-readcd %{_bindir}/readom \ --slave %{_mandir}/man1/readcd.1.gz cdrecord-readcdman \ %{_mandir}/man1/readom.1.gz %preun -n wodim if [ $1 = 0 ]; then %{_sbindir}/alternatives --remove cdrecord %{_bindir}/wodim fi %post -n genisoimage link=`readlink %{_bindir}/mkisofs` if [ "$link" == "genisoimage" ] || [ "$link" == "" ]; then rm -f %{_bindir}/mkisofs fi /sbin/update-alternatives --install %{_bindir}/mkisofs mkisofs \ %{_bindir}/genisoimage 50 \ --slave %{_mandir}/man1/mkisofs.1.gz mkisofs-mkisofsman \ %{_mandir}/man1/genisoimage.1.gz \ --slave %{_bindir}/mkhybrid mkisofs-mkhybrid %{_bindir}/genisoimage %preun -n genisoimage if [ $1 = 0 ]; then /sbin/update-alternatives --remove mkisofs %{_bindir}/genisoimage fi %post -n icedax link=`readlink %{_bindir}/cdda2wav` if [ "$link" == "icedax" ] || [ "$link" == "" ]; then rm -f %{_bindir}/cdda2wav fi /sbin/update-alternatives --install %{_bindir}/cdda2wav cdda2wav \ %{_bindir}/icedax 50 \ --slave %{_mandir}/man1/cdda2wav.1.gz cdda2wav-cdda2wavman \ %{_mandir}/man1/icedax.1.gz %preun -n icedax if [ $1 = 0 ]; then /sbin/update-alternatives --remove cdda2wav %{_bindir}/icedax fi %files -n wodim %defattr(-,root,root) %doc Changelog COPYING FAQ FORK START %doc doc/READMEs doc/wodim %{_bindir}/devdump %{_bindir}/wodim %ghost %{_bindir}/cdrecord %ghost %{_bindir}/dvdrecord %{_bindir}/readom %{_sbindir}/netscsid %{_mandir}/man1/devdump.* %{_mandir}/man1/wodim.* %{_mandir}/man1/netscsid.* %{_mandir}/man1/readom.* %files -n icedax %defattr(-,root,root) %doc doc/icedax COPYING %{_bindir}/icedax %ghost %{_bindir}/cdda2wav %{_bindir}/cdda2ogg %{_mandir}/man1/icedax.* %{_mandir}/man1/cdda2ogg.* %{_mandir}/man1/list_audio_tracks.* %files -n genisoimage %defattr(-,root,root) %doc doc/genisoimage COPYING %{_bindir}/genisoimage %ghost %{_bindir}/mkisofs %ghost %{_bindir}/mkhybrid %{_bindir}/isodebug %{_bindir}/isodump %{_bindir}/isoinfo %{_bindir}/isovfy %{_bindir}/pitchplay %{_bindir}/readmult %{_mandir}/man5/genisoimagerc.* %{_mandir}/man1/genisoimage.* %{_mandir}/man1/isodebug.* %{_mandir}/man1/isodump.* %{_mandir}/man1/isoinfo.* %{_mandir}/man1/isovfy.* %{_mandir}/man1/pitchplay.* %{_mandir}/man1/readmult.* %files -n dirsplit %defattr(-,root,root) %{_bindir}/dirsplit %{_mandir}/man1/dirsplit.* %files -n libusal-devel %defattr(-,root,root) %doc Changelog COPYING FAQ FORK START %{_libdir}/libusal.a %{_libdir}/librols.a %{_includedir}/usal %changelog * Sun Aug 24 2014 Yoji TOYODA 1.1.11-2 - rebuild with VineSeed environment * Fri Apr 29 2011 Daisuke SUZUKI 1.1.11-1 - initial build for Vine Linux * Thu Mar 17 2011 Honza Horak - 1.1.11-6 - Added Provides: libusal-static for libusal-devel subpackage (Resolves: #688347) * Mon Mar 07 2011 Honza Horak - 1.1.11-5 - Fix segmentation fault in readom (Resolves: #682591) * Thu Feb 17 2011 Honza Horak - 1.1.11-4 - Library libusal is installed in order to be used by other apps (Resolves: #588508) https://bugzilla.redhat.com/show_bug.cgi?id=588508 * Tue Feb 08 2011 Fedora Release Engineering - 1.1.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Jan 31 2011 Honza Horak 1.1.11-2 - fixed man page missing arguments (Resolves: #647024) https://bugzilla.redhat.com/show_bug.cgi?id=647024 - fixed erroneous "Unknown file type (unallocated)" warning (Resolves: #174667) https://bugzilla.redhat.com/show_bug.cgi?id=174667 * Mon Oct 18 2010 Nikola Pajkovsky 1.1.11-1 - new upstream version 1.1.11 * Mon Jun 21 2010 Roman Rakus - 1.1.10-2 - Added missing manpage for netscsid (symlink to wodim manpage) * Wed Jan 20 2010 Nikola Pajkovsky - 1.1.10-1 - new upstream version 1.1.10 * Tue Aug 11 2009 Nikola Pajkovsky 1.1.9-10 - fix #508449. fix string overflow breakage when using the -root * Fri Jul 24 2009 Fedora Release Engineering - 1.1.9-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Jul 16 2009 Nikola Pajkovsky 1.1.9-8 - fix buffer overflow * Fri Jul 10 2009 Adam Jackson 1.1.9-7 - Move dirsplit to a subpackage to isolate the perl dependency. * Mon Jun 15 2009 Roman Rakus - 1.1.9-6 - rename functions as they conflict with glibc - Don't push cdda2mp3 because we don't have any mp3 coder Resolves: #505918 * Tue Jun 02 2009 Roman Rakus - 1.1.9-5 - Added Requires vorbis-tools in icedax (rhbz #503699) * Wed Feb 25 2009 Peter Jones - 1.1.9-4 - Add support for EFI boot images. * Mon Feb 23 2009 Fedora Release Engineering - 1.1.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Feb 12 2009 Roman Rakus - 1.1.9-2 - Use -fno-strict-aliasing to prevent strict_aliasing warnings/errors * Mon Oct 27 2008 Roman Rakus - 1.1.9-1 - Bump to version 1.1.9 * Tue May 27 2008 Roman Rakus - 1.1.8-1 - Version 1.1.8 - old patches included - added bzip2-devel to build requirements - fixed #171510 - preserve directory permissions * Wed Feb 27 2008 Harald Hoyer 1.1.6-11 - refined -Werror patch * Mon Feb 25 2008 Harald Hoyer 1.1.6-10 - patched to compile with -Werror (rhbz#429385) * Thu Feb 21 2008 Harald Hoyer 1.1.6-9 - fixed loop on error message for old dev syntax (rhbz#429386) * Thu Feb 21 2008 Harald Hoyer 1.1.6-8 - added file-devel to build requirements * Mon Feb 18 2008 Fedora Release Engineering - 1.1.6-7 - Autorebuild for GCC 4.3 * Tue Sep 25 2007 Harald Hoyer - 1.1.6-6 - fixed readcd man page symlink * Fri Sep 21 2007 Harald Hoyer - 1.1.6-5 - fixed rhbz#255001 - icedax --devices segfaults - fixed rhbz#249357 - Typo in wodim output * Fri Sep 21 2007 Harald Hoyer - 1.1.6-4 - play stupid tricks, to let alternatives make the links and rpm not removing them afterwards - removed bogus warning for "." and ".." * Thu Sep 20 2007 Harald Hoyer - 1.1.6-3 - fixed rhbz#248262 - switched to alternatives * Fri Aug 17 2007 Harald Hoyer - 1.1.6-2 - changed license to GPLv2 * Wed Jun 20 2007 Harald Hoyer - 1.1.6-1 - version 1.1.6 - added readcd symlink * Mon Apr 23 2007 Harald Hoyer - 1.1.2-4 - bump obsoletes/provides * Tue Feb 27 2007 Harald Hoyer - 1.1.2-3 - applied specfile changes as in bug #224365 * Wed Jan 24 2007 Harald Hoyer - 1.1.2-1 - version 1.1.2