OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 23-Jan-2003 14:19:26
Branch: HEAD Handle: 2003012313192302
Added files:
openpkg-re/vcheck vc.cdrecord
openpkg-src/cdrecord cdrecord.spec
Modified files:
openpkg-web news.txt
Log:
initial packaging
Summary:
Revision Changes Path
1.1 +9 -0 openpkg-re/vcheck/vc.cdrecord
1.1 +80 -0 openpkg-src/cdrecord/cdrecord.spec
1.2980 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.cdrecord
============================================================================
$ cvs diff -u -r0 -r1.1 vc.cdrecord
--- /dev/null 2003-01-23 14:19:24.000000000 +0100
+++ vc.cdrecord 2003-01-23 14:19:24.000000000 +0100
@@ -0,0 +1,9 @@
+config = {
+}
+
+prog cdrecord:cdrtools = {
+ version = 2.0
+ url = ftp://ftp.berlios.de/pub/cdrecord/
+ regex = cdrtools-(__VER__)\.tar\.gz
+}
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cdrecord/cdrecord.spec
============================================================================
$ cvs diff -u -r0 -r1.1 cdrecord.spec
--- /dev/null 2003-01-23 14:19:25.000000000 +0100
+++ cdrecord.spec 2003-01-23 14:19:26.000000000 +0100
@@ -0,0 +1,80 @@
+##
+## cdrecord.spec -- OpenPKG RPM Specification
+## Copyright (c) 2000-2003 Cable & Wireless Deutschland GmbH
+## Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
+## Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
+##
+## 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: cdrecord
+Summary: A program to create home-burned CDs
+URL:
http://www.fokus.fhg.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
+Vendor: Joerg Schilling
+Packager: The OpenPKG Project
+Distribution: OpenPKG [EVAL]
+Group: Disk
+License: GPL
+Version: 2.0
+Release: 20030123
+
+# list of sources
+Source0: ftp://ftp.berlios.de/pub/cdrecord/cdrtools-%{version}.tar.gz
+
+# build information
+Prefix: %{l_prefix}
+BuildRoot: %{l_buildroot}
+BuildPreReq: OpenPKG, openpkg >= 20030114, make
+PreReq: OpenPKG, openpkg >= 20030114
+AutoReq: no
+AutoReqProv: no
+
+%description
+ cdrtools (formerly cdrecord) creates home-burned CDs with a CDR/CDRW
+ recorder. It works as a burn engine for several applications.
+
+%prep
+ %setup -q -n cdrtools-%{version}
+
+%build
+ %{l_make} %{l_mflags -O} \
+ CC="%{l_cc}" \
+ CFLAGS="%{l_cflags}"
+
+%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
+ %{l_shtool} install -c -s -m 755 \
+ cdda2wav/OBJ/*/cdda2wav $RPM_BUILD_ROOT%{l_prefix}/bin/
+ %{l_shtool} install -c -m 644 \
+ cdda2wav/cdda2wav.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
+ %{l_shtool} install -c -s -m 755 \
+ cdrecord/OBJ/*/cdrecord $RPM_BUILD_ROOT%{l_prefix}/bin/
+ %{l_shtool} install -c -m 644 \
+ cdrecord/cdrecord.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
+
+%files -f files
+
+%clean
+ rm -rf $RPM_BUILD_ROOT
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2979 -r1.2980 news.txt
--- openpkg-web/news.txt 23 Jan 2003 11:41:08 -0000 1.2979
+++ openpkg-web/news.txt 23 Jan 2003 13:19:24 -0000 1.2980
@@ -1,3 +1,4 @@
+23-Jan-2003: New package: P<cdrecord-2.0-20030123>
23-Jan-2003: Upgraded package: P<easysoap-0.6.1-20030123>
23-Jan-2003: Upgraded package: P<xalan-c-1.4-20030123>
23-Jan-2003: Upgraded package: P<perl-util-20030123-20030123>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]