OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 21-Feb-2003 17:05:55
Branch: HEAD Handle: 2003022116055203
Added files:
openpkg-re/vcheck vc.lcal
openpkg-src/lcal lcal.spec
Modified files:
openpkg-web news.txt
Log:
new package: lcal 1.2 (Lunar Phase Calendar)
Summary:
Revision Changes Path
1.1 +9 -0 openpkg-re/vcheck/vc.lcal
1.1 +77 -0 openpkg-src/lcal/lcal.spec
1.3393 +5 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.lcal
============================================================================
$ cvs diff -u -r0 -r1.1 vc.lcal
--- /dev/null 2003-02-21 17:05:53.000000000 +0100
+++ vc.lcal 2003-02-21 17:05:53.000000000 +0100
@@ -0,0 +1,9 @@
+config = {
+}
+
+prog lcal = {
+ version = 1.2
+ url = http://fronzek.akshor.com/pcal/
+ regex = lcal-(__VER__)\.tar\.gz
+}
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/lcal/lcal.spec
============================================================================
$ cvs diff -u -r0 -r1.1 lcal.spec
--- /dev/null 2003-02-21 17:05:55.000000000 +0100
+++ lcal.spec 2003-02-21 17:05:55.000000000 +0100
@@ -0,0 +1,77 @@
+##
+## lcal.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: lcal
+Summary: Lunar Phase Calendar
+URL: http://fronzek.akshor.com/pcal/
+Vendor: Andrew Rogers et al.
+Packager: The OpenPKG Project
+Distribution: OpenPKG [EVAL]
+Group: Misc
+License: Open Source
+Version: 1.2
+Release: 20030221
+
+# list of sources
+Source0: http://fronzek.akshor.com/pcal/lcal-%{version}.tar.gz
+
+# build information
+Prefix: %{l_prefix}
+BuildRoot: %{l_buildroot}
+BuildPreReq: OpenPKG, openpkg >= 20030103
+PreReq: OpenPKG, openpkg >= 20030103
+AutoReq: no
+AutoReqProv: no
+
+%description
+ LCal produces nice looking Postscript Lunar Phase Calendars for printing.
+
+%prep
+ %setup -q
+
+%build
+ PATH="$PATH:."
+ %{l_make} %{l_mflags -O} \
+ CC="%{l_cc}" \
+ CFLAGS="%{l_cflags -O}" \
+ LDFLAGS="%{l_ldflags}"
+
+%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 \
+ lcal $RPM_BUILD_ROOT%{l_prefix}/bin/
+ %{l_shtool} install -c -m 644 \
+ lcal.man $RPM_BUILD_ROOT%{l_prefix}/man/man1/lcal.1
+ %{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.3392 -r1.3393 news.txt
--- openpkg-web/news.txt 21 Feb 2003 14:45:09 -0000 1.3392
+++ openpkg-web/news.txt 21 Feb 2003 16:05:53 -0000 1.3393
@@ -1,4 +1,9 @@
+21-Feb-2003: New package: P<lcal-1.2-20030221>
+<<<<<<< news.txt
+21-Feb-2003: Upgraded package: P<pcal-4.7.1-20030221>
+=======
21-Feb-2003: Upgraded package: P<squid-2.5.1-20030221>
+>>>>>>> 1.3392
21-Feb-2003: New package: P<pcal-4.7.1-20030221>
21-Feb-2003: Upgraded package: P<honeyd-0.5-20030221>
21-Feb-2003: Upgraded package: P<rt-2.0.15-20030221>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]