- add text/x-vcard to mime.types (#243889)

- mark configs noreplace, cleanup spec a bit
This commit is contained in:
Miroslav Lichvar 2007-06-18 15:04:29 +00:00
parent 5e7b35ee9e
commit 72ca36a075
3 changed files with 16 additions and 13 deletions

View File

@ -1 +1 @@
mailcap-2.1.23.tar.gz mailcap-2.1.24.tar.gz

View File

@ -1,12 +1,12 @@
Summary: Associates helper applications with particular file types. Summary: Associates helper applications with particular file types
Name: mailcap Name: mailcap
Version: 2.1.23 Version: 2.1.24
Release: 1%{?dist} Release: 1%{?dist}
License: public domain License: Public Domain
Group: System Environment/Base Group: System Environment/Base
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
BuildArchitectures: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description %description
The mailcap file is used by the metamail program. Metamail reads the The mailcap file is used by the metamail program. Metamail reads the
@ -25,22 +25,25 @@ handle non-text files.
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/etc mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
install -m 644 mailcap $RPM_BUILD_ROOT/etc install -p -m 644 mailcap mime.types $RPM_BUILD_ROOT%{_sysconfdir}
install -m 644 mime.types $RPM_BUILD_ROOT/etc
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man4 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man4
install -m 644 mailcap.4 $RPM_BUILD_ROOT%{_mandir}/man4 install -p -m 644 mailcap.4 $RPM_BUILD_ROOT%{_mandir}/man4
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%config /etc/mailcap %config(noreplace) %{_sysconfdir}/mailcap
%config /etc/mime.types %config(noreplace) %{_sysconfdir}/mime.types
%{_mandir}/man4/mailcap.* %{_mandir}/man4/mailcap.*
%changelog %changelog
* Mon Jun 18 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.1.24-1
- add text/x-vcard to mime.types (#243889)
- mark configs noreplace, cleanup spec a bit
* Tue Sep 05 2006 Miroslav Lichvar <mlichvar@redhat.com> 2.1.23-1 * Tue Sep 05 2006 Miroslav Lichvar <mlichvar@redhat.com> 2.1.23-1
- add video/x-flv to mime.types (#205239) - add video/x-flv to mime.types (#205239)

View File

@ -1 +1 @@
d106d62c29ccfc5d7fdd43a8fda10ee1 mailcap-2.1.23.tar.gz 7c07c83a9f3d2f7cce80bda68c210bf7 mailcap-2.1.24.tar.gz