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:52:50
Branch: HEAD Handle: 2002123019524901
Modified files:
openpkg-src/samba samba.spec
openpkg-web news.txt
Log:
switch to %option(s)
Summary:
Revision Changes Path
1.32 +5 -8 openpkg-src/samba/samba.spec
1.2453 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/samba/samba.spec
============================================================================
$ cvs diff -u -r1.31 -r1.32 samba.spec
--- openpkg-src/samba/samba.spec 12 Dec 2002 09:13:20 -0000 1.31
+++ openpkg-src/samba/samba.spec 30 Dec 2002 19:52:50 -0000 1.32
@@ -24,9 +24,7 @@
##
# package options
-%ifndef with_pam
-%define with_pam no
-%endif
+%option with_pam no
# package information
Name: samba
@@ -38,7 +36,7 @@
Group: Filesystem
License: GPL
Version: 2.2.7a
-Release: 20021212
+Release: 20021230
# list of sources
Source0: http://download.samba.org/samba/ftp/samba-%{version}.tar.bz2
@@ -49,8 +47,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, openssl
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021230, openssl
+PreReq: OpenPKG, openpkg >= 20021230
%if "%{with_pam}" == "yes"
BuildPreReq: PAM
PreReq: PAM
@@ -62,8 +60,7 @@
Samba is an open source software suite that provides seamless file
and print services to SMB/CIFS clients.
- Options:
- --define 'with_pam %{with_pam}'
+ %options
%prep
%setup -q
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2452 -r1.2453 news.txt
--- openpkg-web/news.txt 30 Dec 2002 19:48:46 -0000 1.2452
+++ openpkg-web/news.txt 30 Dec 2002 19:52:49 -0000 1.2453
@@ -1,3 +1,4 @@
+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>
30-Dec-2002: Upgraded package: P<qpopper-4.0.4-20021230>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]