Hi.

Just in case, someone is interested...
I saw, that cdrecord also supports DVD+R/W, in the meantime. There is still
the feature to easyly append to existing DVD media instead to remaster all
and everything. When someone knows how to accomplish the latter with
cdrecord, i would like to hear it. I do not have much time, currently, so
i stay with what works for me, now.


   (mk)

-- 
Matthias Kurz; Fuldastr. 3; D-28199 Bremen; VOICE +49 421 53 600 47
  >> Im prämotorischen Cortex kann jeder ein Held sein. (bdw) <<
##
##  dvd_rw-tools.spec -- OpenPKG RPM Specification
##  Copyright (c) 2000-2005 The OpenPKG Project <http://www.openpkg.org/>
##  Copyright (c) 2000-2005 Ralf S. Engelschall <[EMAIL PROTECTED]>
##  Copyright (c) 2000-2005 Cable & Wireless <http://www.cw.com/>
##
##  Permission to use, copy, modify, and distribute this software for
##  any purpose with or without fee is hereby granted, provided that
##  the above copyright notice and this permission notice appear in all
##  copies.
##
##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
##  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
##  SUCH DAMAGE.
##

#   package information
Name:         dvd_rw-tools
Summary:      Toolchain for mastering recordable DVD media
URL:          http://fy.chalmers.se/~appro/linux/DVD+RW/
Vendor:       Andy Polyakov
Packager:     The OpenPKG Project
Distribution: OpenPKG
Class:        EVAL
Group:        Filesystem
License:      GPL / commercial
Version:      5.21.4.10.8
Release:      20050202

#   list of sources
Source0:      
http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-%{version}.tar.gz

#   build information
Prefix:       %{l_prefix}
BuildRoot:    %{l_buildroot}
BuildPreReq:  OpenPKG, openpkg >= 2.2.0
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/.

%track
    prog dvd_rw-tools = {
        version = %{version}
        url     = http://fy.chalmers.se/~appro/linux/DVD+RW/tools/
        regex   = dvd\+rw-tools-(__VER__)\.tar\.gz
    }

%prep
    %setup -q -n dvd+rw-tools-%{version}

%build
    %{l_make} %{l_mflags}

%install
    rm -rf $RPM_BUILD_ROOT
    %{l_shtool} mkdir -f -p -m 755 \
                      $RPM_BUILD_ROOT%{l_prefix}/bin \
                      $RPM_BUILD_ROOT%{l_prefix}/man/man1 \
                      $RPM_BUILD_ROOT%{l_prefix}/share/dvd_rw-tools/html
    %{l_shtool} install -c -s -m 755 \
                        growisofs dvd+rw-format dvd+rw-booktype \
                        dvd+rw-mediainfo dvd-ram-control \
                        $RPM_BUILD_ROOT%{l_prefix}/bin/
    %{l_shtool} install -c -m 644 growisofs.1 \
                        $RPM_BUILD_ROOT%{l_prefix}/man/man1/
    %{l_shtool} install -c -m 644 index.html \
                        $RPM_BUILD_ROOT%{l_prefix}/share/dvd_rw-tools/html
    # My Brain Hurts
    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
                       %{l_files_std} \
                       '%doc %{l_prefix}/man/man1/growisofs.1' \
                       '%doc %{l_prefix}/share/dvd_rw-tools/html/index.html'

%files -f files

%clean
    rm -rf $RPM_BUILD_ROOT

Reply via email to