702422
Summary: A collection of CD/DVD utilities
702422
Name: cdrkit
702422
Version: 1.1.11
702422
Release: 25%{?dist}
702422
License: GPLv2
702422
Group: Applications/System
702422
URL: http://cdrkit.org/
702422
Source: http://cdrkit.org/releases/cdrkit-%{version}.tar.gz
702422
702422
Patch1: cdrkit-1.1.8-werror.patch
702422
Patch2: cdrkit-1.1.9-efi-boot.patch
702422
Patch4: cdrkit-1.1.9-no_mp3.patch
702422
Patch5: cdrkit-1.1.9-buffer_overflow.patch
702422
Patch6: cdrkit-1.1.10-build-fix.patch
702422
Patch7: cdrkit-1.1.11-manpagefix.patch
702422
Patch8: cdrkit-1.1.11-rootstat.patch
702422
Patch9: cdrkit-1.1.11-usalinst.patch
702422
Patch10: cdrkit-1.1.11-readsegfault.patch
702422
Patch11: cdrkit-1.1.11-format.patch
702422
Patch12: cdrkit-1.1.11-handler.patch
702422
Patch13: cdrkit-1.1.11-dvdman.patch
702422
Patch14: cdrkit-1.1.11-paranoiacdda.patch
702422
Patch15: cdrkit-1.1.11-utf8.patch
702422
Patch16: cdrkit-1.1.11-cmakewarn.patch
702422
Patch17: cdrkit-1.1.11-memset.patch
702422
Patch18: cdrkit-1.1.11-paranoiacdio.patch
702422
Patch19: cdrkit-1.1.11-ppc64le_elfheader.patch
702422
Patch20: cdrkit-1.1.11-kernel-release.patch
702422
Patch21: cdrkit-1.1.11-device-name.patch
702422
702422
BuildRequires: cmake libcap-devel zlib-devel perl file-devel bzip2-devel
702422
702422
%description
702422
cdrkit is a collection of CD/DVD utilities.
702422
702422
%package -n wodim
702422
Summary: A command line CD/DVD recording program
702422
Group: Applications/Archiving
702422
Obsoletes: dvdrecord <= 0:0.1.5
702422
Provides: dvdrecord = 0:0.1.5.1
702422
Obsoletes: cdrecord < 9:2.01-12
702422
Provides: cdrecord = 9:2.01-12
702422
Requires: libusal = %{version}-%{release}
702422
Requires(preun): %{_sbindir}/alternatives coreutils
702422
Requires(post): %{_sbindir}/alternatives coreutils
702422
702422
%description -n wodim
702422
Wodim is an application for creating audio and data CDs. Wodim
702422
works with many different brands of CD recorders, fully supports
702422
multi-sessions and provides human-readable error messages.
702422
702422
%package -n genisoimage
702422
Summary: Creates an image of an ISO9660 file-system
702422
Group: Applications/System
702422
Obsoletes: mkisofs < 9:2.01-12
702422
Provides: mkisofs = 9:2.01-12
702422
Requires: libusal = %{version}-%{release}
702422
Requires(preun): %{_sbindir}/alternatives coreutils
702422
Requires(post): %{_sbindir}/alternatives coreutils
702422
702422
%description -n genisoimage
702422
The genisoimage program is used as a pre-mastering program; i.e., it
702422
generates the ISO9660 file-system. Genisoimage takes a snapshot of
702422
a given directory tree and generates a binary image of the tree
702422
which will correspond to an ISO9660 file-system when written to
702422
a block device. Genisoimage is used for writing CD-ROMs, and includes
702422
support for creating boot-able El Torito CD-ROMs.
702422
702422
Install the genisoimage package if you need a program for writing
702422
CD-ROMs.
702422
702422
%package -n dirsplit
702422
Summary: Utility to split directories
702422
Group: Applications/System
702422
Requires: perl >= 4:5.8.1
702422
Requires: genisoimage = %{version}-%{release}
702422
702422
%description -n dirsplit
702422
This utility is used to split directories into chunks before burning. 
702422
Chunk size is usually set to fit to a CD/DVD.
702422
702422
%package -n icedax
702422
Group: Applications/Multimedia
702422
Summary: A utility for sampling/copying .wav files from digital audio CDs
702422
Obsoletes: cdda2wav < 9:2.01-12
702422
Provides: cdda2wav = 9:2.01-12
702422
Requires: libusal = %{version}-%{release}
702422
Requires(preun): %{_sbindir}/alternatives chkconfig coreutils
702422
Requires(post): %{_sbindir}/alternatives chkconfig coreutils
702422
Requires: vorbis-tools
702422
Requires: cdparanoia libcdio-paranoia
702422
BuildRequires: cdparanoia-devel libcdio-paranoia-devel
702422
702422
%description -n icedax
702422
Icedax is a sampling utility for CD-ROM drives that are capable of
702422
providing a CD's audio data in digital form to your host. Audio data
702422
read from the CD can be saved as .wav or .sun format sound files.
702422
Recording formats include stereo/mono, 8/12/16 bits and different
702422
rates. Icedax can also be used as a CD player.
702422
702422
%package -n libusal
702422
Summary: Library to communicate with SCSI devices
702422
Group: Development/Libraries
702422
702422
%description -n libusal
702422
The libusal package contains C libraries that allows applications
702422
to communicate with SCSI devices and is well suitable for writing
702422
CD-R media.
702422
702422
%package -n libusal-devel
702422
Summary: Development files for libusal
702422
Group: Development/Libraries
702422
Requires: libusal = %{version}-%{release}
702422
702422
%description -n libusal-devel
702422
The libusal-devel package contains C libraries and header files
702422
for developing applications that use libusal for communication with
702422
SCSI devices.
702422
702422
%prep
702422
%setup -q 
702422
%patch1 -p1 -b .werror
702422
%patch2 -p1 -b .efi
702422
%patch4 -p1 -b .no_mp3
702422
%patch5 -p1 -b .buffer_overflow
702422
%patch6 -p1 -b .build-fix
702422
%patch7 -p1 -b .manpagefix
702422
%patch8 -p1 -b .rootstat
702422
%patch9 -p1 -b .usalinst
702422
%patch10 -p1 -b .readsegfault
702422
%patch11 -p1 -b .format
702422
%patch12 -p1 -b .handler
702422
%patch13 -p1 -b .dvdman
702422
%patch14 -p1 -b .paranoiacdda
702422
# not using -b since otherwise backup files would be included into rpm
702422
%patch15 -p1
702422
%patch16 -p1 -b .cmakewarn
702422
%patch17 -p1 -b .edcspeed
702422
%patch18 -p1 -b .paranoiacdio
702422
%patch19 -p1 -b .elfheader
702422
%patch20 -p1 -b .kernel
702422
%patch21 -p1 -b .device_name
702422
702422
# we do not want bundled paranoia library
702422
rm -rf libparanoia
702422
702422
find . -type f -print0 | xargs -0 perl -pi -e 's#/usr/local/bin/perl#/usr/bin/perl#g'
702422
find doc -type f -print0 | xargs -0 chmod a-x 
702422
702422
702422
%build
702422
mkdir fedora
702422
cd fedora
702422
export CFLAGS="$RPM_OPT_FLAGS -Wall -Werror -Wno-unused-function -Wno-unused-variable -Wno-unused-but-set-variable -Wno-array-bounds -fno-strict-aliasing"
702422
export CXXFLAGS="$CFLAGS"
702422
export FFLAGS="$CFLAGS"
702422
%cmake CMAKE_VERBOSE=1 \
702422
	-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
