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: 15-Jan-2003 17:34:45
Branch: HEAD Handle: 2003011516344401
Modified files:
openpkg-src/ethereal ethereal.spec
openpkg-web news.txt
Log:
switch to %option
Summary:
Revision Changes Path
1.11 +7 -13 openpkg-src/ethereal/ethereal.spec
1.2829 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ethereal/ethereal.spec
============================================================================
$ cvs diff -u -r1.10 -r1.11 ethereal.spec
--- openpkg-src/ethereal/ethereal.spec 15 Jan 2003 16:10:15 -0000 1.10
+++ openpkg-src/ethereal/ethereal.spec 15 Jan 2003 16:34:45 -0000 1.11
@@ -23,17 +23,6 @@
## SUCH DAMAGE.
##
-# package options
-%ifndef with_zlib
-%define with_zlib no
-%endif
-%ifndef with_openssl
-%define with_openssl no
-%endif
-%ifndef with_snmp
-%define with_snmp no
-%endif
-
# package information
Name: ethereal
Summary: Graphical Realtime Network Protocol Analyzer
@@ -46,6 +35,11 @@
Version: 0.9.8
Release: 20030115
+# package options
+%option with_zlib no
+%option with_openssl no
+%option with_snmp no
+
# list of sources
Source0: http://www.ethereal.com/distribution/ethereal-%{version}.tar.bz2
Patch0: ethereal.patch
@@ -53,8 +47,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, glib, gtk, libpcap, gcc, make, perl, sed
-PreReq: OpenPKG, openpkg >= 20020206, glib, gtk, libpcap
+BuildPreReq: OpenPKG, openpkg >= 20030114, glib, gtk, libpcap, gcc, make, perl, sed
+PreReq: OpenPKG, openpkg >= 20030114, glib, gtk, libpcap
%if "%{with_zlib}" == "yes"
BuildPreReq: zlib
PreReq: zlib
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2828 -r1.2829 news.txt
--- openpkg-web/news.txt 15 Jan 2003 16:32:05 -0000 1.2828
+++ openpkg-web/news.txt 15 Jan 2003 16:34:44 -0000 1.2829
@@ -1,3 +1,4 @@
+15-Jan-2003: Upgraded package: P<ethereal-0.9.8-20030115>
15-Jan-2003: Upgraded package: P<gif2png-2.4.6-20030115>
15-Jan-2003: Upgraded package: P<librsync-0.9.5-20030115>
15-Jan-2003: Upgraded package: P<mtools-3.9.8-20030115>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]