From 21d055f8d741c069ec123cfed3c22ea6a7ab62f3 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:10:19 +0000 Subject: [PATCH] auto-import changelog data from mailcap-2.0.9-2.src.rpm Wed Jul 12 2000 Prospector - automatic rebuild Mon Jun 12 2000 Preston Brown - add wap entries Fri Jun 09 2000 Bill Nottingham - remove mailcap.vga Thu Feb 03 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 Wed 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 --- .cvsignore | 1 + mailcap.spec | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 100 insertions(+) create mode 100644 mailcap.spec diff --git a/.cvsignore b/.cvsignore index e69de29..171ed90 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +mailcap-2.0.9.tar.gz diff --git a/mailcap.spec b/mailcap.spec new file mode 100644 index 0000000..6a45c5e --- /dev/null +++ b/mailcap.spec @@ -0,0 +1,98 @@ + +Summary: Associates helper applications with particular file types. +Name: mailcap +Version: 2.0.9 +Release: 2 +Copyright: public domain +Group: System Environment/Base +Source0: %{name}-%{version}.tar.gz +BuildArchitectures: noarch +BuildRoot: /var/tmp/%{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 12 2000 Prospector +- automatic rebuild + +* 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 diff --git a/sources b/sources index e69de29..c45a1f7 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a809b006af08ae783a2e0aff7f807ace mailcap-2.0.9.tar.gz