702422
	-DBUILD_SHARED_LIBS:BOOL=ON \
702422
..
702422
702422
make VERBOSE=1 %{?_smp_mflags}
702422
702422
%install
702422
cd fedora
702422
make install DESTDIR=$RPM_BUILD_ROOT
702422
perl -pi -e 's#^require v5.8.1;##g' $RPM_BUILD_ROOT%{_bindir}/dirsplit
702422
ln -s genisoimage $RPM_BUILD_ROOT%{_bindir}/mkisofs
702422
ln -s genisoimage $RPM_BUILD_ROOT%{_bindir}/mkhybrid
702422
ln -s icedax $RPM_BUILD_ROOT%{_bindir}/cdda2wav
702422
ln -s wodim $RPM_BUILD_ROOT%{_bindir}/cdrecord
702422
ln -s wodim $RPM_BUILD_ROOT%{_bindir}/dvdrecord
702422
702422
#do not include empty fedora/* directories in debuginfo package
702422
cd ..
702422
rm -rf fedora
702422
702422
# missing man page. Do symlink like in debian
702422
ln -sf wodim.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/netscsid.1.gz
702422
702422
# we don't need cdda2mp3 since we don't have any mp3 {en,de}coder
702422
rm $RPM_BUILD_ROOT%{_bindir}/cdda2mp3
702422
702422
%post -n wodim
702422
link=`readlink %{_bindir}/cdrecord`
702422
if [ "$link" == "%{_bindir}/wodim" ]; then
702422
	rm -f %{_bindir}/cdrecord
