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 Date: 30-Dec-2002 20:53:53
Branch: HEAD Handle: 2002123019535201
Modified files:
openpkg-src/spegla spegla.spec
openpkg-web news.txt
Log:
switch to %option(s)
Summary:
Revision Changes Path
1.4 +5 -8 openpkg-src/spegla/spegla.spec
1.2454 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/spegla/spegla.spec
============================================================================
$ cvs diff -u -r1.3 -r1.4 spegla.spec
--- openpkg-src/spegla/spegla.spec 19 Aug 2002 09:15:23 -0000 1.3
+++ openpkg-src/spegla/spegla.spec 30 Dec 2002 19:53:53 -0000 1.4
@@ -24,9 +24,7 @@
##
# package options
-%ifndef with_ipv6
-%define with_ipv6 no
-%endif
+%option with_ipv6 no
# package information
Name: spegla
@@ -38,7 +36,7 @@
Group: Network
License: BSD
Version: 1.1p4
-Release: 20020619
+Release: 20021230
# list of sources
Source0: ftp://subzero.campus.luth.se/pub/spegla/spegla-%{version}.tar.gz
@@ -51,16 +49,15 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021230
+PreReq: OpenPKG, openpkg >= 20021230
AutoReq: no
AutoReqProv: no
%description
Spegla is fast mirroring tool for the File Transfer Protocol (FTP).
- Options:
- --define 'with_ipv6 %{with_ipv6}'
+ %options
%prep
%setup -q
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2453 -r1.2454 news.txt
--- openpkg-web/news.txt 30 Dec 2002 19:52:49 -0000 1.2453
+++ openpkg-web/news.txt 30 Dec 2002 19:53:52 -0000 1.2454
@@ -1,3 +1,4 @@
+30-Dec-2002: Upgraded package: P<spegla-1.1p4-20021230>
30-Dec-2002: Upgraded package: P<samba-2.2.7a-20021230>
30-Dec-2002: Upgraded package: P<sa-1.0.2-20021230>
30-Dec-2002: Upgraded package: P<qt-3.1.1-20021230>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]