From bd55fff27701323d0765b850f1ec861017a707d5 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 8 Jun 2002 10:35:24 +0000 Subject: [PATCH] upgrading package: epm 3.3 -> 3.4.1 --- epm/epm.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/epm/epm.spec b/epm/epm.spec index 430c2bd3a2..6cca8e3178 100644 --- a/epm/epm.spec +++ b/epm/epm.spec @@ -23,6 +23,10 @@ ## SUCH DAMAGE. ## +# package version +%define V_major 3.4 +%define V_minor 1 + # package information Name: epm Summary: ESP Package Manager @@ -32,11 +36,11 @@ Packager: The OpenPKG Project Distribution: OpenPKG [REL] Group: System License: GPL -Version: 3.3 -Release: 20020404 +Version: %{V_major}.%{V_minor} +Release: 20020608 # 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 Prefix: %{l_prefix} @@ -56,7 +60,7 @@ AutoReqProv: no applications. %prep - %setup -q + %setup -q -n epm-%{V_major} %build CC="%{l_cc}" \