Summary: Associates helper applications with particular file types. Name: mailcap Version: 2.1.5 Release: 1 Copyright: public domain Group: System Environment/Base Source0: %{name}-%{version}.tar.gz BuildArchitectures: noarch BuildRoot: %{_tmppath}/%{name}-root %description The mailcap file is used by the metamail program. Metamail reads the mailcap file to determine how it should display non-text or multimedia material. Basically, mailcap associates a particular type of file with a particular program that a mail agent or other program can call in order to handle the file. Mailcap should be installed to allow certain programs to be able to handle non-text files. %prep %setup -q %build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/etc install -m 644 mailcap $RPM_BUILD_ROOT/etc install -m 644 mime.types $RPM_BUILD_ROOT/etc mkdir -p $RPM_BUILD_ROOT%{_mandir}/man4 install -m 644 mailcap.4 $RPM_BUILD_ROOT%{_mandir}/man4 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %config /etc/mailcap %config /etc/mime.types %{_mandir}/man4/mailcap.* %changelog * Wed Jul 17 2001 Bill Nottingham - use htmlview for text/html (#48141) * Wed Mar 21 2001 Tim Waugh 2.1.4-2 - Use gtv not xanim for video/mpeg, since we no longer ship the codecs. * Thu Jan 18 2001 Bill Nottingham - use gpg, not pgp (#13816, others) * Sat Jan 6 2001 Bill Nottingham - fix typo (#23409) * Thu Dec 28 2000 Bill Nottingham - reintegrate stuff into the package so it doesn't get lost * Thu Dec 28 2000 Than Ngo - add ms(TM) word document entry (Bug #17474) - bzip2 sources * Mon Jun 12 2000 Preston Brown - add wap entries * Fri Jun 9 2000 Bill Nottingham - remove mailcap.vga * Thu Feb 3 2000 Bill Nottingham - handle compressed man pages * Tue Jan 18 2000 Bill Nottingham - add .bz2 * Thu Jan 13 2000 Bill Nottingham - add tgz/gz to gzip * Thu Jun 16 1999 Bill Nottingham - rpm files are RPM files. :) * Sat May 15 1999 Jeff Johnson - fix typo in pdf entry (#2618). * Mon Mar 29 1999 Bill Nottingham - comment out play * Fri Mar 19 1999 Preston Brown - updated mime type for images from xv to ee - cleaned up for our new version of the package which is in CVS * Sat Mar 13 1999 Matt Wilson - updated mime.types * Fri Feb 12 1999 Bill Nottingham - comment out backticked %variables to work around security problems * Wed Jan 06 1999 Cristian Gafton - glibc version 2.1 * Mon Sep 21 1998 Bill Nottingham - we don't ship tracker, use mikmod instead * Wed Jul 29 1998 Jeff Johnson - build root * Mon Apr 27 1998 Prospector System - translations modified for de, fr, tr * Tue Oct 21 1997 Donnie Barnes - added /etc/mime.types from mutt to this package to make it universal * Tue Sep 09 1997 Erik Troan - made a noarch package