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