mailcap-vl.spec 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. Summary: Helper application and MIME type associations for file types
  2. Summary(ja): ファイル形式に対するヘルパーアプリケーションとMIMEタイプの対応データベース
  3. Name: mailcap
  4. Version: 2.1.37
  5. Release: 1%{?_dist_release}
  6. License: Public Domain and MIT
  7. Group: System Environment/Base
  8. URL: http://git.fedorahosted.org/git/mailcap.git
  9. Source0: https://fedorahosted.org/released/mailcap/%{name}-%{version}.tar.xz
  10. BuildArch: noarch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. %description
  13. The mailcap file is used by the metamail program. Metamail reads the
  14. mailcap file to determine how it should display non-text or multimedia
  15. material. Basically, mailcap associates a particular type of file with
  16. a particular program that a mail agent or other program can call to
  17. handle the file. Mailcap should be installed to allow certain programs
  18. to be able to handle non-text files.
  19. %description -l ja
  20. mailcap は metamail プログラムが使用します.Metamail は非テキスト形式の
  21. ファイルやマルチメディアファイルをどのように表示するかを決定するために,
  22. mailcap の情報を読み込みます. mailcap は基本的には, 特定のファイル形式と
  23. メーラなどのプログラムがその形式のファイルを操作するための特定のプログラム
  24. とを関連づけます.
  25. %prep
  26. %setup -q
  27. %build
  28. %install
  29. rm -rf $RPM_BUILD_ROOT
  30. make install DESTDIR=$RPM_BUILD_ROOT sysconfdir=%{_sysconfdir}
  31. mandir=%{_mandir}
  32. %clean
  33. rm -rf $RPM_BUILD_ROOT
  34. %files
  35. %defattr(-,root,root)
  36. %doc COPYING NEWS
  37. %config(noreplace) %{_sysconfdir}/mailcap
  38. %config(noreplace) %{_sysconfdir}/mime.types
  39. %{_mandir}/man4/mailcap.*
  40. %changelog
  41. * Wed Apr 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.37-1
  42. - new upstream release
  43. - add URL
  44. - add MIT to License:
  45. - cleanup spec file
  46. * Fri Jun 6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1.23-1
  47. - applied new versioning policy
  48. - spec in UTF-8
  49. * Sat Sep 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.23-0vl1
  50. - new upstream release
  51. * Sun Feb 22 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1.14-1vl1
  52. - based on Fedora 2.1.14-1
  53. * Fri Jul 11 2003 Bill Nottingham <notting@redhat.com> 2.1.14-1
  54. - add application/ogg and OpenOffice.org mime.types
  55. * Fri Feb 7 2003 Bill Nottingham <notting@redhat.com> 2.1.13-1
  56. - resync mime.types with apache
  57. - clean out mailcap some
  58. * Tue Sep 3 2002 Bill Nottingham <notting@redhat.com> 2.1.12-1
  59. - add application/x-ogg to mime.types
  60. * Fri Jul 19 2002 Jens Petersen <petersen@redhat.com> 2.1.11-1
  61. - use eog instead of ee
  62. * Tue Jun 18 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.10-1
  63. - resync mime.types with apache 1.3.26
  64. * Thu Dec 24 2001 Bill Nottingham <notting@rehdat.com> 2.1.9-1
  65. - fix Sep. 17 changes (#57362)
  66. * Tue Oct 23 2001 Nalin Dahyabhai <nalin@redhat.com> 2.1.8-1
  67. - resync mime.types with apache 1.3.22
  68. * Mon Sep 17 2001 Bill Nottingham <notting@redhat.com> 2.1.7-1
  69. - associate PS files with gv (#53734)
  70. - s/Copyright/License/
  71. - added Japanese summary and description
  72. - added patch0 to use w3m instead of htmlview
  73. * Sat Aug 18 2001 <sagami@vinelinux.org>
  74. - 2.1.6-1vl1: was ported to Vine
  75. * Fri Aug 10 2001 Bill Nottingham <notting@redhat.com>
  76. - switch gtv & xanim order (#51408)
  77. * Wed Jul 17 2001 Bill Nottingham <notting@redhat.com>
  78. - use htmlview for text/html (#48141)
  79. * Wed Mar 21 2001 Tim Waugh <twaugh@redhat.com> 2.1.4-2
  80. - Use gtv not xanim for video/mpeg, since we no longer ship the codecs.
  81. * Thu Jan 18 2001 Bill Nottingham <notting@redhat.com>
  82. - use gpg, not pgp (#13816, others)
  83. * Sat Jan 6 2001 Bill Nottingham <notting@redhat.com>
  84. - fix typo (#23409)
  85. * Thu Dec 28 2000 Bill Nottingham <notting@redhat.com>
  86. - reintegrate stuff into the package so it doesn't get lost
  87. * Thu Dec 28 2000 Than Ngo <than@redhat.com>
  88. - add ms(TM) word document entry (Bug #17474)
  89. - bzip2 sources
  90. * Mon Jun 12 2000 Preston Brown <pbrown@redhat.com>
  91. - add wap entries
  92. * Fri Jun 9 2000 Bill Nottingham <notting@redhat.com>
  93. - remove mailcap.vga
  94. * Thu Feb 3 2000 Bill Nottingham <notting@redhat.com>
  95. - handle compressed man pages
  96. * Tue Jan 18 2000 Bill Nottingham <notting@redhat.com>
  97. - add .bz2
  98. * Thu Jan 13 2000 Bill Nottingham <notting@redhat.com>
  99. - add tgz/gz to gzip
  100. * Thu Jun 16 1999 Bill Nottingham <notting@redhat.com>
  101. - rpm files are RPM files. :)
  102. * Sat May 15 1999 Jeff Johnson <jbj@redhat.com>
  103. - fix typo in pdf entry (#2618).
  104. * Mon Mar 29 1999 Bill Nottingham <notting@redhat.com>
  105. - comment out play
  106. * Fri Mar 19 1999 Preston Brown <pbrown@redhat.com>
  107. - updated mime type for images from xv to ee
  108. - cleaned up for our new version of the package which is in CVS
  109. * Sat Mar 13 1999 Matt Wilson <msw@redhat.com>
  110. - updated mime.types
  111. * Fri Feb 12 1999 Bill Nottingham <notting@redhat.com>
  112. - comment out backticked %variables to work around security problems
  113. * Wed Jan 06 1999 Cristian Gafton <gafton@redhat.com>
  114. - glibc version 2.1
  115. * Mon Sep 21 1998 Bill Nottingham <notting@redhat.com>
  116. - we don't ship tracker, use mikmod instead
  117. * Wed Jul 29 1998 Jeff Johnson <jbj@redhat.com>
  118. - build root
  119. * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
  120. - translations modified for de, fr, tr
  121. * Tue Oct 21 1997 Donnie Barnes <djb@redhat.com>
  122. - added /etc/mime.types from mutt to this package to make it universal
  123. * Tue Sep 09 1997 Erik Troan <ewt@redhat.com>
  124. - made a noarch package