702422
fi
702422
link=`readlink %{_bindir}/dvdrecord`
702422
if [ "$link" == "wodim" ]; then
702422
	rm -f %{_bindir}/dvdrecord
702422
fi
702422
702422
%{_sbindir}/alternatives --install %{_bindir}/cdrecord cdrecord \
702422
		%{_bindir}/wodim 50 \
702422
	--slave %{_mandir}/man1/cdrecord.1.gz cdrecord-cdrecordman \
702422
		%{_mandir}/man1/wodim.1.gz \
702422
	--slave %{_bindir}/dvdrecord cdrecord-dvdrecord %{_bindir}/wodim \
702422
	--slave %{_mandir}/man1/dvdrecord.1.gz cdrecord-dvdrecordman \
702422
		%{_mandir}/man1/wodim.1.gz \
702422
	--slave %{_bindir}/readcd cdrecord-readcd %{_bindir}/readom \
702422
	--slave %{_mandir}/man1/readcd.1.gz cdrecord-readcdman \
702422
		%{_mandir}/man1/readom.1.gz 
702422
702422
%preun -n wodim
702422
if [ $1 = 0 ]; then
702422
	%{_sbindir}/alternatives --remove cdrecord %{_bindir}/wodim
702422
fi
702422
702422
%post -n genisoimage
702422
link=`readlink %{_bindir}/mkisofs`
702422
if [ "$link" == "genisoimage" ]; then
702422
	rm -f %{_bindir}/mkisofs
702422
fi
702422
702422
%{_sbindir}/alternatives --install %{_bindir}/mkisofs mkisofs \
702422
		%{_bindir}/genisoimage 50 \
702422
	--slave %{_mandir}/man1/mkisofs.1.gz mkisofs-mkisofsman \
702422
		%{_mandir}/man1/genisoimage.1.gz \
702422
	--slave %{_bindir}/mkhybrid mkisofs-mkhybrid %{_bindir}/genisoimage \
702422
	--slave %{_mandir}/man1/mkhybrid.1.gz mkisofs-mkhybridman \
702422
		%{_mandir}/man1/genisoimage.1.gz
702422
702422
%preun -n genisoimage
702422
if [ $1 = 0 ]; then
702422
	%{_sbindir}/alternatives --remove mkisofs %{_bindir}/genisoimage
702422
fi
702422
702422
%post -n icedax
702422
link=`readlink %{_bindir}/cdda2wav`
702422
if [ "$link" == "icedax" ]; then
702422
	rm -f %{_bindir}/cdda2wav
