OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Mar-2004 20:03:47
Branch: HEAD Handle: 2004030219034600
Modified files:
openpkg-src/sav sav.spec
Log:
inherit V_ides version into %track
Summary:
Revision Changes Path
1.34 +6 -5 openpkg-src/sav/sav.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sav/sav.spec
============================================================================
$ cvs diff -u -r1.33 -r1.34 sav.spec
--- openpkg-src/sav/sav.spec 2 Mar 2004 15:54:06 -0000 1.33
+++ openpkg-src/sav/sav.spec 2 Mar 2004 19:03:46 -0000 1.34
@@ -24,8 +24,9 @@
##
# package version
-%define V_engine 2.18
-%define V_ides 3.79
+%define V_engine 2.18
+%define V_ides_maj 3
+%define V_ides_min 79
# package information
Name: sav
@@ -37,7 +38,7 @@
Class: EVAL
Group: System
License: Commercial/Free-Trial
-Version: %{V_engine}.%{V_ides}
+Version: %{V_engine}.%{V_ides_maj}%{V_ides_min}
Release: 20040302
# list of sources
@@ -68,7 +69,7 @@
%track
prog sav:ides = {
comment = "thl: vcheck url for tracking only; download url see spec, look
for vdl-...dat in tarball"
- version = 378
+ version = %{V_ides_maj}%{V_ides_min}
url = http://www.sophos.com/downloads/ide/
regex = (__VER__)_ides.zip
}
@@ -151,7 +152,7 @@
# install virus description and identity files
%{l_shtool} install -c -m 644 \
- sav-install/vdl-%{V_ides}.dat \
+ sav-install/vdl-%{V_ides_maj}.%{V_ides_min}.dat \
$RPM_BUILD_ROOT%{l_prefix}/var/sav/data/vdl.dat
%{l_shtool} install -c -m 644 \
sav-install/vdl*.vdb \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]