From c3913341853bcd09ab1c527712733c4b1052cf76 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:00:25 +0100 Subject: [PATCH] update to 7.1 [release 7.1-1mamba;Sun Jun 01 2008] --- README.md | 4 ++- dvd+rw-tools-7.1-gcc-4.3.patch | 10 ++++++ dvd+rw-tools.spec | 60 ++++++++++++++++++++++++++++++++++ 3 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 dvd+rw-tools-7.1-gcc-4.3.patch create mode 100644 dvd+rw-tools.spec diff --git a/README.md b/README.md index e6a42a0..8c83978 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ -# dvdPlusrw-tools +# dvd+rw-tools + +Tools for Blu-ray Disc/DVD+RW/+R/-R[W] burning. diff --git a/dvd+rw-tools-7.1-gcc-4.3.patch b/dvd+rw-tools-7.1-gcc-4.3.patch new file mode 100644 index 0000000..b012d97 --- /dev/null +++ b/dvd+rw-tools-7.1-gcc-4.3.patch @@ -0,0 +1,10 @@ +--- dvd+rw-tools-7.1/transport.hxx ++++ dvd+rw-tools-7.1/transport.hxx +@@ -11,6 +11,7 @@ + #include + #include + #include ++#include + #include + #include + #include diff --git a/dvd+rw-tools.spec b/dvd+rw-tools.spec new file mode 100644 index 0000000..ce9b54f --- /dev/null +++ b/dvd+rw-tools.spec @@ -0,0 +1,60 @@ +Name: dvd+rw-tools +Version: 7.1 +Release: 1mamba +Summary: Tools for Blu-ray Disc/DVD+RW/+R/-R[W] burning +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://fy.chalmers.se/~appro/linux/DVD+RW/ +Source: http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-%{version}.tar.gz +Patch0: dvd+rw-tools-7.1-gcc-4.3.patch +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libgcc +BuildRequires: libstdc++6-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Tools for Blu-ray Disc/DVD+RW/+R/-R[W] burning. + +%prep +%setup -q +%patch0 -p1 + +%build +%make + +%install +%makeoldinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,cdrecording) +%{_bindir}/dvd+rw-booktype +%{_bindir}/dvd+rw-format +%{_bindir}/dvd+rw-mediainfo +%{_bindir}/dvd-ram-control +%{_bindir}/growisofs +%{_mandir}/man1/* + +%changelog +* Sun Jun 01 2008 Silvan Calarco 7.1-1mamba +- update to 7.1 + +* Tue Oct 24 2006 Silvan Calarco 7.0-1qilnx +- update to version 7.0 by autospec + +* Fri Jun 30 2006 Stefano Cotta Ramusino 6.1-1qilnx +- update to version 6.1 by autospec + +* Sat Feb 26 2005 Silvan Calarco 5.21.4.10.8-1qilnx +- update to version 5.21.4.10.8 by autospec +- removed suid bit for Kernel 2.6 compatibility + +* Mon Dec 15 2003 Silvan Calarco 5.14.4.7.4-1qilnx +- first build