htmlview-vl.spec 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. Summary: Tools for launching Preferred Applications
  2. Summary(ja): お気に入りのアプリケーションを起動するツール
  3. Name: htmlview
  4. Version: 4.0.0
  5. Release: 3%{?_dist_release}
  6. License: Public Domain
  7. Source0: htmlview
  8. Source1: launchmail
  9. Group: Applications/Internet
  10. BuildRoot: %{_tmppath}/%{name}-root
  11. BuildArch: noarch
  12. Requires: vine-menus
  13. %description
  14. htmlview and launchmail are tools for launching Preferred Applications.
  15. This package exists for compatibility reasons and is likely to be removed
  16. later when equivalent functionality is implemented elsewhere.
  17. %description -l ja
  18. htmlview と launchmail はお気に入りのアプリケーションを起動するツール
  19. です。このパッケージは互換性を保つために用意されており、同等の機能が
  20. 別のアプリケーションにより提供されれば、いずれ削除されます。
  21. %prep
  22. %install
  23. mkdir -p $RPM_BUILD_ROOT%{_bindir}
  24. install -c -m 755 %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}
  25. install -c -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}
  26. ### Are these kind of links really required?
  27. # mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
  28. # ln -sf %{_datadir}/desktop-menu-patches/redhat-web.desktop \
  29. # $RPM_BUILD_ROOT/%{_datadir}/applications/redhat-web.desktop
  30. # ln -sf %{_datadir}/desktop-menu-patches/redhat-email.desktop \
  31. # $RPM_BUILD_ROOT/%{_datadir}/applications/redhat-email.desktop
  32. %clean
  33. rm -rf $RPM_BUILD_ROOT
  34. %files
  35. %defattr(-,root,root)
  36. %{_bindir}/htmlview
  37. %{_bindir}/launchmail
  38. #%{_datadir}/applications/redhat-web.desktop
  39. #%{_datadir}/applications/redhat-email.desktop
  40. %changelog
  41. * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 4.0.0-3vl5
  42. - applied new versioning policy, spec in utf-8
  43. * Mon Jul 09 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 4.0.0-3vl1
  44. - update based on fedora development 4.0.0-3.
  45. - added japanese description.
  46. * Wed May 09 2007 Warren Togami <wtogami@redhat.com> - 4.0.0-3
  47. - run konqueror in browser mode #239293
  48. * Mon May 07 2007 Warren Togami <wtogami@redhat.com> - 4.0.0-2
  49. - if KDE-only desktop, use fallback apps so konqueror and kmail will launch
  50. #239300 and #239293
  51. * Thu Dec 14 2006 Warren Togami <wtogami@redhat.com> - 4.0.0-1
  52. - minor modernization of htmlview's app lists
  53. - improve launchmail's non-GNOME error case
  54. * Wed Nov 1 2006 Matthias Clasen <mclasen@redhat.com> - 3.0.0-15
  55. - Ensure that launchmail always brings up the mail component
  56. of evolution. (#212718)
  57. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.0.0-14.1
  58. - rebuild
  59. * Tue Feb 28 2006 Matthias Clasen <mclasen@redhat.com>> 3.0.0-14
  60. - Create absolute symlinks to desktop files (#176104)
  61. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  62. - rebuilt
  63. * Sat Nov 19 2005 Warren Togami <wtogami@redhat.com> - 3.0.0-13
  64. - xterm no longer in X11R6 dir
  65. * Mon Oct 24 2005 Warren Togami <wtogami@redhat.com> - 3.0.0-12
  66. - note deprecated compat status (#171609)
  67. * Wed May 11 2005 Warren Togami <wtogami@redhat.com> - 3.0.0-11
  68. - also ignore -remote (#154033)
  69. * Sun Apr 24 2005 Warren Togami <wtogami@redhat.com> - 3.0.0-10
  70. - handle names with spaces, ignore multiple targets (#92335)
  71. - req which (#145509)
  72. * Fri Jan 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.0-8vl1
  73. - initial build for Vine Linux
  74. * Mon Oct 18 2004 <jrb@redhat.com> - 3.0.0-8
  75. - special case mozilla to handle the ' -mail' flag.
  76. * Mon Oct 18 2004 <jrb@redhat.com> - 3.0.0-7
  77. - add back the redhat-web/redhat-email links for the panel
  78. * Sat Sep 18 2004 Warren Togami <wtogaim@redhat.com> - 3.0.0-6
  79. - #132869 Anvil's exists() fix
  80. * Thu Sep 16 2004 GNOME <jrb@redhat.com> - 3.0.0-5
  81. - remove desktop files.
  82. * Wed May 05 2004 Warren Togami <wtogami@redhat.com> 3.00-4
  83. - minor changes to htmlview
  84. - add launchmail
  85. - move redhat-email.desktop from evolution
  86. * Sat Apr 17 2004 Warren Togami <wtogami@redhat.com> 3.0.0-3
  87. - mimic gnome-open if available, otherwise fallback to old htmlview behavior
  88. - fix error handling (karsten)
  89. * Fri Apr 16 2004 Warren Togami <wtogami@redhat.com> 2.0.0-13
  90. - read http instead of unknown key
  91. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  92. - rebuilt
  93. * Tue Oct 21 2003 Matt Wilson <msw@redhat.com> 2.0.0-11
  94. - add epiphany (#106255)
  95. * Sun Oct 19 2003 Florian La Roche <Florian.LaRoche@redhat.de>
  96. - add a %%clean specfile target
  97. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  98. - rebuilt
  99. * Fri Dec 6 2002 Tim Waugh <twaugh@redhat.com> 2.0.0-9
  100. - Be gconf-aware; use the 'preferred applications' setting.
  101. * Tue Oct 8 2002 Mike A. Harris <mharris@redhat.com> 2.0.0-7
  102. - All-arch rebuild
  103. - Change {prefix}/bin and {prefix}/share to _bindir, _datadir, etc..
  104. * Thu Aug 22 2002 Christopher Blizzard <blizzard@redhat.com> 2.0.0-6
  105. - Use an absolute symlink so that you can drag and drop the .desktop
  106. entry.
  107. * Fri Aug 09 2002 Christopher Blizzard <blizzard@redhat.com> 2.0.0-5
  108. - Prefer Mozilla over galeon
  109. - Include link to redhat-web.desktop
  110. * Fri Aug 09 2002 Phil Knirsch <pknirsch@redhat.com> 2.0.0-4
  111. - Updated to start the first look for the GENERIC browers and terms (#68848)
  112. * Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.0.0-3
  113. - automated rebuild
  114. * Thu May 23 2002 Tim Powers <timp@redhat.com> 2.0.0-2
  115. - automated rebuild
  116. * Mon Jan 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.0.0-1
  117. - Allow /etc/htmlview.conf and ~/.htmlviewrc files to allow users to
  118. pick their preferred browsers.
  119. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  120. - automated rebuild
  121. * Wed Aug 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.0-1
  122. - Add Galeon to the list of known browsers, prefer Mozilla over
  123. Konqueror if in gnome (#52137)
  124. * Wed Mar 7 2001 Bill Nottingham <notting@redhat.com>
  125. - add a license note to the script
  126. * Tue Jan 9 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  127. - 1.1.0:
  128. - Add konqueror to the list of known browsers
  129. - Add support for remote URLs (so we can use this for licq, as well)
  130. - Some cleanups
  131. * Tue Sep 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  132. - initial rpm