702422
fi
702422
%{_sbindir}/alternatives --install %{_bindir}/cdda2wav cdda2wav \
702422
		%{_bindir}/icedax 50 \
702422
	--slave %{_mandir}/man1/cdda2wav.1.gz cdda2wav-cdda2wavman \
702422
		%{_mandir}/man1/icedax.1.gz 
702422
702422
%preun -n icedax
702422
if [ $1 = 0 ]; then
702422
	%{_sbindir}/alternatives --remove cdda2wav %{_bindir}/icedax
702422
fi
702422
702422
%post -n libusal -p /sbin/ldconfig
702422
702422
%postun -n libusal -p /sbin/ldconfig
702422
702422
%files -n wodim
702422
%doc Changelog COPYING FAQ FORK START
702422
%doc doc/READMEs doc/wodim
702422
%{_bindir}/devdump
702422
%{_bindir}/wodim
702422
%ghost %{_bindir}/cdrecord
702422
%ghost %{_bindir}/dvdrecord
702422
%{_bindir}/readom
702422
%{_sbindir}/netscsid
702422
%{_mandir}/man1/devdump.*
702422
%{_mandir}/man1/wodim.*
702422
%{_mandir}/man1/netscsid.*
702422
%{_mandir}/man1/readom.*
702422
702422
%files -n icedax
702422
%doc doc/icedax COPYING
702422
%{_bindir}/icedax
702422
%ghost %{_bindir}/cdda2wav
702422
%{_bindir}/cdda2ogg
702422
%{_mandir}/man1/icedax.*
702422
%{_mandir}/man1/cdda2ogg.*
702422
%{_mandir}/man1/list_audio_tracks.*
702422
702422
%files -n genisoimage
702422
%doc doc/genisoimage COPYING
702422
%{_bindir}/genisoimage
702422
%ghost %{_bindir}/mkisofs
702422
%ghost %{_bindir}/mkhybrid
702422
%{_bindir}/isodebug
702422
%{_bindir}/isodump
702422
%{_bindir}/isoinfo
702422
%{_bindir}/isovfy
702422
%{_bindir}/pitchplay
702422
%{_bindir}/readmult
702422
%{_mandir}/man5/genisoimagerc.*
702422
%{_mandir}/man1/genisoimage.*
702422
%{_mandir}/man1/isodebug.*
702422
%{_mandir}/man1/isodump.*
702422
%{_mandir}/man1/isoinfo.*
702422
%{_mandir}/man1/isovfy.*
702422
%{_mandir}/man1/pitchplay.*
702422
%{_mandir}/man1/readmult.*
702422
702422
%files -n dirsplit
702422
%{_bindir}/dirsplit
702422
%{_mandir}/man1/dirsplit.*
702422
702422
%files -n libusal
702422
%doc doc/plattforms/README.linux Changelog COPYING FAQ FORK START
702422
%{_libdir}/libusal.so.*
702422
%{_libdir}/librols.so.*
702422
702422
%files -n libusal-devel
702422
%doc COPYING
702422
%{_libdir}/libusal.so
702422
%{_libdir}/librols.so
702422
%{_includedir}/usal
702422
702422
%changelog
702422
* Tue May 15 2018 Jakub Martisko <jamartis@redhat.com> - 1.1.11-25
702422
- add support for device names of the form /dev/srN
702422
- fix provided by Frantisek Kluknavsky
702422
- resolves:rhbz#1058446
702422
702422
* Thu May 10 2018 Jakub Martisko <jamartis@redhat.com> - 1.1.11-24
702422
- fix libusal kernel version check
702422
- fix provided by Renaud Métrich
702422
- resolves:rhbz#1524845
702422
702422
* Mon Sep 22 2014 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-23
702422
- removed conflicting #define to fix FTBFS on ppc64le
702422
- resolves:rhbz#1144072
702422
702422
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.1.11-22
702422
- Mass rebuild 2014-01-24
702422
702422
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.1.11-21
702422
- Mass rebuild 2013-12-27
702422
702422
* Tue Jul 23 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-20
702422
- do not include empty fedora/* directories in debuginfo package
702422
702422
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.1.11-19
702422
- Perl 5.18 rebuild
702422
702422
* Wed Jul 17 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-18
702422
- ported from cdda-paranoia to libcdio-paranoia, modified paranoia-cdda.patch
702422
- fixed bogus date in changelog
702422
702422
* Mon Feb 25 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-17
702422
- modified the memset patch, memsetting the whole array
702422
702422
* Fri Feb 22 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.1.11-16
702422
- changed or deleted faulty and unneeded memset's that caused build failure with gcc-4.8 -Werror
702422
702422
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-15
702422
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
702422
702422
* Wed Oct 03 2012 Honza Horak <hhorak@redhat.com> - 1.1.11-14
702422
- Add coreutils as preun/post requirements for wodim and genisoimage
702422
  Resolves: #862554
702422
702422
* Mon Aug 27 2012 Honza Horak <hhorak@redhat.com> - 1.1.11-13
702422
- Add mkhybrid(1) as a symlink to genisoimage(1)
702422
- Spec file cleanup
702422
702422
* Mon Jul 30 2012 Honza Horak <hhorak@redhat.com> - 1.1.11-12
702422
- Use system cdparanoia instead of old bundled version
702422
- Build libusal as a shared library
702422
- Messages from rpmlint clean-up
702422
702422
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-11
702422
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
702422
702422
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-10
702422
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
702422
702422
* Wed Dec 07 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-9
702422
- Fix driver specification in man pages
702422
  (Resolves: #711623)
702422
702422
* Thu Jun 02 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-8
702422
- Fix segmentation fault when icedax exits while sleeping after ctrl-c
702422
  (Resolves: #709902)
702422
702422
* Tue May 17 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-7
702422
- Fix automatic formatting of DVD+RW if needed
702422
  (Resolves: #519465)
702422
702422
* Thu Mar 17 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-6
702422
- Added Provides: libusal-static for libusal-devel subpackage
702422
  (Resolves: #688347)
702422
702422
* Mon Mar 07 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-5
702422
- Fix segmentation fault in readom
702422
  (Resolves: #682591)
702422
702422
* Thu Feb 17 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-4
702422
- Library libusal is installed in order to be used by other apps
702422
  (Resolves: #588508)
702422
  https://bugzilla.redhat.com/show_bug.cgi?id=588508
702422
702422
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-3
702422
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
702422
702422
* Mon Jan 31 2011 Honza Horak <hhorak@redhat.com> 1.1.11-2
702422
- fixed man page missing arguments (Resolves: #647024)
702422
  https://bugzilla.redhat.com/show_bug.cgi?id=647024
702422
- fixed erroneous "Unknown file type (unallocated)" warning 
702422
  (Resolves: #174667)
702422
  https://bugzilla.redhat.com/show_bug.cgi?id=174667
702422
702422
* Mon Oct 18 2010 Nikola Pajkovsky <npajkovs@redhat.com> 1.1.11-1
702422
- new upstream version 1.1.11
702422
702422
* Mon Jun 21 2010 Roman Rakus <rrakus@redhat.com> - 1.1.10-2
702422
- Added missing manpage for netscsid (symlink to wodim manpage)
702422
702422
* Wed Jan 20 2010 Nikola Pajkovsky <npajkovs@redhat.com> - 1.1.10-1
702422
- new upstream version 1.1.10
702422
702422
* Tue Aug 11 2009 Nikola Pajkovsky <npajkovs@redhat.com> 1.1.9-10
702422
- fix #508449. fix string overflow breakage when using the -root
702422
702422
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-9
702422
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
702422
702422
* Thu Jul 16 2009 Nikola Pajkovsky <npajkovs@redhat.com> 1.1.9-8
702422
- fix buffer overflow
702422
702422
* Fri Jul 10 2009 Adam Jackson <ajax@redhat.com> 1.1.9-7
702422
- Move dirsplit to a subpackage to isolate the perl dependency.
702422
702422
* Mon Jun 15 2009 Roman Rakus <rrakus@redhat.com> - 1.1.9-6
702422
- rename functions as they conflict with glibc
702422
- Don't push cdda2mp3 because we don't have any mp3 coder
702422
  Resolves: #505918
702422
702422
* Tue Jun 02 2009 Roman Rakus <rrakus@redhat.com> - 1.1.9-5
702422
- Added Requires vorbis-tools in icedax (rhbz #503699)
702422
702422
* Wed Feb 25 2009 Peter Jones <pjones@redhat.com> - 1.1.9-4
702422
- Add support for EFI boot images.
702422
702422
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-3
702422
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
702422
702422
* Thu Feb 12 2009 Roman Rakus <rrakus@redhat.com> - 1.1.9-2
702422
- Use -fno-strict-aliasing to prevent strict_aliasing warnings/errors
702422
702422
* Mon Oct 27 2008 Roman Rakus <rrakus@redhat.com> - 1.1.9-1
702422
- Bump to version 1.1.9
702422
702422
* Tue May 27 2008 Roman Rakus <rrakus@redhat.com> - 1.1.8-1
702422
- Version 1.1.8 - old patches included
702422
                - added bzip2-devel to build requirements
702422
- fixed #171510 - preserve directory permissions
702422
702422
* Wed Feb 27 2008 Harald Hoyer <harald@redhat.com> 1.1.6-11
702422
- refined -Werror patch
702422
702422
* Mon Feb 25 2008 Harald Hoyer <harald@redhat.com> 1.1.6-10
702422
- patched to compile with -Werror (rhbz#429385)
702422
702422
* Thu Feb 21 2008 Harald Hoyer <harald@redhat.com> 1.1.6-9
702422
- fixed loop on error message for old dev syntax (rhbz#429386)
702422
702422
* Thu Feb 21 2008 Harald Hoyer <harald@redhat.com> 1.1.6-8
702422
- added file-devel to build requirements
702422
702422
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.6-7
702422
- Autorebuild for GCC 4.3
702422
702422
* Tue Sep 25 2007 Harald Hoyer <harald@redhat.com> - 1.1.6-6
702422
- fixed readcd man page symlink
702422
702422
* Fri Sep 21 2007 Harald Hoyer <harald@redhat.com> - 1.1.6-5
702422
- fixed rhbz#255001 - icedax --devices segfaults
702422
- fixed rhbz#249357 - Typo in wodim output
702422
702422
* Fri Sep 21 2007 Harald Hoyer <harald@redhat.com> - 1.1.6-4
702422
- play stupid tricks, to let alternatives make the links and
702422
  rpm not removing them afterwards
702422
- removed bogus warning for "." and ".."
702422
702422
* Thu Sep 20 2007 Harald Hoyer <harald@redhat.com> - 1.1.6-3
702422
- fixed rhbz#248262
702422
- switched to alternatives
702422
702422
* Fri Aug 17 2007 Harald Hoyer <harald@redhat.com> - 1.1.6-2
702422
- changed license to GPLv2
702422
702422
* Wed Jun 20 2007 Harald Hoyer <harald@redhat.com> - 1.1.6-1
702422
- version 1.1.6
702422
- added readcd symlink
702422
702422
* Mon Apr 23 2007 Harald Hoyer <harald@redhat.com> - 1.1.2-4
702422
- bump obsoletes/provides
702422
702422
* Tue Feb 27 2007 Harald Hoyer <harald@redhat.com> - 1.1.2-3
702422
- applied specfile changes as in bug #224365
702422
702422
* Wed Jan 24 2007 Harald Hoyer <harald@redhat.com> - 1.1.2-1
702422
- version 1.1.2