Summary: A CD image format converter from (.bin/.cue to .iso/.cdr). Name: bchunk Version: 1.0.0 Release: 1 Group: Applications/Archiving ###### Unknown group! License: GPL Vendor: Heikki Hannikainen Url: http://hes.iki.fi/bchunk Source0: http://hes.iki.fi/bchunk/%{name}-%{version}.tar.gz Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description The bchunk package contains a UNIX/C rewrite of the BinChunker program.. BinChunker converts a CD image in a .bin/.cue format (sometimes .raw/.cue) into a set of .iso and .cdr tracks. The .bin/.cue format is used by some non-UNIX CD-writing software, but is not supported on most other CD-writing programs. %description -l pl Konwerter obrazów CD z formatu .bin/.cue (czasami .raw/.cue) do formatu .iso i ścieżek .cdr. Format .bin/.cue jest czasami używany przez niektóre nie-UNIXowe programy do wypalania CD ale nie jest wspierany przez większość uniksowych programów do wypalania. %prep %setup -q %build gcc $RPM_OPT_FLAGS -Wall %{name}.c -o %{name} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_bindir} install bchunk $RPM_BUILD_ROOT%{_bindir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc README %attr(755,root,root) %{_bindir}/bchunk