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 17:49:07
Branch: HEAD Handle: 2002123016490601
Modified files:
openpkg-src/mutt mutt.spec
openpkg-web news.txt
Log:
switch to %option(s)
Summary:
Revision Changes Path
1.39 +6 -12 openpkg-src/mutt/mutt.spec
1.2440 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mutt/mutt.spec
============================================================================
$ cvs diff -u -r1.38 -r1.39 mutt.spec
--- openpkg-src/mutt/mutt.spec 20 Dec 2002 19:12:13 -0000 1.38
+++ openpkg-src/mutt/mutt.spec 30 Dec 2002 16:49:07 -0000 1.39
@@ -27,12 +27,8 @@
%define V_mutt 1.4
# build options
-%ifndef with_comp
-%define with_comp no
-%endif
-%ifndef with_nntp
-%define with_nntp no
-%endif
+%option with_comp no
+%option with_nntp no
# package information
Name: mutt
@@ -44,7 +40,7 @@
Group: Mail
License: BSD
Version: %{V_mutt}i
-Release: 20020826
+Release: 20021230
# list of sources
Source0: ftp://ftp.mutt.org/mutt/mutt-%{V_mutt}i.tar.gz
@@ -56,8 +52,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020222, make, openssl, slang
-PreReq: OpenPKG, openpkg >= 20020222
+BuildPreReq: OpenPKG, openpkg >= 20021230, make, openssl, slang
+PreReq: OpenPKG, openpkg >= 20021230
AutoReq: no
AutoReqProv: no
@@ -66,9 +62,7 @@
electronic mail under Unix operating systems, including support for
color terminals, MIME, and a threaded sorting mode.
- Options:
- --define 'with_comp %{with_comp}'
- --define 'with_nntp %{with_nntp}'
+ %options -p9
%prep
%setup -q -n mutt-%{V_mutt}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2439 -r1.2440 news.txt
--- openpkg-web/news.txt 30 Dec 2002 15:28:11 -0000 1.2439
+++ openpkg-web/news.txt 30 Dec 2002 16:49:06 -0000 1.2440
@@ -1,3 +1,4 @@
+30-Dec-2002: Upgraded package: P<mutt-1.4i-20021230>
30-Dec-2002: Upgraded package: P<imagemagick-5.5.3.1-20021230>
30-Dec-2002: Upgraded package: P<ghostscript-8.00-20021230>
30-Dec-2002: Upgraded package: P<gcc-3.2.1-20021230>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]