|
@@ -23,9 +23,6 @@
|
|
|
## SUCH DAMAGE.
|
|
|
##
|
|
|
|
|
|
-%define V_real 0.2.3.2
|
|
|
-%define V_here 0.2.3.2
|
|
|
-
|
|
|
# package information
|
|
|
Name: w3m
|
|
|
Summary: Interactive Full-Screen Client for HTTP/HTTPS/FTP Protocols
|
|
@@ -35,11 +32,11 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [REL]
|
|
|
Group: Web
|
|
|
License: BSD
|
|
|
-Version: %{V_here}
|
|
|
-Release: 20011221
|
|
|
+Version: 0.2.4
|
|
|
+Release: 20020109
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: http://prdownloads.sourceforge.net/w3m/w3m-%{V_real}.tar.gz
|
|
|
+Source0: http://prdownloads.sourceforge.net/w3m/w3m-%{version}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
@@ -57,7 +54,7 @@ AutoReqProv: no
|
|
|
text.
|
|
|
|
|
|
%prep
|
|
|
- %setup -q -n w3m-%{V_real}
|
|
|
+ %setup -q
|
|
|
|
|
|
%build
|
|
|
PATH="%{l_prefix}/bin:$PATH"; export PATH
|