[dbmail/el6/master] patch to glib package config flags for el6

Bernard Johnson bjohnson at fedoraproject.org
Sat Jan 22 22:54:15 UTC 2011


commit 3a91108537e9ac3cc13a76e1d59dbd63b6cf29d2
Author: Bernard Johnson <bjohnson at symetrix.com>
Date:   Sat Jan 22 15:45:06 2011 -0700

    patch to glib package config flags for el6

 dbmail.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/dbmail.spec b/dbmail.spec
index 298ced8..7812324 100644
--- a/dbmail.spec
+++ b/dbmail.spec
@@ -2,7 +2,7 @@
 
 Name:           dbmail
 Version:        3.0.0
-Release:        0.1.rc1%{?dist}
+Release:        0.2.rc1%{?dist}
 Summary:        A database backed mail storage system
 
 Group:          System Environment/Daemons
@@ -21,6 +21,7 @@ Source8:        dbmail.sysconfig
 
 Patch0:         dbmail-3.0.0-fix-deprecated-gmime.patch
 Patch1:         dbmail-3.0.0-xmlto-skip-validation.patch
+Patch2:         dbmail-3.0.0-glib.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -67,6 +68,11 @@ installation and configuration in Fedora.
 
 %patch0 -p1 -b .fix-deprecated-gmime
 %patch1 -p1 -b .xmlto-skip-validation
+%if 0%{?rhel} && 0%{?rhel} > 5
+# Temporary patch - gmime is not adding flags for gmodule or gthread; add to
+# glib for now
+%patch2 -p1 -b .glib
+%endif
 
 # we don't need README.solaris and we don't want it caught up in the %%doc
 # README* wildcard - but we do want our shiny new README.fedora file to be
@@ -188,6 +194,9 @@ dbmail.
 
 
 %changelog
+* Sat Jan 22 2011 Bernard Johnson <bjohnson at symetrix.com> - 3.0.0.0.2.rc1
+- patch to glib package config flags for el6
+
 * Sat Jan 15 2011 Bernard Johnson <bjohnson at symetrix.com> - 3.0.0-0.1.rc1
 - v 3.0.0 release candidate 1
 


More information about the scm-commits mailing list