0e076f
Summary:	Toolchain to master DVD+RW/+R media
0e076f
Name:		dvd+rw-tools
0e076f
Version:	7.1
e6ff1f
Release:	15%{?dist}
0e076f
License:	GPLv2
0e076f
Group:		Applications/Multimedia
0e076f
Source:		http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-%{version}.tar.gz
0e076f
Source1:	index.html
0e076f
Patch1:		dvd+rw-tools-7.0.manpatch
0e076f
Patch2:		dvd+rw-tools-7.0-wexit.patch
0e076f
Patch3:		dvd+rw-tools-7.0-glibc2.6.90.patch
0e076f
Patch4:		dvd+rw-tools-7.0-reload.patch
0e076f
Patch5:		dvd+rw-tools-7.0-wctomb.patch
0e076f
Patch6:		dvd+rw-tools-7.0-dvddl.patch
0e076f
Patch7:		dvd+rw-tools-7.1-noevent.patch
0e076f
Patch8:		dvd+rw-tools-7.1-lastshort.patch
0e076f
Patch9:		dvd+rw-tools-7.1-format.patch
0e076f
Patch10:	dvd+rw-tools-7.1-bluray_srm+pow.patch
0e076f
URL:		http://fy.chalmers.se/~appro/linux/DVD+RW/
0e076f
Requires:	mkisofs >= 2.0
0e076f
BuildRequires:	kernel-headers m4
0e076f
0e076f
%description
0e076f
Collection of tools to master DVD+RW/+R media. For further
0e076f
information see http://fy.chalmers.se/~appro/linux/DVD+RW/.
0e076f
0e076f
%prep
0e076f
%setup -q
0e076f
%patch1 -p1 -b .manpatch
0e076f
%patch2 -p1 -b .wexit
0e076f
%patch3 -p1 -b .glibc2.6.90
0e076f
%patch4 -p1 -b .reload
0e076f
%patch5 -p0 -b .wctomb
0e076f
%patch6 -p0 -b .dvddl
0e076f
%patch7 -p1 -b .noevent
0e076f
%patch8 -p1 -b .lastshort
0e076f
%patch9 -p1 -b .format
0e076f
%patch10 -p1 -b .pow
0e076f
0e076f
install -m 644 %{SOURCE1} index.html
0e076f
0e076f
%build
0e076f
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
0e076f
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
0e076f
make WARN="-DDEFAULT_BUF_SIZE_MB=16 -DRLIMIT_MEMLOCK" %{?_smp_mflags}
0e076f
0e076f
%install
0e076f
# make install DESTDIR= does not work here
0e076f
%makeinstall
0e076f
0e076f
%files
0e076f
%doc index.html LICENSE
0e076f
%{_bindir}/*
0e076f
%{_mandir}/man1/*.1*
0e076f
0e076f
%changelog
e6ff1f
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 7.1-15
e6ff1f
- Mass rebuild 2014-01-24
e6ff1f
e6ff1f
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 7.1-14
e6ff1f
- Mass rebuild 2013-12-27
e6ff1f
0e076f
* Mon Jun 24 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 7.1-13
0e076f
- when formating blu-ray as srm+pow, handle it later correctly as srm+pow, not srm
0e076f
(credits Thomas Schmitt)
0e076f
0e076f
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.1-12
0e076f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
0e076f
0e076f
* Mon Aug 27 2012 Honza Horak <hhorak@redhat.com> - 7.1-11
0e076f
- Spec file cleanup
0e076f
- Print error in case we want to write already written DVD-RW in Sequential
0e076f
  Recording mode (bug #810838)
0e076f
- Add man page for dvd+rw-format
0e076f
0e076f
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.1-10
0e076f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0e076f
0e076f
* Mon Apr 16 2012 Honza Horak <hhorak@redhat.com> - 7.1-9
0e076f
- Allow buffer length of the block to be shorter than multiple of 16, 
0e076f
  even in case of DAO writing (replaces the previous fix)
0e076f
  Resolves: #810483
0e076f
0e076f
* Fri Apr 06 2012 Honza Horak <hhorak@redhat.com> - 7.1-8
0e076f
- Align blocks count to multiple of 16 also in case of DAO writing
0e076f
  Resolves: #810483
0e076f
0e076f
* Wed Mar 07 2012 Honza Horak <hhorak@redhat.com> - 7.1-7
0e076f
- applied patch from Petr Sumbera to handle Teac DVD drive timeout issue
0e076f
  Resolves: #799299
0e076f
0e076f
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.1-6
0e076f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
0e076f
0e076f
* Wed Jun 23 2010 Roman Rakus <rrakus@redhat.com> - 7.1-5
0e076f
- Compile with -fno-strict-aliasing CFLAG
0e076f
0e076f
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.1-4
0e076f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
0e076f
0e076f
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.1-3
0e076f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
0e076f
0e076f
* Wed Dec 17 2008 Roman Rakus <rrakus@redhat.com> - 7.1-2
0e076f
- Allow burn small images on dvd-dl
0e076f
  Resolves: #476154
0e076f
0e076f
* Fri Aug 15 2008 Roman Rakus <rrakus@redhat.com> - 7.1-1
0e076f
- new version 7.1
0e076f
0e076f
* Wed Mar 26 2008 Harald Hoyer <harald@redhat.com> 7.0-11
0e076f
- fixed widechar overflow (bug #426068) (patch from Jonathan Kamens)
0e076f
0e076f
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 7.0-9
0e076f
- Autorebuild for GCC 4.3
0e076f
0e076f
* Tue Nov 20 2007 Harald Hoyer <harald@redhat.com> - 7.0-8
0e076f
- added a patch to fix a reload problem on some drives, 
0e076f
  after a successful burn
0e076f
0e076f
* Fri Aug 31 2007 Matthias Saou <http://freshrpms.net/> 7.0-7
0e076f
- Minor spec file cleanups (tabs vs. spaces, etc.).
0e076f
- Use install instead of cp for the html file to avoid umask differences.
0e076f
0e076f
* Fri Aug 17 2007 Harald Hoyer <harald@rawhide.home> - 7.0-6
0e076f
- changed license to GPLv2
0e076f
0e076f
* Wed Aug 15 2007 Harald Hoyer <harald@redhat.com> - 7.0-5
0e076f
- added limits.h to transport.hxx
0e076f
0e076f
* Thu Jun 21 2007 Harald Hoyer <harald@redhat.com> - 7.0-4
0e076f
- fixed exit status (#243036)
0e076f
- Allow session to cross 4GB boundary regardless of medium type.
0e076f
  Add a -F option (used instead of -M or -Z), which displays 
0e076f
  next_session offset and capacity. (#237967)
0e076f
0e076f
* Tue Feb 27 2007 Harald Hoyer <harald@redhat.com> - 7.0-3
0e076f
- fixed specfile issues (#209985)
0e076f
0e076f
* Thu Dec 14 2006 Harald Hoyer <harald@redhat.com> - 7.0-0.4
0e076f
- set pthread stack size according to limit (#215818)
0e076f
0e076f
* Wed Dec 13 2006 Harald Hoyer <harald@redhat.com> - 7.0-0.3
0e076f
- use _SC_PHYS_PAGES instead of _SC_AVPHYS_PAGES to determine available memory
0e076f
- Resolves: rhbz#216794
0e076f
0e076f
* Fri Nov 03 2006 Harald Hoyer <harald@redhat.com> - 7.0-0.2
0e076f
- define RLIMIT_MEMLOCK, which should resolve the memlock problems
0e076f
0e076f
* Thu Oct 26 2006 Harald Hoyer <harald@redhat.com> - 7.0-0.1
0e076f
- new version 7.0
0e076f
0e076f
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 6.1-4.1
0e076f
- rebuild
0e076f
0e076f
* Tue Jun 13 2006 Harald Hoyer <harald@redhat.com> - 6.1-4
0e076f
- more build requirements
0e076f
0e076f
* Tue Apr 18 2006 Harald Hoyer <harald@redhat.com> - 6.1-2
0e076f
- compile with smaller buffer size
0e076f
- removed O_EXCL patch
0e076f
0e076f
* Fri Mar 24 2006 Harald Hoyer <harald@redhat.com> - 6.1-1
0e076f
- version 6.1
0e076f
0e076f
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5.21.4.10.8-6.2.1
0e076f
- bump again for double-long bug on ppc(64)
0e076f
0e076f
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 5.21.4.10.8-6.2
0e076f
- rebuilt for new gcc4.1 snapshot and glibc changes
0e076f
0e076f
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
0e076f
- rebuilt
0e076f
0e076f
* Wed Mar 02 2005 Harald Hoyer <harald@redhat.com> 
0e076f
- rebuilt
0e076f
0e076f
* Wed Feb 16 2005 Harald Hoyer <harald@redhat.com> - 5.21.4.10.8-5
0e076f
- built with RPM_OPT_FLAGS
0e076f
0e076f
* Wed Feb 09 2005 Harald Hoyer <harald@redhat.com>
0e076f
- rebuilt
0e076f
0e076f
* Thu Nov 18 2004 Harald Hoyer <harald@redhat.com> - 5.21.4.10.8-4
0e076f
- removed wget dependency
0e076f
0e076f
* Wed Sep 01 2004 Harald Hoyer <harald@redhat.com> - 5.21.4.10.8-2
0e076f
- added dvd+rw-tools-5.21.4.10.8-excl.patch to open O_EXCL
0e076f
0e076f
* Wed Sep 01 2004 Harald Hoyer <harald@redhat.com> - 5.21.4.10.8-1
0e076f
- version 5.21.4.10.8
0e076f
0e076f
* Mon Jul 26 2004 Harald Hoyer <harald@redhat.com> - 5.20.4.10.8-1
0e076f
- version 5.20.4.10.8
0e076f
0e076f
* Wed Jun 16 2004 Harald Hoyer <harald@redhat.com> - 5.19.1.4.9.7-1
0e076f
- version 5.19.1.4.9.7
0e076f
0e076f
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
0e076f
- rebuilt
0e076f
0e076f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
0e076f
- rebuilt
0e076f
0e076f
* Thu Jan 29 2004 Harald Hoyer <harald@redhat.com> - 5.17.4.8.6-1
0e076f
- version 5.17.4.8.6
0e076f
- fixes 110740 110700
0e076f
0e076f
* Wed Oct  8 2003 Harald Hoyer <harald@redhat.de> 5.13.4.7.4-1
0e076f
- version 5.13.4.7.4
0e076f
0e076f
* Mon Sep 08 2003 Harald Hoyer <harald@redhat.de> 5.12.4.7.4-1
0e076f
* updated to version 5.12.4.7.4
0e076f
0e076f
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
0e076f
- rebuilt
0e076f
0e076f
* Tue Apr 15 2003 Harald Hoyer <harald@redhat.de> 5.3.4.2.4-1
0e076f
- updated to version 5.3.4.2.4
0e076f
0e076f
* Mon Feb 3 2003 Chris Kloiber <ckloiber@redhat.com>
0e076f
- Updated version to 5.1.4.0.4
0e076f
- Requires mkisofs 2.0
0e076f
0e076f
* Thu Nov 4 2002 Andy Polyakov <appro@fy.chalmers.se>
0e076f
- Minor growisofs update. Uninitialized errno at exit when
0e076f
  -Z /dev/scd0=image.iso is used.
0e076f
0e076f
* Thu Nov 3 2002 Andy Polyakov <appro@fy.chalmers.se>
0e076f
- Initial packaging. Package version is derived from growisofs,
0e076f
  dvd+rw-format and dvd+rw-booktype version. 4.0.3.0.3 means
0e076f
  growisofs 4.0, dvd+rw-format 3.0 dvd+rw-booktype 3.
0e076f