rpms/mailcap/devel .cvsignore, 1.20, 1.21 mailcap.spec, 1.24, 1.25 sources, 1.20, 1.21

Miroslav Lichvar (mlichvar) fedora-extras-commits at redhat.com
Mon Jun 18 15:05:04 UTC 2007


Author: mlichvar

Update of /cvs/pkgs/rpms/mailcap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6381

Modified Files:
	.cvsignore mailcap.spec sources 
Log Message:
- add text/x-vcard to mime.types (#243889)
- mark configs noreplace, cleanup spec a bit



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mailcap/devel/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	5 Sep 2006 15:27:20 -0000	1.20
+++ .cvsignore	18 Jun 2007 15:04:29 -0000	1.21
@@ -1 +1 @@
-mailcap-2.1.23.tar.gz
+mailcap-2.1.24.tar.gz


Index: mailcap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mailcap/devel/mailcap.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- mailcap.spec	5 Sep 2006 15:27:20 -0000	1.24
+++ mailcap.spec	18 Jun 2007 15:04:29 -0000	1.25
@@ -1,12 +1,12 @@
-Summary: Associates helper applications with particular file types.
+Summary: Associates helper applications with particular file types
 Name: mailcap
-Version: 2.1.23
+Version: 2.1.24
 Release: 1%{?dist}
-License: public domain
+License: Public Domain
 Group: System Environment/Base
 Source0: %{name}-%{version}.tar.gz
-BuildArchitectures: noarch
-BuildRoot: %{_tmppath}/%{name}-root
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 The mailcap file is used by the metamail program.  Metamail reads the
@@ -25,22 +25,25 @@
 
 %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%{_sysconfdir}
+install -p -m 644 mailcap mime.types $RPM_BUILD_ROOT%{_sysconfdir}
 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
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%config /etc/mailcap
-%config /etc/mime.types
+%config(noreplace) %{_sysconfdir}/mailcap
+%config(noreplace) %{_sysconfdir}/mime.types
 %{_mandir}/man4/mailcap.*
 
 %changelog
+* Mon Jun 18 2007 Miroslav Lichvar <mlichvar at 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 at redhat.com> 2.1.23-1
 - add video/x-flv to mime.types (#205239)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mailcap/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	5 Sep 2006 15:27:20 -0000	1.20
+++ sources	18 Jun 2007 15:04:29 -0000	1.21
@@ -1 +1 @@
-d106d62c29ccfc5d7fdd43a8fda10ee1  mailcap-2.1.23.tar.gz
+7c07c83a9f3d2f7cce80bda68c210bf7  mailcap-2.1.24.tar.gz




More information about the fedora-extras-commits mailing list