Blame SPECS/dvd+rw-tools.spec

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