|
|
@@ -31,9 +31,9 @@ Packager: OpenPKG
|
|
|
Distribution: OpenPKG
|
|
|
Class: EVAL
|
|
|
Group: Filesystem
|
|
|
-License: GPL / commercial
|
|
|
+License: GPL/Commercial
|
|
|
Version: 5.21.4.10.8
|
|
|
-Release: 20050720
|
|
|
+Release: 20050721
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-%{version}.tar.gz
|
|
|
@@ -41,16 +41,15 @@ Source0: http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-%{ver
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 2.2.0, odoc
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 2.2.0, gcc, odoc
|
|
|
PreReq: OpenPKG, openpkg >= 2.2.0, mkisofs
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
%description
|
|
|
- Collection of tools to master DVD+RW/+R/-R/-RW media. For further
|
|
|
- information see http://fy.chalmers.se/~appro/linux/DVD+RW/.
|
|
|
- The advantage of 'growisofs' is, that it is easy to append data
|
|
|
- to existing media.
|
|
|
+ Collection of tools to master DVD+RW/+R/-R/-RW media, including
|
|
|
+ 'growisofs' which allows the easy appending of data to existing
|
|
|
+ media.
|
|
|
|
|
|
%track
|
|
|
prog dvdrw-tools = {
|
|
|
@@ -80,11 +79,12 @@ AutoReqProv: no
|
|
|
# documentation/examples
|
|
|
%{l_shtool} install -c -m 644 \
|
|
|
growisofs.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
|
|
|
- if %{l_odoc} -F
|
|
|
- then echo "WARNING: will not package auxiliary documentation" 1>&2
|
|
|
- else %{l_shtool} install -c -m 644 \
|
|
|
+ if %{l_odoc} -F; then
|
|
|
+ echo "WARNING: will not package auxiliary documentation" 1>&2
|
|
|
+ else
|
|
|
+ %{l_shtool} install -c -m 644 \
|
|
|
index.html $RPM_BUILD_ROOT%{l_docdir}/dvdrw-tools/dvdrw-tools.html
|
|
|
- %{l_odoc} -a %{_specdir}/dvdrw-tools.spec
|
|
|
+ %{l_odoc} -a %{_specdir}/dvdrw-tools.spec
|
|
|
fi
|
|
|
|
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
|