OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 21-Jul-2005 14:36:21
Branch: HEAD Handle: 2005072113362100
Modified files:
openpkg-src/dvdrw-tools dvdrw-tools.spec
Log:
cosmetics; added required gcc dependency (because of C++ code);
cleaned up %description (no need for URL reference, etc); consistant
indentations (why has 'opd lint' not catched them?)
Summary:
Revision Changes Path
1.2 +11 -11 openpkg-src/dvdrw-tools/dvdrw-tools.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dvdrw-tools/dvdrw-tools.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 dvdrw-tools.spec
--- openpkg-src/dvdrw-tools/dvdrw-tools.spec 20 Jul 2005 17:06:37 -0000
1.1
+++ openpkg-src/dvdrw-tools/dvdrw-tools.spec 21 Jul 2005 12:36:21 -0000
1.2
@@ -31,9 +31,9 @@
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 @@
# 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 @@
# 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}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]