|
|
@@ -32,8 +32,8 @@ Distribution: OpenPKG
|
|
|
Class: EVAL
|
|
|
Group: Filesystem
|
|
|
License: GPL/Commercial
|
|
|
-Version: 6.1
|
|
|
-Release: 20060131
|
|
|
+Version: 7.0
|
|
|
+Release: 20060925
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-%{version}.tar.gz
|
|
|
@@ -41,7 +41,7 @@ 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, gcc, odoc
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 2.2.0, gcc
|
|
|
PreReq: OpenPKG, openpkg >= 2.2.0, mkisofs
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
@@ -79,18 +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 \
|
|
|
- index.html $RPM_BUILD_ROOT%{l_docdir}/dvdrw-tools/dvdrw-tools.html
|
|
|
- %{l_odoc} -a %{_specdir}/dvdrw-tools.spec
|
|
|
- fi
|
|
|
+ %{l_shtool} install -c -m 644 \
|
|
|
+ index.html $RPM_BUILD_ROOT%{l_docdir}/dvdrw-tools/dvdrw-tools.html
|
|
|
|
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
|
|
|
|
|
|
%files -f files
|
|
|
- %docdir %{l_docdir}
|
|
|
|
|
|
%clean
|
|
|
rm -rf $RPM_BUILD_ROOT
|