|
@@ -23,6 +23,10 @@
|
|
|
## SUCH DAMAGE.
|
|
## SUCH DAMAGE.
|
|
|
##
|
|
##
|
|
|
|
|
|
|
|
|
|
+# package version
|
|
|
|
|
+%define V_major 3.4
|
|
|
|
|
+%define V_minor 1
|
|
|
|
|
+
|
|
|
# package information
|
|
# package information
|
|
|
Name: epm
|
|
Name: epm
|
|
|
Summary: ESP Package Manager
|
|
Summary: ESP Package Manager
|
|
@@ -32,11 +36,11 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [REL]
|
|
Distribution: OpenPKG [REL]
|
|
|
Group: System
|
|
Group: System
|
|
|
License: GPL
|
|
License: GPL
|
|
|
-Version: 3.3
|
|
|
|
|
-Release: 20020404
|
|
|
|
|
|
|
+Version: %{V_major}.%{V_minor}
|
|
|
|
|
+Release: 20020608
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
-Source0: ftp://ftp.easysw.com/pub/epm/epm-%{version}-source.tar.bz2
|
|
|
|
|
|
|
+Source0: ftp://ftp.easysw.com/pub/epm/epm-%{V_major}-%{V_minor}-source.tar.bz2
|
|
|
|
|
|
|
|
# build information
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
Prefix: %{l_prefix}
|
|
@@ -56,7 +60,7 @@ AutoReqProv: no
|
|
|
applications.
|
|
applications.
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
|
- %setup -q
|
|
|
|
|
|
|
+ %setup -q -n epm-%{V_major}
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
|
CC="%{l_cc}" \
|
|
CC="%{l_cc}" \
|