Browse Source

upgrading package: joe 2.9.8pre1 -> 2.9.8

master
parent
commit
290dcc6e9c
  1. 12
      joe/joe.spec

12
joe/joe.spec

@ -23,10 +23,6 @@
## SUCH DAMAGE. ## SUCH DAMAGE.
## ##
# package versions
%define V_vp 2.9.8pre1
%define V_vv 2.9.8-pre1
# package information # package information
Name: joe Name: joe
Summary: Joe's Own Editor Summary: Joe's Own Editor
@ -36,11 +32,11 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [EVAL] Distribution: OpenPKG [EVAL]
Group: Editor Group: Editor
License: GPL License: GPL
Version: %{V_vp} Version: 2.9.8
Release: 20030202 Release: 20030506
# list of sources # list of sources
Source0: http://osdn.dl.sourceforge.net/sourceforge/joe-editor/joe-%{V_vv}.tgz Source0: http://osdn.dl.sourceforge.net/sourceforge/joe-editor/joe-%{version}.tar.gz
# build information # build information
Prefix: %{l_prefix} Prefix: %{l_prefix}
@ -62,7 +58,7 @@ AutoReqProv: no
integration features of vi. integration features of vi.
%prep %prep
%setup -q -n joe-%{V_vv} %setup -q
%build %build
CC="%{l_cc}" \ CC="%{l_cc}" \

Loading…
Cancel
Save