Pārlūkot izejas kodu

ok, upgrade to updated 2.14 engines. Because this is too confusing (vendor just rerolles the engine tarballs with newer IDEs contained), add the IDE version to the package version

Ralf S. Engelschall 22 gadi atpakaļ
vecāks
revīzija
a961619d9b
1 mainītis faili ar 6 papildinājumiem un 2 dzēšanām
  1. 6 2
      sav/sav.spec

+ 6 - 2
sav/sav.spec

@@ -23,6 +23,10 @@
 ##  SUCH DAMAGE.
 ##
 
+#   package version
+%define       V_engine 2.14
+%define       V_ides   3.73
+
 #   package information
 Name:         sav
 Summary:      Sophos Anti-Virus
@@ -32,7 +36,7 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [EVAL]
 Group:        System
 License:      Commercial/Free-Trail
-Version:      2.14
+Version:      %{V_engine}+%{V_ides}
 Release:      20030822
 
 #   list of sources
@@ -139,7 +143,7 @@ AutoReqProv:  no
 
     #   install virus description and identity files
     %{l_shtool} install -c -m 644 \
-        sav-install/vdl-*.dat \
+        sav-install/vdl-%{V_ides}.dat \
         $RPM_BUILD_ROOT%{l_prefix}/var/sav/data/vdl.dat
     %{l_shtool} install -c -m 644 \
         sav-install/vdl*.vdb \