|
@@ -1,3 +1,5 @@
|
|
|
|
+%define __perl_requires %{_rpmconfigdir}/perl.req | grep -v w3mhelp
|
|
|
|
+
|
|
%define _docdir %{_defaultdocdir}
|
|
%define _docdir %{_defaultdocdir}
|
|
|
|
|
|
%define cvsdate 20060815
|
|
%define cvsdate 20060815
|
|
@@ -6,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: 5%{?_dist_release}
|
|
|
|
|
|
+Release: 6%{?_dist_release}
|
|
Group: Applications/Internet
|
|
Group: Applications/Internet
|
|
License: BSD
|
|
License: BSD
|
|
URL: http://w3m.sourceforge.net/
|
|
URL: http://w3m.sourceforge.net/
|
|
@@ -16,6 +18,9 @@ Source2: w3m.csh
|
|
Source10: w3m-term
|
|
Source10: w3m-term
|
|
Source11: filter-requires-w3m.sh
|
|
Source11: filter-requires-w3m.sh
|
|
|
|
|
|
|
|
+Patch10: w3m-0.5.2-ambwidth.patch
|
|
|
|
+Patch11: w3m-0.5.2-bugfix.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
|
|
@@ -30,6 +35,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
+Packager: shaolin
|
|
|
|
|
|
# work around for [VineSeed-x86_64:00178]
|
|
# work around for [VineSeed-x86_64:00178]
|
|
%define __find_requires %{SOURCE11}
|
|
%define __find_requires %{SOURCE11}
|
|
@@ -74,6 +80,8 @@ w3m-img は X 環境のターミナルエミュレータ上の w3m でインラ
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
+%patch10 -p1
|
|
|
|
+%patch11 -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;"
|
|
|
|
|
|
@@ -160,6 +168,12 @@ fi
|
|
%{_libexecdir}/w3m/w3mimgdisplay
|
|
%{_libexecdir}/w3m/w3mimgdisplay
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Sep 26 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.2-6
|
|
|
|
+- add Patch10 to fix display utf8 ambiguous width characters
|
|
|
|
+ (from: http://www.j10n.org/files/w3m-cvs-1.914-ambwidth.patch)
|
|
|
|
+- add Patch11 to fix sudden crash
|
|
|
|
+ (from: http://www.sic.med.tohoku.ac.jp/~satodai/w3m-dev/200708.month/4286.html)
|
|
|
|
+
|
|
* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.2-5
|
|
* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.2-5
|
|
- rebuilt with gcc-4.4.3-3 on ppc
|
|
- rebuilt with gcc-4.4.3-3 on ppc
|
|
|
|
|