update to 7.1 [release 7.1-1mamba;Sun Jun 01 2008]
This commit is contained in:
parent
ae997a2cf6
commit
c391334185
@ -1,2 +1,4 @@
|
||||
# dvdPlusrw-tools
|
||||
# dvd+rw-tools
|
||||
|
||||
Tools for Blu-ray Disc/DVD+RW/+R/-R[W] burning.
|
||||
|
||||
|
10
dvd+rw-tools-7.1-gcc-4.3.patch
Normal file
10
dvd+rw-tools-7.1-gcc-4.3.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- dvd+rw-tools-7.1/transport.hxx
|
||||
+++ dvd+rw-tools-7.1/transport.hxx
|
||||
@@ -11,6 +11,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
+#include <limits.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
60
dvd+rw-tools.spec
Normal file
60
dvd+rw-tools.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 7.1-1mamba
|
||||
- update to 7.1
|
||||
|
||||
* Tue Oct 24 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0-1qilnx
|
||||
- update to version 7.0 by autospec
|
||||
|
||||
* Fri Jun 30 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 6.1-1qilnx
|
||||
- update to version 6.1 by autospec
|
||||
|
||||
* Sat Feb 26 2005 Silvan Calarco <silvan.calarco@qilinux.it> 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 <silvan.calarco@qilinux.it> 5.14.4.7.4-1qilnx
|
||||
- first build
|
Loading…
Reference in New Issue
Block a user