source: projects/specs/trunk/m/mailcap/mailcap-vl.spec @ 521

Revision 521, 5.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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