Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 151033 Details for
Bug 226535
Merge Review: w3m
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
0.5.1-19 spec file
w3m.spec (text/plain), 16.21 KB, created by
Mamoru TASAKA
on 2007-03-27 14:26:31 UTC
(
hide
)
Description:
0.5.1-19 spec file
Filename:
MIME Type:
Creator:
Mamoru TASAKA
Created:
2007-03-27 14:26:31 UTC
Size:
16.21 KB
patch
obsolete
>%define gcversion gc6.8 >%define _use_internal_dependency_generator 0 >%define build_options --enable-m17n --enable-unicode --enable-nls --with-editor=/bin/vi --with-mailer="gnome-open mailto:%s" --with-browser=gnome-open --with-charset=UTF-8 --with-gc=$RPM_BUILD_DIR/%{name}-%{version}/gc --with-termlib=ncurses > >%define with_utf8 1 > >Name: w3m >Version: 0.5.1 >Release: 19%{?dist} >License: MIT >URL: http://w3m.sourceforge.net/ >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >BuildRequires: bzip2 findutils sed ncurses-devel >BuildRequires: openssl-devel >BuildRequires: pkgconfig >BuildRequires: gettext-devel >BuildRequires: automake >BuildRequires: gtk2-devel >%ifnarch s390 s390x >BuildRequires: gpm-devel >%endif > >## re-compressed bzip2 instead of gzip >Source0: http://downloads.sourceforge.net/w3m/%{name}-%{version}.tar.gz > >Source10: w3mconfig > >Source14: filter-requires-w3m.sh >%define __find_requires %{SOURCE14} > >Source20: http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/%{gcversion}.tar.gz > >## fix patch >Patch15: w3m-0.4.1-helpcharset.patch >Patch16: w3m-0.5.1-mkdir_p.patch >Patch17: w3m-0.5-static-libgc.patch >Patch21: w3m-0.5.1-gcc4.patch >Patch22: w3m-cvs-20050328.patch >Patch23: w3m-fix-vi-prec-num.patch >Patch24: w3m-multilib.patch >Patch25: w3m-0.5.1-CVE-2006-6772.patch >Patch26: gc6.3-optflags.patch > >Summary: A pager with Web browsing abilities >Group: Applications/Internet >Provides: webclient > >%description >The w3m program is a pager (or text file viewer) that can also be used >as a text-mode Web browser. W3m features include the following: when >reading an HTML document, you can follow links and view images using >an external image viewer; its internet message mode determines the >type of document from the header; if the Content-Type field of the >document is text/html, the document is displayed as an HTML document; >you can change a URL description like 'http://hogege.net' in plain >text into a link to that URL. >If you want to display the inline images on w3m, you need to install >w3m-img package as well. > >%package img >Summary: A helper program to display the inline images for w3m >Group: Applications/Internet >Requires: ImageMagick >Requires: w3m = %{version}-%{release} > >%description img >w3m-img package provides a helper program for w3m to display the inline >images on the terminal emulator in X Window System environments and the >linux framebuffer. > >%prep >%setup -q -a 20 >chmod 755 doc >chmod 755 doc-jp > >%patch15 -p1 >%patch16 -p1 >%patch17 -p1 >%patch21 -p1 >%patch22 -p0 >%patch23 -p1 >%ifarch ppc64 s390x sparc64 x86_64 >%patch24 -p1 >%endif >%patch25 -p1 > >mv %{gcversion} gc > >pushd gc >%patch26 -p0 >popd > >%if %{with_utf8} >pushd doc-jp >for f in * ; do > case $f in > README.pre_form | README.tab ) > CHARSET=ISO-2022-JP > ;; > keymap.* ) > CHARSET=UTF-8 > ;; > * ) > CHARSET=EUC-JP > ;; > esac > iconv -f $CHARSET -t UTF-8 $f > $f.tmp && \ > ( touch -r $f $f.tmp ; mv $f.tmp $f ) || rm -f $f.tmp >done >popd >%endif > >%build >pushd gc >make gc.a CC="gcc $RPM_OPT_FLAGS" >mkdir lib >ln -s ../gc.a lib/libgc.a >popd >aclocal >autoconf >%configure %{build_options} \ > %{?_without_nntp:--disable-nntp} \ > %{!?_without_nntp:--enable-nntp} \ > %{?_without_gopher:--disable-gopher} \ > %{!?_without_gopher:--enable-gopher} \ > %{?_without_image:--disable-image} \ > %{!?_without_image:--enable-image=x11,fb --with-imagelib=gtk2} \ > %{?_with_lynx_keymap:--enable-keymap=lynx} \ > %{!?_with_lynx_keymap:--enable-keymap=w3m} > >%{__make} # %{?_smp_mflags} > >%install >rm -rf $RPM_BUILD_ROOT >make install DESTDIR=$RPM_BUILD_ROOT > >%{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/w3m >install -p -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/w3m/config > >rm -f doc*/w3m.1 > >%find_lang w3m > >%clean >rm -rf $RPM_BUILD_ROOT > > >%files -f w3m.lang >%defattr(-, root, root, -) >%doc NEWS >%doc doc >%lang(ja) %doc doc-jp >## %doc README.img >%{_datadir}/w3m/ >%config(noreplace) %{_sysconfdir}/w3m/ >%{_bindir}/w3m* >%lang(ja) %{_mandir}/ja/man1/w3m.1* >%{_mandir}/man1/w3m.1* >%{_mandir}/man1/w3mman.1* >%{_libexecdir}/w3m/ >%exclude %{_libexecdir}/w3m/w3mimgdisplay > >%files img >%defattr(-, root, root) >%{_libexecdir}/w3m/w3mimgdisplay > >%changelog >* Tue Mar 27 2007 Parag Nemade <pnemade@redhat.com> - 0.5.1-19 >- and more cleanup. > >* Tue Mar 27 2007 Parag Nemade <pnemade@redhat.com> - 0.5.1-18.2 >- more cleanup. > >* Mon Mar 26 2007 Parag Nemade <pnemade@redhat.com> - 0.5.1-18 >- spec file cleanup. > >* Mon Feb 26 2007 Parag Nemade <pnemade@redhat.com> - 0.5.1-17 >- Resolves #229799 > >* Wed Feb 21 2007 Parag Nemade <pnemade@redhat.com> - 0.5.1-16 >- Modified SPEC file to add new patchfile to resolve rh#222914. > >* Fri Feb 02 2007 Parag Nemade <pnemade@redhat.com> - 0.5.1-15.1 >- Resolves: rh#226535 Review Merge >- Modified SPEC file. > >* Mon Jan 15 2007 Parag Nemade <pnemade@redhat.com> - 0.5.1-15 >- Resolves: rh#221484 > >* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-14.1 >- rebuild > >* Sat Jun 24 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-14 >- Fix missing br gettext-devel, automake > >* Mon Mar 6 2006 Akira TAGOH <tagoh@redhat.com> - 0.5.1-13 >- w3m-multilib.patch: fixed to link 64bit version of libnsl.so. (#182408) > >* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-12.2.1 >- bump again for double-long bug on ppc(64) > >* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-12.2 >- rebuilt for new gcc4.1 snapshot and glibc changes > >* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> >- rebuilt > >* Wed Nov 9 2005 Akira TAGOH <tagoh@redhat.com> 0.5.1-12 >- rebuilt against the latest openssl. >- gc6.2-fix-prelink.patch: removed. >- w3m-fix-vi-prec-num.patch: applied to get the vi-like prefix working. > >* Tue May 10 2005 Joe Orton <jorton@redhat.com> 0.5.1-11 >- point at certs directory in /etc/pki > >* Mon Apr 18 2005 Akira TAGOH <tagoh@redhat.com> - 0.5.1-10 >- fixed the unnecessary owned directory. (#154600) > >* Thu Apr 7 2005 Akira TAGOH <tagoh@redhat.com> - 0.5.1-9 >- removed imlib-devel build-dependency. (#153773) > >* Mon Mar 28 2005 Akira TAGOH <tagoh@redhat.com> - 0.5.1-8 >- w3m-cvs-20050328.patch: updated to CVS snapshot to support gtk2. > >* Thu Mar 17 2005 Akira TAGOH <tagoh@redhat.com> - 0.5.1-7 >- rebuilt >- w3m-0.5.1-gcc4.patch: applied to fix the build fails with gcc4. > (#151136: Robert Scheck) > >* Thu Jan 13 2005 Akira TAGOH <tagoh@redhat.com> - 0.5.1-6 >- fixed a duplicated w3mimgdisplay. > >* Mon Dec 20 2004 Akira TAGOH <tagoh@redhat.com> - 0.5.1-5 >- updates to gc6.3. (#143361) > - w3m-0.3.1-fixptr_t.patch: removed. it's no longer needed. >- fixed the permission to get working of the helper scripts. > >* Thu Aug 05 2004 Akira TAGOH <tagoh@redhat.com> 0.5.1-4 >- rebuilt > >* Wed Aug 04 2004 Akira TAGOH <tagoh@redhat.com> 0.5.1-3 >- converted Japanese man page to UTF-8. (#129028) > >* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Thu May 06 2004 Akira TAGOH <tagoh@redhat.com> 0.5.1-1 >- New upstream release. > >* Tue Apr 20 2004 Akira TAGOH <tagoh@redhat.com> 0.5-3 >- build with --with-termlib=ncurses to fix segfault. (#120240) > >* Mon Apr 12 2004 Akira TAGOH <tagoh@redhat.com> 0.5-2 >- separated w3mimgdisplay to w3m-img package. (#120600) >- removed indexhtml, which is no longer refered. > >* Tue Mar 23 2004 Akira TAGOH <tagoh@redhat.com> 0.5-1 >- New upstream release. >- w3m-0.2.3.1-ipv6.patch: removed. >- w3m-0.4.1-stable-m17n-20030308.patch.gz: removed, because it has been marged to the upstream. >- w3mconfig: updated. >- w3mbookmark: removed, use one, which the upstream disbributed. >- w3mhelperpanel: likewise. >- libwc-latest.tar.gz: likewise. >- w3m-wrapper: removed. >- w3m-0.5-guess_display_locale.patch: updated. >- w3m-0.5-staic-libgc.patch: applied to build static library of libgc. >- w3m-0.3.2-lib64path.patch: removed. > >* Tue Mar 09 2004 Akira TAGOH <tagoh@redhat.com> 0.4.1-12 >- rebuilt > >* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Tue Feb 10 2004 Akira TAGOH <tagoh@redhat.com> 0.4.1-10 >- gc6.2alpha5-ppc64.patch: removed because no need to apply. >- gc6.2.tar.gz: update to the stable version. >- gc6.2-fix-prelink.patch: applied to fix prelink issue. (#115201: Jakub Jelinek) > >* Mon Dec 15 2003 Akira TAGOH <tagoh@redhat.com> 0.4.1-9 >- w3m-0.4.1-guess_display_locale.patch: applied to guess the display encoding > from the current locale. (#111217) > >* Wed Oct 01 2003 Akira TAGOH <tagoh@redhat.com> 0.4.1-8 >- converted Japanese manpage to UTF-8. > >* Tue Jun 17 2003 Akira TAGOH <tagoh@redhat.com> 0.4.1-7 >- rebuild. > >* Thu Jun 12 2003 Akira TAGOH <tagoh@redhat.com> 0.4.1-6 >- applied m17n patch to allow UTF-8 encoding. >- specify the charset for w3m-help.cgi. > >* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Wed May 21 2003 Akira TAGOH <tagoh@redhat.com> 0.4.1-4 >- rebuild >- use gc6.2alpha5. >- gc6.2alpha5-ppc64.patch: applied to fix the build issue on ppc64. > >* Wed May 21 2003 Akira TAGOH <tagoh@redhat.com> 0.4.1-3 >- rebuild. > >* Thu May 1 2003 Elliot Lee <sopwith@redhat.com> 0.4.1-2 >- Genericize multilib >- _smp_mflags > >* Mon Mar 17 2003 Akira TAGOH <tagoh@redhat.com> 0.4.1-1 >- New upstream release. >- w3m-0.3.2.2-fixhttpssegv.patch: removed. >- w3m-0.3.2-fix64arch.patch: removed. > >* Mon Feb 3 2003 Akira TAGOH <tagoh@redhat.com> 0.3.2.2-5 >- w3m-0.3.2.2-fixhttpssegv.patch: applied to fix a segfault with https. (#83263) >- gc6.2alpha3.tar.gz: use it to be built on s390x. > >* Wed Jan 22 2003 Tim Powers <timp@redhat.com> >- rebuilt > >* Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 0.3.2.2-3 >- rebuild > >* Fri Jan 3 2003 Nalin Dahyabhai <nalin@redhat.com> >- buildreq openssl-devel instead of openssl >- use openssl's pkg-config configuration if it exists >- pass cflags and ldflags in to configure instead of letting them get pulled > in from the environment > >* Tue Dec 24 2002 Akira TAGOH <tagoh@redhat.com> 0.3.2.2-2 >- add indexhtml to BuildRequires. >- fix the wrong path to the local CGI. >- don't use rpms internal dep generator. >- w3m-wrapper: go through the options. > >* Fri Dec 6 2002 Akira TAGOH <tagoh@redhat.com> 0.3.2.2-1 >- New upstream release. >- this release contains yet another security fix. > >* Wed Nov 27 2002 Akira TAGOH <tagoh@redhat.com> 0.3.2.1-1 >- New upstream release. > >* Mon Nov 11 2002 Akira TAGOH <tagoh@redhat.com> 0.3.2-1 >- New upstream release. >- removed some packages, because this release contains it. > - w3m-0.3.1-fixanchor.patch > - w3m-0.3.1-multipartimg.patch > - w3m-0.3.1-fixwarning-03276.patch >- w3mimgsize is obsolete. >- gc6.1.tar.gz: update to the latest gc library. >- w3m-0.3.2-fix64arch.patch: applied to fix the build issue for ia64 and x86_64. >- w3m-0.3.2-lib64path.patch: applied to add lib64 path for x86_64. > >* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com> >- rebuild for new imlib soname > >* Mon Jul 22 2002 Akira TAGOH <tagoh@redhat.com> 0.3.1-3 >- use 'display' to show the image when nothing is described in mailcap. >- w3m-0.3.1-fixanchor.patch: applied to fix an anchor issue on plain text. >- w3m-0.3.1-multipartimg.patch: applied to fix a rendering issue on multipart. >- w3m-0.3.1-fixwarning-03276.patch: applied to fix a warning message at buld > time. > >* Thu Jul 18 2002 Akira TAGOH <tagoh@redhat.com> 0.3.1-2 >- add the owned directory. > >* Tue Jul 16 2002 Akira TAGOH <tagoh@redhat.com> 0.3.1-1 >- New upstream release. >- w3m-0.3.1-fixprivsym.patch: disabled. it works without this patch. >- w3m-0.3.1-fixptr_t.patch: applied to fix the build issue for alpha. >- gc6.1alpha2.tar.bz2: use an old version to avoid the build issue for IA64. > >* Fri Jun 21 2002 Tim Powers <timp@redhat.com> >- automated rebuild > >* Tue Jun 18 2002 Akira TAGOH <tagoh@redhat.com> 0.3-4 >- fix the missing files. (Bug#66865) > >* Thu May 30 2002 Chip Turner <cturner@redhat.com> >- add dependency filter for bogus perl dependencies > >* Thu May 23 2002 Tim Powers <timp@redhat.com> >- automated rebuild > >* Wed Mar 6 2002 Akira TAGOH <tagoh@redhat.com> 0.3-1 >- New upstream release. >- w3m-0.3-config.param-{en,ja}: update. >- w3m-0.3-fixprivsym.patch: Fixed unresolved dependencies. (Bug#60725) > Thanks Jakub. >- fix the missing files. > >* Fri Feb 22 2002 Akira TAGOH <tagoh@redhat.com> 0.2.5.1-2 >- Build against new environment. > >* Tue Feb 5 2002 Akira TAGOH <tagoh@redhat.com> 0.2.5.1-1 >- New upstream release. > >* Fri Feb 1 2002 Akira TAGOH <tagoh@redhat.com> 0.2.5-1 >- New upstream release. >- Update build config files for 0.2.5 >- Update default config. > >* Wed Jan 9 2002 Akira TAGOH <tagoh@redhat.com> 0.2.4-2 >- Fixed use a wrong build config for en. (Bug#58093) >- Update build config files for 0.2.4 >- Added cert path to default config. > >* Tue Jan 8 2002 Akira TAGOH <tagoh@redhat.com> 0.2.4-1 >- New upstream release. >- Remove old GC library from srpm because no longer need it. > >* Thu Dec 27 2001 Akira TAGOH <tagoh@redhat.com> 0.2.3.2-2 >- Fixed the wrong default settings. > >* Tue Dec 25 2001 Akira TAGOH <tagoh@redhat.com> 0.2.3.2-1 >- New upstream release. > >* Fri Dec 21 2001 Akira TAGOH <tagoh@redhat.com> 0.2.3.1-1 >- New upstream release. > >* Wed Dec 5 2001 Akira TAGOH <tagoh@redhat.com> 0.2.2-2 >- Added config file for alpha from James Antill. > >* Mon Nov 19 2001 Akira TAGOH <tagoh@redhat.com> 0.2.2-1 >- New upstream release. > >* Thu Aug 29 2001 SATO Satoru <ssato@redhat.com> - 0.2.1-11 >- made the relative link to HTML_HOME instead of the absolute one >- fixed the permission of sources (to shut up rpmlint) > >* Wed Aug 29 2001 SATO Satoru <ssato@redhat.com> - 0.2.1-10 >- fixed the wrapper script (#52759) > >* Fri Aug 9 2001 SATO Satoru <ssato@redhat.com> - 0.2.1-9 >- corrected the help files' path (#51197) >- removed /etc/profile.d/* >- fixed and update the wrapper >- removed imlib-devel (BuildRequires:) > >* Fri Aug 4 2001 SATO Satoru <ssato@redhat.com> - 0.2.1-8 >- disabled the inline image rendering patch by default (#50786) > >* Tue Jul 24 2001 SATO Satoru <ssato@redhat.com> >- s/Copyright/License/ >- %%files: add '/etc/profile.d/w3m.*' >- enable IPv6 support by default (#35649) > >* Fri Jul 20 2001 Florian La Roche <Florian.LaRoche@redhat.de> >- do not require gpm for s390,s390x > >* Tue Jul 17 2001 SATO Satoru <ssato@redhat.com> >- apply inline image support patch. >- BuildRequires: imlib-devel >- add %%dir lines > >* Thu Jun 28 2001 Than Ngo <than@redhat.com> >- fix to build on s390x s390 >- fix to use RPM_OPT_FLAGS > >* Mon Jun 25 2001 Florian La Roche <Florian.LaRoche@redhat.de> >- disable mouse/gpm on s390 s390x > >* Thu Jun 21 2001 Yukihiro Nakai <ynakai@redhat.com> >- Add ia64 support. > >* Wed Jun 20 2001 SATO Satoru <ssato@redhat.com> >- 0.2.1 >- clean up SPEC >- apply security bug fix >- w3m-el is removed (moved into w3m-el package) > >* Fri Mar 2 2001 Tim Powers <timp@redhat.com> >- rebuilt against openssl-0.9.6-1 > >* Fri Feb 9 2001 SATO Satoru <ssato@redhat.com> >- not to use upstream configure script (it looks corrupted) >- separated w3m-ja/w3m-en (#26443) >- apply many security bug fix patch >- ExludeArch alpha >- use bzip2 instead of gzip for src/patches > >* Thu Feb 8 2001 SATO Satoru <ssato@redhat.com> >- changed configure option ( --lang=ja -> --lang=en) > >* Thu Jan 18 2001 Tim Powers <timp@redhat.com> >- ExludeArch ia64 > >* Sun Jan 14 2001 SATO Satoru <ssato@redhat.com> >- fix the error while building on IA64 > >* Fri Jan 12 2001 SATO Satoru <ssato@redhat.com> >- fix the error while building on Sparc >- clean up SPEC > >* Thu Dec 28 2000 SATO Satoru <ssato@redhat.com> >- new upstream pre release >- added w3m.el >- clean up SPEC > >* Wed Sep 6 2000 Satoru Sato <ssato@redhat.com> >- ported from vine >- remove w3m.wmconfig >- build with openssl library > >* Sun Jul 09 2000 Lisa Sagami <czs14350@nifty.ne.jp> >- w3m-0.1.10-0vl3 >- provide default HTTP_HOME in /etc/profile.d > >* Fri Jul 07 2000 Lisa Sagami <czs14350@nifty.ne.jp> >- Provides: webclient, Requires: indexhtml (capability of lynx) >- added w3m.wmconfig >- give them(who?) RPM_OPT_FLAGS(what?) >- dont include duplicated man pages and CVS directory in doc > >* Wed Jun 21 2000 Jun Nishii <jun@vinelinux.org> >- 0.1.10-0vl1 > >* Sat Jan 22 2000 Yoichi Imai <yoichi@silver-forest.com> >- fix spec file > >* Sat Jan 22 2000 Yoichi Imai <yoichi@silver-forest.com> >- updated from 0.1.4 to 0.1.6 > >* Thu Jan 13 2000 Yoichi Imai <yoichi@silver-forest.com> >- updated from 991203 to 0.1.4 > >* Fri Dec 03 1999 Yoichi Imai <yoichi@silver-forest.com> >- updated from 991028 to 991203 > >* Sat Oct 30 1999 Yoichi Imai <bonaim@mutt.freemail.ne.jp> >- updated from 990820 to 991028 > >* Tue Aug 26 1999 Ryo Hattori <ryoh@vs01.vaio.ne.jp> >- updated from 990716 to 990820 > >* Wed Aug 11 1999 Ryo Hattori <ryoh@vs01.vaio.ne.jp> >- initial Release to VinePlus
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 226535
:
150834
|
150923
|
150924
| 151033