فهرست منبع

upgrading package: epm 3.5 -> 3.5.1

Ralf S. Engelschall 23 سال پیش
والد
کامیت
2b02d427d6
1فایلهای تغییر یافته به همراه4 افزوده شده و 8 حذف شده
  1. 4 8
      epm/epm.spec

+ 4 - 8
epm/epm.spec

@@ -23,10 +23,6 @@
 ##  SUCH DAMAGE.
 ##
 
-#   package version
-%define       V_major 3.5
-%define       V_minor 0
-
 #   package information
 Name:         epm
 Summary:      ESP Package Manager
@@ -36,11 +32,11 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [PLUS]
 Group:        System
 License:      GPL
-Version:      %{V_major}
-Release:      20021018
+Version:      3.5.1
+Release:      20021019
 
 #   list of sources
-Source0:      ftp://ftp.easysw.com/pub/epm/epm-%{V_major}-source.tar.bz2
+Source0:      ftp://ftp.easysw.com/pub/epm/epm-%{version}-source.tar.bz2
 
 
 #   build information
@@ -61,7 +57,7 @@ AutoReqProv:  no
     applications.
 
 %prep
-    %setup -q -n epm-%{V_major}
+    %setup -q
 
 %build
     CC="%{l_cc}" \