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.
##
# package versions
%define V_vp 2.9.8pre1
%define V_vv 2.9.8-pre1
# package information
Name: joe
Summary: Joe's Own Editor
@ -36,11 +32,11 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [EVAL]
Group: Editor
License: GPL
Version: %{V_vp}
Release: 20030202
Version: 2.9.8
Release: 20030506
# 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
Prefix: %{l_prefix}
@ -62,7 +58,7 @@ AutoReqProv: no
integration features of vi.
%prep
%setup -q -n joe-%{V_vv}
%setup -q
%build
CC="%{l_cc}" \

Loading…
Cancel
Save