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

Revision 8499, 5.4 KB checked in by daisuke, 10 years ago (diff)

mailcap: update to 2.1.42

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