Blame SPECS/mailcap.spec

3b2992
Name:           mailcap
3b2992
Version:        2.1.41
3b2992
Release:        1%{?dist}
3b2992
Summary:        Helper application and MIME type associations for file types
3b2992
3b2992
Group:          System Environment/Base
3b2992
License:        Public Domain and MIT
3b2992
URL:            http://git.fedorahosted.org/git/mailcap.git
3b2992
Source0:        https://fedorahosted.org/released/mailcap/%{name}-%{version}.tar.xz
3b2992
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
3b2992
BuildArch:      noarch
3b2992
3b2992
%description
3b2992
The mailcap file is used by the metamail program.  Metamail reads the
3b2992
mailcap file to determine how it should display non-text or multimedia
3b2992
material.  Basically, mailcap associates a particular type of file
3b2992
with a particular program that a mail agent or other program can call
3b2992
in order to handle the file.  Mailcap should be installed to allow
3b2992
certain programs to be able to handle non-text files.
3b2992
3b2992
Also included in this package is the mime.types file which contains a
3b2992
list of MIME types and their filename "extension" associations, used
3b2992
by several applications e.g. to determine MIME types for filenames.
3b2992
3b2992
3b2992
%prep
3b2992
%setup -q
3b2992
3b2992
3b2992
%build
3b2992
3b2992
3b2992
%install
3b2992
rm -rf $RPM_BUILD_ROOT
3b2992
make install DESTDIR=$RPM_BUILD_ROOT sysconfdir=%{_sysconfdir} mandir=%{_mandir}
3b2992
3b2992
3b2992
%check
3b2992
make check
3b2992
3b2992
3b2992
%clean
3b2992
rm -rf $RPM_BUILD_ROOT
3b2992
3b2992
3b2992
%files
3b2992
%defattr(-,root,root)
3b2992
%doc COPYING NEWS
3b2992
%config(noreplace) %{_sysconfdir}/mailcap
3b2992
%config(noreplace) %{_sysconfdir}/mime.types
3b2992
%{_mandir}/man4/mailcap.*
3b2992
3b2992
3b2992
%changelog
3b2992
* Tue May 14 2013 Ville Skyttä <ville.skytta@iki.fi> - 2.1.41-1
3b2992
- Update to 2.1.41.
3b2992
- Fix bogus dates in %%changelog.
3b2992
3b2992
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.40-2
3b2992
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3b2992
3b2992
* Sun Aug  5 2012 Ville Skyttä <ville.skytta@iki.fi> - 2.1.40-1
3b2992
- Update to 2.1.40.
3b2992
3b2992
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.39-2
3b2992
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3b2992
3b2992
* Mon Feb 20 2012 Ville Skyttä <ville.skytta@iki.fi> - 2.1.39-1
3b2992
- Update to 2.1.39.
3b2992
3b2992
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.38-2
3b2992
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
3b2992
3b2992
* Tue Aug 16 2011 Ville Skyttä <ville.skytta@iki.fi> - 2.1.38-1
3b2992
- Update to 2.1.38.
3b2992
3b2992
* Tue Mar 29 2011 Ville Skyttä <ville.skytta@iki.fi> - 2.1.37-1
3b2992
- Update to 2.1.37.
3b2992
3b2992
* Tue Feb 22 2011 Ville Skyttä <ville.skytta@iki.fi> - 2.1.36-1
3b2992
- Update to 2.1.36.
3b2992
3b2992
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.35-3
3b2992
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3b2992
3b2992
* Thu Dec  2 2010 Ville Skyttä <ville.skytta@iki.fi> - 2.1.35-2
3b2992
- Fix URL tag (#659210, Matt McCutchen).
3b2992
3b2992
* Wed Oct 13 2010 Ville Skyttä <ville.skytta@iki.fi> - 2.1.35-1
3b2992
- Update to 2.1.35.
3b2992
3b2992
* Tue Aug 24 2010 Ville Skyttä <ville.skytta@iki.fi> - 2.1.34-1
3b2992
- Update to 2.1.34.
3b2992
3b2992
* Sat Jul  3 2010 Ville Skyttä <ville.skytta@iki.fi> - 2.1.33-1
3b2992
- Update to 2.1.33, fixes #604924.
3b2992
3b2992
* Fri Mar 19 2010 Ville Skyttä <ville.skytta@iki.fi> - 2.1.32-1
3b2992
- Update to 2.1.32, fixes #546116.
3b2992
3b2992
* Tue Nov 17 2009 Ville Skyttä <ville.skytta@iki.fi> - 2.1.31-1
3b2992
- Update to 2.1.31, fixes #529584.
3b2992
3b2992
* Sat Sep 19 2009 Ville Skyttä <ville.skytta@iki.fi> - 2.1.30-1
3b2992
- Update to 2.1.30, see NEWS for details.
3b2992
- Improve summary and description.
3b2992
- Add MIT to License: for mailcap.4 man page.
3b2992
- Specfile cleanup.
3b2992
3b2992
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.29-3
3b2992
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3b2992
3b2992
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.29-2
3b2992
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3b2992
3b2992
* Mon Dec 15 2008 Miroslav Lichvar <mlichvar@redhat.com> 2.1.29-1
3b2992
- update mime.types (Ville Skyttä) (#476455)
3b2992
3b2992
* Fri Feb 15 2008 Miroslav Lichvar <mlichvar@redhat.com> 2.1.28-1
3b2992
- add new entries from perl-libwww-perl's media.types
3b2992
  (Ville Skyttä) (#432290)
3b2992
3b2992
* Thu Feb 07 2008 Miroslav Lichvar <mlichvar@redhat.com> 2.1.27-1
3b2992
- associate *.ent with text/xml-external-parsed-entity
3b2992
  (Ville Skyttä) (#431722)
3b2992
3b2992
* Tue Jan 22 2008 Miroslav Lichvar <mlichvar@redhat.com> 2.1.26-1
3b2992
- use xdg-open (Ville Skyttä) (#388481)
3b2992
- spec cleanup (#226116)
3b2992
3b2992
* Tue Jul 10 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.1.25-1
3b2992
- add image/vnd.microsoft.icon to mime.types (#247222)
3b2992
3b2992
* Mon Jun 18 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.1.24-1
3b2992
- add text/x-vcard to mime.types (#243889)
3b2992
- mark configs noreplace, cleanup spec a bit
3b2992
3b2992
* Tue Sep 05 2006 Miroslav Lichvar <mlichvar@redhat.com> 2.1.23-1
3b2992
- add video/x-flv to mime.types (#205239)
3b2992
3b2992
* Mon Aug 07 2006 Miroslav Lichvar <mlichvar@redhat.com> 2.1.22-1
3b2992
- add java/mobile mime types (#201512 <ville.skytta@iki.fi>)
3b2992
3b2992
* Tue Jul 18 2006 Miroslav Lichvar <mlichvar@redhat.com> 2.1.21-1
3b2992
- add audio and video x-ms mime types (#197840)
3b2992
3b2992
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.1.20-1.1
3b2992
- rebuild
3b2992
3b2992
* Mon Feb 13 2006 Miroslav Lichvar <mlichvar@redhat.com> 2.1.20-1
3b2992
- add OpenOffice.org 2.0 mime types (#173789)
3b2992
3b2992
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
3b2992
- rebuilt
3b2992
3b2992
* Mon Mar  7 2005 Bill Nottingham <notting@redhat.com> 2.1.19-1
3b2992
- s/ggv/evince/ (#150509)
3b2992
3b2992
* Fri Jan 21 2005 Bill Nottingham <notting@redhat.com> 2.1.18-1
3b2992
- add iso, img to octet-stream (#142459 <ville.skytta@iki.fi>)
3b2992
3b2992
* Mon Oct 11 2004 Bill Nottingham <notting@redhat.com> 2.1.17-1
3b2992
- pdfs -> back to ggv
3b2992
3b2992
* Thu Sep 23 2004 Bill Nottingham <notting@redhat.com> 2.1.16-1
3b2992
- eog -> gthumb
3b2992
- pdfs -> gpdf
3b2992
3b2992
* Mon May  3 2004 Bill Nottingham <notting@redhat.com> 2.1.15-1
3b2992
- xpdf/gv -> ggv (#118401)
3b2992
- add application/x-bittorrent (#118752)
3b2992
3b2992
* Fri Jul 11 2003 Bill Nottingham <notting@redhat.com> 2.1.14-1
3b2992
- add application/ogg and OpenOffice.org mime.types
3b2992
3b2992
* Fri Feb  7 2003 Bill Nottingham <notting@redhat.com> 2.1.13-1
3b2992
- resync mime.types with apache
3b2992
- clean out mailcap some
3b2992
3b2992
* Tue Sep  3 2002 Bill Nottingham <notting@redhat.com> 2.1.12-1
3b2992
- add application/x-ogg to mime.types
3b2992
3b2992
* Fri Jul 19 2002 Jens Petersen <petersen@redhat.com> 2.1.11-1
3b2992
- use eog instead of ee
3b2992
3b2992
* Tue Jun 18 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.10-1
3b2992
- resync mime.types with apache 1.3.26
3b2992
3b2992
* Mon Dec 24 2001 Bill Nottingham <notting@rehdat.com> 2.1.9-1
3b2992
- fix Sep. 17 changes (#57362)
3b2992
3b2992
* Tue Oct 23 2001 Nalin Dahyabhai <nalin@redhat.com> 2.1.8-1
3b2992
- resync mime.types with apache 1.3.22
3b2992
3b2992
* Mon Sep 17 2001 Bill Nottingham <notting@redhat.com> 2.1.7-1
3b2992
- associate PS files with gv (#53734)
3b2992
3b2992
* Fri Aug 10 2001 Bill Nottingham <notting@redhat.com>
3b2992
- switch gtv & xanim order (#51408)
3b2992
3b2992
* Tue Jul 17 2001 Bill Nottingham <notting@redhat.com>
3b2992
- use htmlview for text/html (#48141)
3b2992
3b2992
* Wed Mar 21 2001 Tim Waugh <twaugh@redhat.com> 2.1.4-2
3b2992
- Use gtv not xanim for video/mpeg, since we no longer ship the codecs.
3b2992
3b2992
* Thu Jan 18 2001 Bill Nottingham <notting@redhat.com>
3b2992
- use gpg, not pgp (#13816, others)
3b2992
3b2992
* Sat Jan  6 2001 Bill Nottingham <notting@redhat.com>
3b2992
- fix typo (#23409)
3b2992
3b2992
* Thu Dec 28 2000 Bill Nottingham <notting@redhat.com>
3b2992
- reintegrate stuff into the package so it doesn't get lost 
3b2992
3b2992
* Thu Dec 28 2000 Than Ngo <than@redhat.com>
3b2992
- add ms(TM) word document entry (Bug #17474)
3b2992
- bzip2 sources
3b2992
3b2992
* Mon Jun 12 2000 Preston Brown <pbrown@redhat.com>
3b2992
- add wap entries
3b2992
3b2992
* Fri Jun  9 2000 Bill Nottingham <notting@redhat.com>
3b2992
- remove mailcap.vga
3b2992
3b2992
* Thu Feb  3 2000 Bill Nottingham <notting@redhat.com>
3b2992
- handle compressed man pages
3b2992
3b2992
* Tue Jan 18 2000 Bill Nottingham <notting@redhat.com>
3b2992
- add .bz2
3b2992
3b2992
* Thu Jan 13 2000 Bill Nottingham <notting@redhat.com>
3b2992
- add tgz/gz to gzip
3b2992
3b2992
* Wed Jun 16 1999 Bill Nottingham <notting@redhat.com>
3b2992
- rpm files are RPM files. :)
3b2992
3b2992
* Sat May 15 1999 Jeff Johnson <jbj@redhat.com>
3b2992
- fix typo in pdf entry (#2618).
3b2992
3b2992
* Mon Mar 29 1999 Bill Nottingham <notting@redhat.com>
3b2992
- comment out play
3b2992
3b2992
* Fri Mar 19 1999 Preston Brown <pbrown@redhat.com>
3b2992
- updated mime type for images from xv to ee
3b2992
- cleaned up for our new version of the package which is in CVS
3b2992
3b2992
* Sat Mar 13 1999 Matt Wilson <msw@redhat.com>
3b2992
- updated mime.types
3b2992
3b2992
* Fri Feb 12 1999 Bill Nottingham <notting@redhat.com>
3b2992
- comment out backticked %%variables to work around security problems
3b2992
3b2992
* Wed Jan 06 1999 Cristian Gafton <gafton@redhat.com>
3b2992
- glibc version 2.1
3b2992
3b2992
* Mon Sep 21 1998 Bill Nottingham <notting@redhat.com>
3b2992
- we don't ship tracker, use mikmod instead
3b2992
3b2992
* Wed Jul 29 1998 Jeff Johnson <jbj@redhat.com>
3b2992
- build root
3b2992
3b2992
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
3b2992
- translations modified for de, fr, tr
3b2992
3b2992
* Tue Oct 21 1997 Donnie Barnes <djb@redhat.com>
3b2992
- added /etc/mime.types from mutt to this package to make it universal
3b2992
3b2992
* Tue Sep 09 1997 Erik Troan <ewt@redhat.com>
3b2992
- made a noarch package