Browse Source

upgrading package: epm 3.3 -> 3.4.1

master
parent
commit
bd55fff277
  1. 12
      epm/epm.spec

12
epm/epm.spec

@ -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 Version: %{V_major}.%{V_minor}
Release: 20020404 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}" \

Loading…
Cancel
Save