61 lines
1.6 KiB
RPMSpec
61 lines
1.6 KiB
RPMSpec
|
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
|