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: 03-Jan-2003 12:30:16
Branch: HEAD Handle: 2003010311301402
Modified files:
openpkg-src/mutt mutt.spec
openpkg-web news.txt
Log:
upgrade to new %option world order
Summary:
Revision Changes Path
1.41 +8 -10 openpkg-src/mutt/mutt.spec
1.2523 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mutt/mutt.spec
============================================================================
$ cvs diff -u -r1.40 -r1.41 mutt.spec
--- openpkg-src/mutt/mutt.spec 30 Dec 2002 22:05:20 -0000 1.40
+++ openpkg-src/mutt/mutt.spec 3 Jan 2003 11:30:16 -0000 1.41
@@ -23,13 +23,9 @@
## SUCH DAMAGE.
##
-# version
+# package version
%define V_mutt 1.4
-# build options
-%option with_comp no
-%option with_nntp no
-
# package information
Name: mutt
Summary: Mail User Agent
@@ -40,7 +36,11 @@
Group: Mail
License: BSD
Version: %{V_mutt}i
-Release: 20021230
+Release: 20030103
+
+# build options
+%option with_comp no
+%option with_nntp no
# list of sources
Source0: ftp://ftp.mutt.org/mutt/mutt-%{V_mutt}i.tar.gz
@@ -52,8 +52,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021230, make, openssl, slang
-PreReq: OpenPKG, openpkg >= 20021230
+BuildPreReq: OpenPKG, openpkg >= 20030103, make, openssl, slang
+PreReq: OpenPKG, openpkg >= 20030103
AutoReq: no
AutoReqProv: no
@@ -61,8 +61,6 @@
Mutt is a small but very powerful text based program for reading
electronic mail under Unix operating systems, including support for
color terminals, MIME, and a threaded sorting mode.
-
- %options -p9
%prep
%setup -q -n mutt-%{V_mutt}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2522 -r1.2523 news.txt
--- openpkg-web/news.txt 3 Jan 2003 11:28:55 -0000 1.2522
+++ openpkg-web/news.txt 3 Jan 2003 11:30:14 -0000 1.2523
@@ -1,3 +1,4 @@
+03-Jan-2003: New package: P<mutt-1.4i-20030103>
03-Jan-2003: New package: P<imagemagick-5.5.3.1-20030103>
03-Jan-2003: New package: P<mico-2.3.7-20030103>
03-Jan-2003: New package: P<ghostscript-8.00-20030103>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]