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: 08-Jan-2003 16:28:25
Branch: HEAD Handle: 2003010815282401
Modified files:
openpkg-src/uvscan uvscan.spec
openpkg-web news.txt
Log:
modernize package
Summary:
Revision Changes Path
1.55 +13 -11 openpkg-src/uvscan/uvscan.spec
1.2608 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/uvscan/uvscan.spec
============================================================================
$ cvs diff -u -r1.54 -r1.55 uvscan.spec
--- openpkg-src/uvscan/uvscan.spec 3 Jan 2003 10:55:32 -0000 1.54
+++ openpkg-src/uvscan/uvscan.spec 8 Jan 2003 15:28:25 -0000 1.55
@@ -35,11 +35,11 @@
URL: http://www.mcafee-at-home.com/
Vendor: Network Associates, Inc (NAI)
Packager: The OpenPKG Project
-Distribution: OpenPKG [PRIV]
+Distribution: OpenPKG [EVAL]
Group: Filesystem
License: Commercial/Free-Trial
Version: %{V_engine}.%{V_datfiles}
-Release: 20021231
+Release: 20030108
# list of sources
Source0: ftp://ftp.nai.com/pub/antivirus/datfiles/4.x/dat-%{V_datfiles}.tar
@@ -47,12 +47,16 @@
Source2:
http://download.nai.com/products/evaluation/virusscan/english/cmdline/linux/version_%{V_engine_dist}/vlnx%{V_engine_dist2}e.tar.Z
Source3:
http://download.nai.com/products/evaluation/virusscan/english/cmdline/sun/version_%{V_engine_dist}/vsun%{V_engine_dist2}e.tar.Z
Source4: uvscan.sh
+%NoSource 0
+%NoSource 1
+%NoSource 2
+%NoSource 3
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021230
-PreReq: OpenPKG, openpkg >= 20021230
+BuildPreReq: OpenPKG, openpkg >= 20030108
+PreReq: OpenPKG, openpkg >= 20030108
AutoReq: no
AutoReqProv: no
@@ -61,9 +65,8 @@
command line virus scanner for Unix.
%prep
- rm -rf uvscan-%{version}
- mkdir uvscan-%{version}
- cd uvscan-%{version}
+ %integrity
+ %setup -q -c -T
case "%{l_target}" in
*-freebsd* ) engine="%{SOURCE1}" ;;
*-linux* ) engine="%{SOURCE2}" ;;
@@ -82,7 +85,6 @@
%install
rm -rf $RPM_BUILD_ROOT
- cd uvscan-%{version}
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/bin \
$RPM_BUILD_ROOT%{l_prefix}/libexec/uvscan \
@@ -97,10 +99,10 @@
$RPM_BUILD_ROOT%{l_prefix}/man/man1/uvscan.1
%{l_shtool} install -c -m 755 -e 's;@l_prefix@;%{l_prefix};g' \
%{SOURCE uvscan.sh} $RPM_BUILD_ROOT%{l_prefix}/bin/uvscan
- %{l_rpmtool} files -v -o files -r$RPM_BUILD_ROOT %{l_files_std}
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
-%files -f uvscan-%{version}/files
+%files -f files
%clean
- rm -rf $RPM_BUILD_ROOT
+ #rm -rf $RPM_BUILD_ROOT
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2607 -r1.2608 news.txt
--- openpkg-web/news.txt 8 Jan 2003 15:22:32 -0000 1.2607
+++ openpkg-web/news.txt 8 Jan 2003 15:28:24 -0000 1.2608
@@ -1,3 +1,4 @@
+08-Jan-2003: Upgraded package: P<uvscan-4.1.6.4240-20030108>
08-Jan-2003: Upgraded package: P<tomcat-3.2.4-20030108>
08-Jan-2003: Upgraded package: P<tomcat4-4.1.18-20030108>
08-Jan-2003: Upgraded package: P<saxon-6.5.2-20030108>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]