|
@@ -8,7 +8,7 @@ Summary: A Pager with WWW capability
|
|
Summary(ja): World Wide Web に対応したページャ
|
|
Summary(ja): World Wide Web に対応したページャ
|
|
Name: w3m
|
|
Name: w3m
|
|
Version: 0.5.2
|
|
Version: 0.5.2
|
|
-Release: 6%{?_dist_release}
|
|
|
|
|
|
+Release: 7%{?_dist_release}
|
|
Group: Applications/Internet
|
|
Group: Applications/Internet
|
|
License: BSD
|
|
License: BSD
|
|
URL: http://w3m.sourceforge.net/
|
|
URL: http://w3m.sourceforge.net/
|
|
@@ -21,6 +21,9 @@ Source11: filter-requires-w3m.sh
|
|
Patch10: w3m-0.5.2-ambwidth.patch
|
|
Patch10: w3m-0.5.2-ambwidth.patch
|
|
Patch11: w3m-0.5.2-bugfix.patch
|
|
Patch11: w3m-0.5.2-bugfix.patch
|
|
|
|
|
|
|
|
+# patch for Vine Linux
|
|
|
|
+Patch100: w3m-0.5.2-x86_64-vine.patch
|
|
|
|
+
|
|
Requires: perl, openssl >= 0.9, gc >= 6.2
|
|
Requires: perl, openssl >= 0.9, gc >= 6.2
|
|
Requires(post,preun): alternatives
|
|
Requires(post,preun): alternatives
|
|
Provides: webclient, pager
|
|
Provides: webclient, pager
|
|
@@ -82,6 +85,7 @@ w3m-img は X 環境のターミナルエミュレータ上の w3m でインラ
|
|
%setup -q
|
|
%setup -q
|
|
%patch10 -p1
|
|
%patch10 -p1
|
|
%patch11 -p1
|
|
%patch11 -p1
|
|
|
|
+%patch100 -p1
|
|
find Bonus -type f | \
|
|
find Bonus -type f | \
|
|
xargs sed -i -e "s|/usr/local/bin/ruby|/usr/bin/ruby|g;"
|
|
xargs sed -i -e "s|/usr/local/bin/ruby|/usr/bin/ruby|g;"
|
|
|
|
|
|
@@ -168,6 +172,10 @@ fi
|
|
%{_libexecdir}/w3m/w3mimgdisplay
|
|
%{_libexecdir}/w3m/w3mimgdisplay
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Jan 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.5.2-7
|
|
|
|
+- rebuild with openssl-1.0.0c
|
|
|
|
+- add Patch100 (w3m-0.5.2-x86_64-vine.patch)
|
|
|
|
+
|
|
* Sun Sep 26 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.2-6
|
|
* Sun Sep 26 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.2-6
|
|
- add Patch10 to fix display utf8 ambiguous width characters
|
|
- add Patch10 to fix display utf8 ambiguous width characters
|
|
(from: http://www.j10n.org/files/w3m-cvs-1.914-ambwidth.patch)
|
|
(from: http://www.j10n.org/files/w3m-cvs-1.914-ambwidth.patch)
|