|
|
@@ -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}" \
|