|
@@ -2,13 +2,13 @@
|
|
|
|
|
|
%define _docdir %{_defaultdocdir}
|
|
%define _docdir %{_defaultdocdir}
|
|
|
|
|
|
-%define cvsdate 20060815
|
|
|
|
|
|
+#%define cvsdate 20060815
|
|
|
|
|
|
Summary: A Pager with WWW capability
|
|
Summary: A Pager with WWW capability
|
|
Summary(ja): World Wide Web に対応したページャ
|
|
Summary(ja): World Wide Web に対応したページャ
|
|
Name: w3m
|
|
Name: w3m
|
|
-Version: 0.5.2
|
|
|
|
-Release: 7%{?_dist_release}
|
|
|
|
|
|
+Version: 0.5.3
|
|
|
|
+Release: 1%{?_dist_release}
|
|
Group: Applications/Internet
|
|
Group: Applications/Internet
|
|
License: BSD
|
|
License: BSD
|
|
URL: http://w3m.sourceforge.net/
|
|
URL: http://w3m.sourceforge.net/
|
|
@@ -18,12 +18,6 @@ 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
|
|
|
|
-
|
|
|
|
-# 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
|
|
@@ -83,9 +77,6 @@ w3m-img は X 環境のターミナルエミュレータ上の w3m でインラ
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch10 -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;"
|
|
|
|
|
|
@@ -172,6 +163,13 @@ fi
|
|
%{_libexecdir}/w3m/w3mimgdisplay
|
|
%{_libexecdir}/w3m/w3mimgdisplay
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Apr 21 2011 IWAI, Masaharu <iwai@alib.jp> 0.5.3-1
|
|
|
|
+- new upstream release
|
|
|
|
+- drop unnecessary patches: upstream fixed
|
|
|
|
+ - ambwidth patch (Patch10)
|
|
|
|
+ - sudden crash patch (Patch11)
|
|
|
|
+ - x86_64 patch (Patch100)
|
|
|
|
+
|
|
* Wed Jan 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.5.2-7
|
|
* Wed Jan 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.5.2-7
|
|
- rebuild with openssl-1.0.0c
|
|
- rebuild with openssl-1.0.0c
|
|
- add Patch100 (w3m-0.5.2-x86_64-vine.patch)
|
|
- add Patch100 (w3m-0.5.2-x86_64-vine.patch)
|