瀏覽代碼

upgrade to W3M 0.2.2 inu 1.1

Ralf S. Engelschall 24 年之前
父節點
當前提交
c812051608
共有 1 個文件被更改,包括 12 次插入5 次删除
  1. 12 5
      w3m/w3m.spec

+ 12 - 5
w3m/w3m.spec

@@ -22,20 +22,23 @@
 ##  SUCH DAMAGE. 
 ##  
 
+%define       V_real 0.2.2-inu-1.1
+%define       V_here 0.2.2.1.1
+
 #   package information
 Name:         w3m
 Summary:      Interactive Full-Screen Client for HTTP/HTTPS/FTP Protocols
-URL:          http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/
+URL:          http://w3m.sourceforge.net/
 Vendor:       Akinori Ito
 Packager:     The OpenPKG Project
 Distribution: OpenPKG [EXP]
 Group:        Web
 License:      BSD
-Version:      0.2.1
+Version:      %{V_here}
 Release:      20011121.0
 
 #   list of sources
-Source0:      ftp://ei5nazha.yz.yamagata-u.ac.jp/w3m/w3m-%{version}.tar.gz
+Source0:      http://prdownloads.sourceforge.net/w3m/w3m-%{V_real}.tar.gz
 
 #   build information
 Prefix:       %{l_prefix}
@@ -46,10 +49,14 @@ AutoReq:      no
 AutoReqProv:  no
 
 %description
-    W3M is a text browser for the World Wide Web. 
+    W3M is a text-based web browser as well as a pager like `more'
+    or `less'. With w3m you can browse web pages through a terminal
+    emulator window (xterm, rxvt or something like that). Moreover, w3m
+    can be used as a text formatting tool which typesets HTML into plain
+    text.
 
 %prep
-    %setup -q
+    %setup -q -n w3m-%{V_real}
 
 %build
     PATH="%{l_prefix}/bin:$PATH"; export PATH