- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
[cdrkit.git] / cdrkit.spec
blob7fab995761019e64369a99fae38f6721516a3a10
1 Summary: A collection of CD/DVD utilities
2 Name: cdrkit
3 Version: 1.1.11
4 Release: 37%{?dist}
5 License: GPLv2
6 Group: Applications/System
7 URL: http://cdrkit.org/
8 Source: http://cdrkit.org/releases/cdrkit-%{version}.tar.gz
10 Patch1: cdrkit-1.1.8-werror.patch
11 Patch2: cdrkit-1.1.9-efi-boot.patch
12 Patch4: cdrkit-1.1.9-no_mp3.patch
13 Patch5: cdrkit-1.1.9-buffer_overflow.patch
14 Patch6: cdrkit-1.1.10-build-fix.patch
15 Patch7: cdrkit-1.1.11-manpagefix.patch
16 Patch8: cdrkit-1.1.11-rootstat.patch
17 Patch9: cdrkit-1.1.11-usalinst.patch
18 Patch10: cdrkit-1.1.11-readsegfault.patch
19 Patch11: cdrkit-1.1.11-format.patch
20 Patch12: cdrkit-1.1.11-handler.patch
21 Patch13: cdrkit-1.1.11-dvdman.patch
22 Patch14: cdrkit-1.1.11-paranoiacdda.patch
23 Patch15: cdrkit-1.1.11-utf8.patch
24 Patch16: cdrkit-1.1.11-cmakewarn.patch
25 Patch17: cdrkit-1.1.11-memset.patch
26 Patch19: cdrkit-1.1.11-ppc64le_elfheader.patch
27 Patch20: cdrkit-1.1.11-werror_gcc5.patch
28 Patch21: cdrkit-1.1.11-devname.patch
29 Patch22: cdrkit-1.1.11-sysmacros.patch
31 BuildRequires: cmake libcap-devel zlib-devel perl-interpreter perl-generators file-devel bzip2-devel
33 %description
34 cdrkit is a collection of CD/DVD utilities.
36 %package -n wodim
37 Summary: A command line CD/DVD recording program
38 Group: Applications/Archiving
39 Obsoletes: dvdrecord <= 0:0.1.5
40 Provides: dvdrecord = 0:0.1.5.1
41 Obsoletes: cdrecord < 9:2.01-12
42 Provides: cdrecord = 9:2.01-12
43 Requires: libusal = %{version}-%{release}
44 Requires(preun): %{_sbindir}/alternatives coreutils
45 Requires(post): %{_sbindir}/alternatives coreutils
47 %description -n wodim
48 Wodim is an application for creating audio and data CDs. Wodim
49 works with many different brands of CD recorders, fully supports
50 multi-sessions and provides human-readable error messages.
52 %package -n genisoimage
53 Summary: Creates an image of an ISO9660 file-system
54 Group: Applications/System
55 Obsoletes: mkisofs < 9:2.01-12
56 Provides: mkisofs = 9:2.01-12
57 Requires: libusal = %{version}-%{release}
58 Requires(preun): %{_sbindir}/alternatives coreutils
59 Requires(post): %{_sbindir}/alternatives coreutils
61 %description -n genisoimage
62 The genisoimage program is used as a pre-mastering program; i.e., it
63 generates the ISO9660 file-system. Genisoimage takes a snapshot of
64 a given directory tree and generates a binary image of the tree
65 which will correspond to an ISO9660 file-system when written to
66 a block device. Genisoimage is used for writing CD-ROMs, and includes
67 support for creating boot-able El Torito CD-ROMs.
69 Install the genisoimage package if you need a program for writing
70 CD-ROMs.
72 %package -n dirsplit
73 Summary: Utility to split directories
74 Group: Applications/System
75 Requires: perl-interpreter >= 4:5.8.1
76 Requires: genisoimage = %{version}-%{release}
78 %description -n dirsplit
79 This utility is used to split directories into chunks before burning.
80 Chunk size is usually set to fit to a CD/DVD.
82 %package -n icedax
83 Group: Applications/Multimedia
84 Summary: A utility for sampling/copying .wav files from digital audio CDs
85 Obsoletes: cdda2wav < 9:2.01-12
86 Provides: cdda2wav = 9:2.01-12
87 Requires: libusal = %{version}-%{release}
88 Requires(preun): %{_sbindir}/alternatives chkconfig coreutils
89 Requires(post): %{_sbindir}/alternatives chkconfig coreutils
90 Requires: vorbis-tools
91 Requires: cdparanoia
92 BuildRequires: cdparanoia-devel
94 %description -n icedax
95 Icedax is a sampling utility for CD-ROM drives that are capable of
96 providing a CD's audio data in digital form to your host. Audio data
97 read from the CD can be saved as .wav or .sun format sound files.
98 Recording formats include stereo/mono, 8/12/16 bits and different
99 rates. Icedax can also be used as a CD player.
101 %package -n libusal
102 Summary: Library to communicate with SCSI devices
103 Group: Development/Libraries
105 %description -n libusal
106 The libusal package contains C libraries that allows applications
107 to communicate with SCSI devices and is well suitable for writing
108 CD-R media.
110 %package -n libusal-devel
111 Summary: Development files for libusal
112 Group: Development/Libraries
113 Requires: libusal = %{version}-%{release}
115 %description -n libusal-devel
116 The libusal-devel package contains C libraries and header files
117 for developing applications that use libusal for communication with
118 SCSI devices.
120 %prep
121 %setup -q
122 %patch1 -p1 -b .werror
123 %patch2 -p1 -b .efi
124 %patch4 -p1 -b .no_mp3
125 %patch5 -p1 -b .buffer_overflow
126 %patch6 -p1 -b .build-fix
127 %patch7 -p1 -b .manpagefix
128 %patch8 -p1 -b .rootstat
129 %patch9 -p1 -b .usalinst
130 %patch10 -p1 -b .readsegfault
131 %patch11 -p1 -b .format
132 %patch12 -p1 -b .handler
133 %patch13 -p1 -b .dvdman
134 %patch14 -p1 -b .paranoiacdda
135 # not using -b since otherwise backup files would be included into rpm
136 %patch15 -p1
137 %patch16 -p1 -b .cmakewarn
138 %patch17 -p1 -b .edcspeed
139 %patch19 -p1 -b .elfheader
140 %patch20 -p1 -b .werror_gcc5
141 %patch21 -p1 -b .devname
142 %patch22 -p1 -b .sysmacros
144 # we do not want bundled paranoia library
145 rm -rf libparanoia
147 find . -type f -print0 | xargs -0 perl -pi -e 's#/usr/local/bin/perl#/usr/bin/perl#g'
148 find doc -type f -print0 | xargs -0 chmod a-x
151 %build
152 mkdir fedora
153 cd fedora
154 export CFLAGS="$RPM_OPT_FLAGS -Wno-error=format-security -fno-strict-aliasing"
155 export CXXFLAGS="$CFLAGS"
156 export FFLAGS="$CFLAGS"
157 %cmake CMAKE_VERBOSE=1 \
158 -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
159 -DBUILD_SHARED_LIBS:BOOL=ON \
162 make VERBOSE=1 %{?_smp_mflags}
164 %install
165 cd fedora
166 make install DESTDIR=$RPM_BUILD_ROOT
167 perl -pi -e 's#^require v5.8.1;##g' $RPM_BUILD_ROOT%{_bindir}/dirsplit
168 ln -s genisoimage $RPM_BUILD_ROOT%{_bindir}/mkisofs
169 ln -s genisoimage $RPM_BUILD_ROOT%{_bindir}/mkhybrid
170 ln -s icedax $RPM_BUILD_ROOT%{_bindir}/cdda2wav
171 ln -s wodim $RPM_BUILD_ROOT%{_bindir}/cdrecord
172 ln -s wodim $RPM_BUILD_ROOT%{_bindir}/dvdrecord
174 #do not include empty fedora/* directories in debuginfo package
175 cd ..
176 rm -rf fedora
178 # missing man page. Do symlink like in debian
179 ln -sf wodim.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/netscsid.1.gz
181 # we don't need cdda2mp3 since we don't have any mp3 {en,de}coder
182 rm $RPM_BUILD_ROOT%{_bindir}/cdda2mp3
184 %post -n wodim
185 link=`readlink %{_bindir}/cdrecord`
186 if [ "$link" == "%{_bindir}/wodim" ]; then
187 rm -f %{_bindir}/cdrecord
189 link=`readlink %{_bindir}/dvdrecord`
190 if [ "$link" == "wodim" ]; then
191 rm -f %{_bindir}/dvdrecord
194 %{_sbindir}/alternatives --install %{_bindir}/cdrecord cdrecord \
195 %{_bindir}/wodim 50 \
196 --slave %{_mandir}/man1/cdrecord.1.gz cdrecord-cdrecordman \
197 %{_mandir}/man1/wodim.1.gz \
198 --slave %{_bindir}/dvdrecord cdrecord-dvdrecord %{_bindir}/wodim \
199 --slave %{_mandir}/man1/dvdrecord.1.gz cdrecord-dvdrecordman \
200 %{_mandir}/man1/wodim.1.gz \
201 --slave %{_bindir}/readcd cdrecord-readcd %{_bindir}/readom \
202 --slave %{_mandir}/man1/readcd.1.gz cdrecord-readcdman \
203 %{_mandir}/man1/readom.1.gz
205 %preun -n wodim
206 if [ $1 = 0 ]; then
207 %{_sbindir}/alternatives --remove cdrecord %{_bindir}/wodim
210 %post -n genisoimage
211 link=`readlink %{_bindir}/mkisofs`
212 if [ "$link" == "genisoimage" ]; then
213 rm -f %{_bindir}/mkisofs
216 %{_sbindir}/alternatives --install %{_bindir}/mkisofs mkisofs \
217 %{_bindir}/genisoimage 50 \
218 --slave %{_mandir}/man1/mkisofs.1.gz mkisofs-mkisofsman \
219 %{_mandir}/man1/genisoimage.1.gz \
220 --slave %{_bindir}/mkhybrid mkisofs-mkhybrid %{_bindir}/genisoimage \
221 --slave %{_mandir}/man1/mkhybrid.1.gz mkisofs-mkhybridman \
222 %{_mandir}/man1/genisoimage.1.gz
224 %preun -n genisoimage
225 if [ $1 = 0 ]; then
226 %{_sbindir}/alternatives --remove mkisofs %{_bindir}/genisoimage
229 %post -n icedax
230 link=`readlink %{_bindir}/cdda2wav`
231 if [ "$link" == "icedax" ]; then
232 rm -f %{_bindir}/cdda2wav
234 %{_sbindir}/alternatives --install %{_bindir}/cdda2wav cdda2wav \
235 %{_bindir}/icedax 50 \
236 --slave %{_mandir}/man1/cdda2wav.1.gz cdda2wav-cdda2wavman \
237 %{_mandir}/man1/icedax.1.gz
239 %preun -n icedax
240 if [ $1 = 0 ]; then
241 %{_sbindir}/alternatives --remove cdda2wav %{_bindir}/icedax
244 %post -n libusal -p /sbin/ldconfig
246 %postun -n libusal -p /sbin/ldconfig
248 %files -n wodim
249 %doc Changelog COPYING FAQ FORK START
250 %doc doc/READMEs doc/wodim
251 %{_bindir}/devdump
252 %{_bindir}/wodim
253 %ghost %{_bindir}/cdrecord
254 %ghost %{_bindir}/dvdrecord
255 %{_bindir}/readom
256 %{_sbindir}/netscsid
257 %{_mandir}/man1/devdump.*
258 %{_mandir}/man1/wodim.*
259 %{_mandir}/man1/netscsid.*
260 %{_mandir}/man1/readom.*
262 %files -n icedax
263 %doc doc/icedax COPYING
264 %{_bindir}/icedax
265 %ghost %{_bindir}/cdda2wav
266 %{_bindir}/cdda2ogg
267 %{_mandir}/man1/icedax.*
268 %{_mandir}/man1/cdda2ogg.*
269 %{_mandir}/man1/list_audio_tracks.*
271 %files -n genisoimage
272 %doc doc/genisoimage COPYING
273 %{_bindir}/genisoimage
274 %ghost %{_bindir}/mkisofs
275 %ghost %{_bindir}/mkhybrid
276 %{_bindir}/isodebug
277 %{_bindir}/isodump
278 %{_bindir}/isoinfo
279 %{_bindir}/isovfy
280 %{_bindir}/pitchplay
281 %{_bindir}/readmult
282 %{_mandir}/man5/genisoimagerc.*
283 %{_mandir}/man1/genisoimage.*
284 %{_mandir}/man1/isodebug.*
285 %{_mandir}/man1/isodump.*
286 %{_mandir}/man1/isoinfo.*
287 %{_mandir}/man1/isovfy.*
288 %{_mandir}/man1/pitchplay.*
289 %{_mandir}/man1/readmult.*
291 %files -n dirsplit
292 %{_bindir}/dirsplit
293 %{_mandir}/man1/dirsplit.*
295 %files -n libusal
296 %doc doc/plattforms/README.linux Changelog COPYING FAQ FORK START
297 %{_libdir}/libusal.so.*
298 %{_libdir}/librols.so.*
300 %files -n libusal-devel
301 %doc COPYING
302 %{_libdir}/libusal.so
303 %{_libdir}/librols.so
304 %{_includedir}/usal
306 %changelog
307 * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.11-37
308 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
310 * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.11-36
311 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
313 * Thu Jul 13 2017 Petr Pisar <ppisar@redhat.com> - 1.1.11-35
314 - perl dependency renamed to perl-interpreter
315 <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>
317 * Wed Feb 22 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-34
318 - FTBFS with gcc7, removed -Werror (no upstream to fix problems anyway)
320 * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.11-33
321 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
323 * Wed Jan 04 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-32
324 - FTBFS: <sys/sysmacros.h> included where "major" and "minor" macros are in use
325 (cdrkit-1.1.11-sysmacros.patch added)
326 - https://bugzilla.redhat.com/show_bug.cgi?id=1263599 - man page clarified
327 (cdrkit-1.1.11-manpagefix.patch modified)
329 * Tue Feb 16 2016 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-31
330 - FTBFS: added -Wno-error=misleading-indentation
332 * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.11-30
333 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
335 * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-29
336 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
338 * Fri May 29 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-28
339 - libusal: added /dev/srN next to /dev/scdN path when scanning for devices
340 added cdrkit-1.1.11-devname.patch
341 bz#1053056
343 * Wed Feb 25 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-27
344 - fixed FTBFS with gcc5, added cdrkit-1.1.11-werror_gcc5.patch
346 * Fri Nov 07 2014 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-26
347 - reverted back to cdda-paranoia, cdio has now incompatible GPLv3+ license
349 * Wed Nov 05 2014 Dan HorĂ¡k <dan[at]danny.cz> - 1.1.11-25
350 - fix build on ppc* (#1144072)
352 * Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-24
353 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
355 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-23
356 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
358 * Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 1.1.11-22
359 - Perl 5.18 rebuild
361 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-21
362 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
364 * Tue Jul 23 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-20
365 - do not include empty fedora/* directories in debuginfo package
367 * Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.1.11-19
368 - Perl 5.18 rebuild
370 * Wed Jul 17 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-18
371 - ported from cdda-paranoia to libcdio-paranoia, modified paranoia-cdda.patch
372 - fixed bogus date in changelog
374 * Mon Feb 25 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-17
375 - modified the memset patch, memsetting the whole array
377 * Fri Feb 22 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-16
378 - changed or deleted faulty and unneeded memset's that caused build failure with gcc-4.8 -Werror
380 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-15
381 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
383 * Wed Oct 03 2012 Honza Horak <hhorak@redhat.com> - 1.1.11-14
384 - Add coreutils as preun/post requirements for wodim and genisoimage
385 Resolves: #862554
387 * Mon Aug 27 2012 Honza Horak <hhorak@redhat.com> - 1.1.11-13
388 - Add mkhybrid(1) as a symlink to genisoimage(1)
389 - Spec file cleanup
391 * Mon Jul 30 2012 Honza Horak <hhorak@redhat.com> - 1.1.11-12
392 - Use system cdparanoia instead of old bundled version
393 - Build libusal as a shared library
394 - Messages from rpmlint clean-up
396 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-11
397 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
399 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-10
400 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
402 * Wed Dec 07 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-9
403 - Fix driver specification in man pages
404 (Resolves: #711623)
406 * Thu Jun 02 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-8
407 - Fix segmentation fault when icedax exits while sleeping after ctrl-c
408 (Resolves: #709902)
410 * Tue May 17 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-7
411 - Fix automatic formatting of DVD+RW if needed
412 (Resolves: #519465)
414 * Thu Mar 17 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-6
415 - Added Provides: libusal-static for libusal-devel subpackage
416 (Resolves: #688347)
418 * Mon Mar 07 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-5
419 - Fix segmentation fault in readom
420 (Resolves: #682591)
422 * Thu Feb 17 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-4
423 - Library libusal is installed in order to be used by other apps
424 (Resolves: #588508)
425 https://bugzilla.redhat.com/show_bug.cgi?id=588508
427 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-3
428 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
430 * Mon Jan 31 2011 Honza Horak <hhorak@redhat.com> 1.1.11-2
431 - fixed man page missing arguments (Resolves: #647024)
432 https://bugzilla.redhat.com/show_bug.cgi?id=647024
433 - fixed erroneous "Unknown file type (unallocated)" warning
434 (Resolves: #174667)
435 https://bugzilla.redhat.com/show_bug.cgi?id=174667
437 * Mon Oct 18 2010 Nikola Pajkovsky <npajkovs@redhat.com> 1.1.11-1
438 - new upstream version 1.1.11
440 * Mon Jun 21 2010 Roman Rakus <rrakus@redhat.com> - 1.1.10-2
441 - Added missing manpage for netscsid (symlink to wodim manpage)
443 * Wed Jan 20 2010 Nikola Pajkovsky <npajkovs@redhat.com> - 1.1.10-1
444 - new upstream version 1.1.10
446 * Tue Aug 11 2009 Nikola Pajkovsky <npajkovs@redhat.com> 1.1.9-10
447 - fix #508449. fix string overflow breakage when using the -root
449 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-9
450 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
452 * Thu Jul 16 2009 Nikola Pajkovsky <npajkovs@redhat.com> 1.1.9-8
453 - fix buffer overflow
455 * Fri Jul 10 2009 Adam Jackson <ajax@redhat.com> 1.1.9-7
456 - Move dirsplit to a subpackage to isolate the perl dependency.
458 * Mon Jun 15 2009 Roman Rakus <rrakus@redhat.com> - 1.1.9-6
459 - rename functions as they conflict with glibc
460 - Don't push cdda2mp3 because we don't have any mp3 coder
461 Resolves: #505918
463 * Tue Jun 02 2009 Roman Rakus <rrakus@redhat.com> - 1.1.9-5
464 - Added Requires vorbis-tools in icedax (rhbz #503699)
466 * Wed Feb 25 2009 Peter Jones <pjones@redhat.com> - 1.1.9-4
467 - Add support for EFI boot images.
469 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-3
470 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
472 * Thu Feb 12 2009 Roman Rakus <rrakus@redhat.com> - 1.1.9-2
473 - Use -fno-strict-aliasing to prevent strict_aliasing warnings/errors
475 * Mon Oct 27 2008 Roman Rakus <rrakus@redhat.com> - 1.1.9-1
476 - Bump to version 1.1.9
478 * Tue May 27 2008 Roman Rakus <rrakus@redhat.com> - 1.1.8-1
479 - Version 1.1.8 - old patches included
480 - added bzip2-devel to build requirements
481 - fixed #171510 - preserve directory permissions
483 * Wed Feb 27 2008 Harald Hoyer <harald@redhat.com> 1.1.6-11
484 - refined -Werror patch
486 * Mon Feb 25 2008 Harald Hoyer <harald@redhat.com> 1.1.6-10
487 - patched to compile with -Werror (rhbz#429385)
489 * Thu Feb 21 2008 Harald Hoyer <harald@redhat.com> 1.1.6-9
490 - fixed loop on error message for old dev syntax (rhbz#429386)
492 * Thu Feb 21 2008 Harald Hoyer <harald@redhat.com> 1.1.6-8
493 - added file-devel to build requirements
495 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.6-7
496 - Autorebuild for GCC 4.3
498 * Tue Sep 25 2007 Harald Hoyer <harald@redhat.com> - 1.1.6-6
499 - fixed readcd man page symlink
501 * Fri Sep 21 2007 Harald Hoyer <harald@redhat.com> - 1.1.6-5
502 - fixed rhbz#255001 - icedax --devices segfaults
503 - fixed rhbz#249357 - Typo in wodim output
505 * Fri Sep 21 2007 Harald Hoyer <harald@redhat.com> - 1.1.6-4
506 - play stupid tricks, to let alternatives make the links and
507 rpm not removing them afterwards
508 - removed bogus warning for "." and ".."
510 * Thu Sep 20 2007 Harald Hoyer <harald@redhat.com> - 1.1.6-3
511 - fixed rhbz#248262
512 - switched to alternatives
514 * Fri Aug 17 2007 Harald Hoyer <harald@redhat.com> - 1.1.6-2
515 - changed license to GPLv2
517 * Wed Jun 20 2007 Harald Hoyer <harald@redhat.com> - 1.1.6-1
518 - version 1.1.6
519 - added readcd symlink
521 * Mon Apr 23 2007 Harald Hoyer <harald@redhat.com> - 1.1.2-4
522 - bump obsoletes/provides
524 * Tue Feb 27 2007 Harald Hoyer <harald@redhat.com> - 1.1.2-3
525 - applied specfile changes as in bug #224365
527 * Wed Jan 24 2007 Harald Hoyer <harald@redhat.com> - 1.1.2-1
528 - version 1.1.2